I am trying to develop a python script that connect to cisco router through another router using netmiko( ConnectHandler()). ssh to R1 then SSH to R2 from R1. I established the first connexion to R1 , and I used Netmiko to ssh to the router R2 But I ...
I want to CONNECT cisco router R2 through another router R1( connected to it via ssh from netmiko server with connecthandler) using Netmiko, , and run commands on R2
Hello Balaji, thank you for your response.the server cant reach R2, I have to login first to R1 and then ssh to R2, which cause a problem for me, I connected to R1 via Netmiko and then I used send_command_timing to establish SSH cnx to R2. but the pr...