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 when polling device sw-xx-xxx-xx-xx: multiple repeat at position 6 #61

Open nokutaces opened 1 year ago

nokutaces commented 1 year ago

Hello,

what am I doing wrong?

Initializing importers...
100%| | 1/1 [00:00<00:00, 2379.07it/s]
Fetching and pushing data...
  0%|                                                                                                                                                                                                        | 0/1 [00:00<?, ?it/s]INFO: paramiko.transport: Connected (version 1.99, client Cisco-1.25)
INFO: paramiko.transport: Auth banner: b'\r\n-----------------\r\sw-xx-xxx-xx-xx\r\n-----------------\r\n\r\nLogin mit lokalem User oder RSA-User und PASSCODE: \r\n'
INFO: paramiko.transport: Authentication (password) successful!
ERROR: netbox_importer: Error when polling device sw-xx-xxx-xx-xx: multiple repeat at position 6

I see that the connection to the switch is correct but the connection to NETBOX does not work.

Michael