How to interact with router/switches/firewall from the operational mode using netmiko? #2998
Birajan2019
started this conversation in
General
Replies: 2 comments
-
Something like this should work: https://github.com/ktbyers/netmiko/blob/develop/EXAMPLES.md#handling-commands-that-prompt-timing |
Beta Was this translation helpful? Give feedback.
0 replies
-
Exercice netmiko pour configuration 3 router |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I need to be able to login to a Juniper router, run an operational command that requests for a passsword, enter the password and finally print the prompt.
This is what I mean:
charlie@test-router> start shell user root
Password:
root@test-router:/var/home/su #
Any suggestion how we can do this with netmiko?
Thanks,
B
Beta Was this translation helpful? Give feedback.
All reactions