Skip to content

orange-cloudfoundry/napalm-fortios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAPALM driver for fortios

This is a NAPALM driver for fortios (fortigate) using rest API to be able, for now, retrieving some information like:

  • interfaces
  • interface ip
  • firewall policies

Install

There is no PyPi repo has Orange didn't set up anything for now, to install use command line:

pip install git+https://github.com/orange-cloudfoundry/napalm-fortios.git@<release version>

Usage

you can use this new driver, example with napalm command line:

napalm --user myuser --vendor fortios my-forti.fortigate.company.com --optional_args "vdom=root" call get_firewall_policies