Jonathan Wolfert

Show:

What's happening?

  • Followup: RE: Issues Authenticating to CatOS

    Oops, here is the main way I use: eval{ $session = Net::Telnet::Cisco->new( Host => $ip, Input_log => "Input.log", Output_log => "Output.log", Dump_log => "Dump.log", Timeout => 100 ); }; if ($@){ print $tee "Could not connect to ".$ip." \n"; next; }; #Login to...

    2009-05-08 22:32:12 UTC in Net::Telnet::Cisco

  • Issues Authenticating to CatOS

    I have a script I've slowly been adding to for months now that connects to a bunch of Cisco IOS devices and runs commands. I am now trying to get it to connect to a device running CatOS, and no matter what I do, authentications seems to fail. I can connect to the device fine, but when I try to have it login with just a password, it sits and stalls, then finally fails and says 'Pattern match...

    2009-05-08 22:30:01 UTC in Net::Telnet::Cisco

About Me

  • 2009-05-08 (6 months ago)
  • 2502855
  • razmeth (My Site)
  • Jonathan Wolfert

Send me a message