I manage many many Cisco and Nortel routers and switches. We limit inbound access to the devices to telnet from a specific subnet.
The allowed subnet hosts a couple SSH servers. We SSH into one of these servers and from there we can telnet into the routers and switches.
I would like to create a script/prog that will allow me to run batch jobs (show, config, etc.) against any/all of my devices. The job would have to SSH first then kick of the telnet job(s).
I'm thinking Perl (Net::SSH, Net::Telnet, etc.).
Any suggestions?
The allowed subnet hosts a couple SSH servers. We SSH into one of these servers and from there we can telnet into the routers and switches.
I would like to create a script/prog that will allow me to run batch jobs (show, config, etc.) against any/all of my devices. The job would have to SSH first then kick of the telnet job(s).
I'm thinking Perl (Net::SSH, Net::Telnet, etc.).
Any suggestions?