in reply to Re^2: Login to multiple devices using telnet and issue different commands
in thread Login to multiple devices using telnet and issue different commands
Try adding logging to the session and look at the results.
poj$telnet = new Net::Telnet ( Timeout=>10, Errmode=>'die', Prompt => '/# $/i', Input_log => 'input.log', Dump_log => 'dump.log', );
|
|---|