Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.15 KB

README.rst

File metadata and controls

41 lines (28 loc) · 1.15 KB
Documentation test_nornir_napalm

nornir_napalm

Collection of simple plugins for nornir

Installation

pip install nornir_napalm

Documentation

You can access the plugin documentation at https://nornir.tech/nornir_napalm

Plugins

Connections

  • napalm - Connect to network devices using napalm

Tasks

  • napalm_cli - Call napalm's cli method
  • napalm_configure - Call napalm's configure method. It also allows committing/discarding configurations.
  • napalm_get - Call napalm's get_* methods
  • napalm_ping - Call napalm's ping method`
  • napalm_validate - Call napalm's validate method