in reply to Re: Net::Telnet on routers and switches
in thread Net::Telnet on routers and switches
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 usePrompt => '/[>|#|\)|:]\s*$|\s/'
I will have to expand on that for the 1% of devices whose prompts are not standard for our environment. Thanks againPrompt => '/#/'
|
|---|