Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Cisco Telnet

by mvip (Acolyte)
on Aug 20, 2013 at 05:37 UTC ( [id://1050127]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Net::Telnet::Cisco;
    
    for ($i = 1; $i <= 254; $i++){
    ...
    
       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://1050127]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-23 19:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found