You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
napalm_interface.py executes the command get_interfaces(), which does not return detailed information on the IP addresses configured on all devices. Implement napalm_interfaces_ip.py that executeds napalm's command get_interfaces_ip() to test all ip addresses on a device.
The text was updated successfully, but these errors were encountered:
napalm_interface.py
executes the commandget_interfaces()
, which does not return detailed information on the IP addresses configured on all devices. Implementnapalm_interfaces_ip.py
that executeds napalm's commandget_interfaces_ip()
to test all ip addresses on a device.The text was updated successfully, but these errors were encountered: