Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 661 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 661 Bytes

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