in reply to Re: Net::Telnet on routers and switches
in thread Net::Telnet on routers and switches

Thanks for all the replies. I was able to get it to work, by modifying the Prompt setting on the cmd call. For some reason, this prompt setting did not work,
Prompt => '/[>|#|\)|:]\s*$|\s/'
although it works elsewhere using the same method. Not sure I understand why, but my experience is that Perl is funny that way. Anyway, I was able to use
Prompt => '/#/'
I will have to expand on that for the 1% of devices whose prompts are not standard for our environment. Thanks again