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.

$telnet = new Net::Telnet ( Timeout=>10, Errmode=>'die', Prompt => '/# $/i', Input_log => 'input.log', Dump_log => 'dump.log', );
poj
  • Comment on Re^3: Login to multiple devices using telnet and issue different commands
  • Download Code