scaleway / netbox-netprod-importer

Poll data from network devices in production and import it into netbox
GNU General Public License v3.0
101 stars 31 forks source link

Error witch cisco ios switch and Twe interface #59

Open fabboyrie opened 2 years ago

fabboyrie commented 2 years ago

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")):