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
thx for the driver. Installation was done sucessfully with the help of the infos from the other postings.
I am testing NAPALM and netbox with an Extreme X440-G2-12p-10GE4 switch. SSH to the switch seems to be fine. There is no error and according to the logs of the switch the user for NAPALM is logged in sucessfully.
Nevertheless the device status page is loading endlessly, LLDP information stays empty and the config part is missing most of the lines and just fills the webpage of netbox. It's like it fetches only the middle of the config down to the end of the visible netbox window and stops.
Netbox: v2.8.1
NAPALM: installed on 11th of Mai 2020
driver: cloned from github
Extreme: 30.6.1.11
Output of method get_lldp_neigbors is empty, although you can see neighbors if connected directly via SSH.
Hello,
thx for the driver. Installation was done sucessfully with the help of the infos from the other postings.
I am testing NAPALM and netbox with an Extreme X440-G2-12p-10GE4 switch. SSH to the switch seems to be fine. There is no error and according to the logs of the switch the user for NAPALM is logged in sucessfully.
Nevertheless the device status page is loading endlessly, LLDP information stays empty and the config part is missing most of the lines and just fills the webpage of netbox. It's like it fetches only the middle of the config down to the end of the visible netbox window and stops.
Netbox: v2.8.1
NAPALM: installed on 11th of Mai 2020
driver: cloned from github
Extreme: 30.6.1.11
Output of method get_lldp_neigbors is empty, although you can see neighbors if connected directly via SSH.
_**`GET /api/dcim/devices/3/napalm/?method=get_lldp_neighbors
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"get_lldp_neighbors": []
}`**_
The text was updated successfully, but these errors were encountered: