I'm working on a Perl script to collect data from a collection of Cisco switches spread over a corporate LAN. The problem is that I only have Telnet access to the corporate firewall router from outside. What I want to do is telnet into the firewall router, then telnet from there to the switches to do my data collection.
I can do it via regular telnet - and I've gotten Net::Telnet::Cisco to take me as far as enabled mode on the router, but I can't figure out how to telnet from the router to a switch. Can anyone give me some pointers as to how I might accomplish this?
Thanks much.