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
Not shure if this is a Bug, or if i simply have some Error in my Config, but i am struggling to get this running. We have several Juniper EX4200 and some QFX5110 Junipers which i'd like to inventorize to Netbox but this always fails with an list index out of rangeError. I tried it on my Mint 20 Workstation, which is basically Ubuntu 20.04 with Python 3.8.5.
My Configs:
########################
#### Global options ####
########################
## Be more verbose ##
debug: False
################
#### Netbox ####
################
netbox:
# Netbox API URL
url: "https://netbox.labs/api"
# username: "user"
# password: "password"
# or to use a token instead
token: "{redacted}"
##########################
#### Interconnections ####
##########################
# On some devices, LLDP will expose the host FQDN. If devices are stored on
# Netbox only by their hostname, the interconnection process will not be able
# to find them. Fill this list to strip the domain name from exposed names.
#remove_domains:
# - "foo.tld"
# - "bar.tld"
# vim: set ts=2 sw=2:
Not shure if this is a Bug, or if i simply have some Error in my Config, but i am struggling to get this running. We have several Juniper EX4200 and some QFX5110 Junipers which i'd like to inventorize to Netbox but this always fails with an
list index out of range
Error. I tried it on my Mint 20 Workstation, which is basically Ubuntu 20.04 with Python 3.8.5.My Configs:
Tried to query the Switch with napalm directly which is working fine. Any Ideas? Thanks!
The text was updated successfully, but these errors were encountered: