unable to get status from the device using napalm driver #6283
-
Hello,
** Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-70-generic x86_64) **Python 3.8.2 | Django 3.1.7 | NetBox 2.10.8 did i miss any configuration ? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
i'm having the same scenario and error. Any luck ? @muradsabbah |
Beta Was this translation helpful? Give feedback.
-
I am not seeing any issues with Napalm on 3.1.5. It is likely an authentication setting in netbox that is tripping you up. You could use Napalm and try to query in nbshell directly. |
Beta Was this translation helpful? Give feedback.
-
Make sure that the IP you are using to ssh from the server terminal is the same IP as the Primary IP in NetBox for that device. |
Beta Was this translation helpful? Give feedback.
-
Just had to add the secret in configuration.py NAPALM parameters and also enable XML permission on my Tacacs. |
Beta Was this translation helpful? Give feedback.
Just had to add the secret in configuration.py NAPALM parameters and also enable XML permission on my Tacacs.