-
Hi! I try to automate Telnet tasks without enter enable mode (basicly only show commands). I configured connexion according below ressources: So to do that I configured files as below:
Unfortunately I faced below error:
I'm also facing the same issue without setting napalm>extras>optional_args>secret value. Of course I understand that netmiko is expecting a secret value but I don't want to enter in enable mode. Could you please help? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
NAPALM automatically will enter enable_mode for IOS and NX-OS SSH. You need to pass this argument into optional_args:
Note, this issue/question is probably better asked in the nornir-napalm repository. |
Beta Was this translation helpful? Give feedback.
NAPALM automatically will enter enable_mode for IOS and NX-OS SSH.
You need to pass this argument into optional_args:
Note, this issue/question is probably better asked in the nornir-napalm repository.