in reply to Re^2: Net::Telnet::Cisco - command timed-out error
in thread Net::Telnet::Cisco - command timed-out error
actually, that is a lie, that should readprint "user logged\n";
and likewise forprint "username sent without checking if the Cisco wanted it at all";
print "went thru\n";
You did set dump_log, so Net::Telnet::Cisco should have logged what the remote device sent. What does cisco.log contain?
Update/explanation: despite its name, waitfor_pause does not wait for anything, just sets a time for ->waitfor()
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Net::Telnet::Cisco - command timed-out error
by ArifS (Beadle) on Oct 22, 2014 at 15:43 UTC | |
by soonix (Chancellor) on Oct 23, 2014 at 06:48 UTC | |
by ArifS (Beadle) on Oct 24, 2014 at 13:52 UTC | |
by soonix (Chancellor) on Oct 26, 2014 at 15:41 UTC | |
by ArifS (Beadle) on Oct 27, 2014 at 13:42 UTC | |
|