Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Cisco Telnet

by mvip (Acolyte)
on Aug 19, 2013 at 11:29 UTC ( [id://1050017]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Net::Telnet::Cisco;
    
    ...
    
       eval { $session->login('admin', 'admin') or die "Could not connect 
    +to $device" };
    
  2. or download this
    { $session->login('admin', 'admin') or die "Could not connect 
    +to $device" };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1050017]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-03-29 00:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found