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
I have some strange error when trying to import from a Cisco 9300
After a long debugging it seems it is an error with the name of the interfaces Twex/x/x renamed in Twx/x/x
In netbox_netprod_importer/vendors/cisco/base.py I had to change line 36 in
if (interface.lower().startswith("eth"))or(interface.lower().startswith("twe")):
The text was updated successfully, but these errors were encountered:
I have some strange error when trying to import from a Cisco 9300
After a long debugging it seems it is an error with the name of the interfaces Twex/x/x renamed in Twx/x/x
In netbox_netprod_importer/vendors/cisco/base.py I had to change line 36 in
if (interface.lower().startswith("eth"))or(interface.lower().startswith("twe")):
The text was updated successfully, but these errors were encountered: