connections
- class nornir_napalm.plugins.connections.Napalm
This plugin connects to the device using the NAPALM driver and sets the relevant connection.
The dictionary passed via
extras
is passed directly as kwargs to the napalm constructor. This means you could pass the dictionary:{"optional_args" :{ "global_delay_factor": 2}}
To tell napalm to pass that option to netmiko.