#1
|
|||
|
|||
![]()
Hello,
I'm using SecureCRT to execute a number show commands against a series of Cisco switches. For some network segments, we need to SSH to a specific switch (to use as a jumphost) to gain access to compartmentalized network segments. So I'll start the session by SSHing to Switch1 then from there SSH to Switch2. From Switch2, I'll SSH to all of the child switches and run my show commands. Using SecureCRT, I can do this manually pretty easily. For example, once I'm on Switch2, I can run the following: Code:
ssh -l admin 10.0.0.1 password terminal length 0 show run show logging exit ssh -l admin 10.0.0.2 password terminal length 0 show run show logging exit ssh -l admin 10.0.0.3 password terminal length 0 show run show logging exit Does anyone have any suggestion or feedback on this? It seems I've overlooked something. |
Thread Tools | |
Display Modes | |
|
|