Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Unable to get Net::Telnet::Cisco to connect to router

by shockme (Chaplain)
on Nov 13, 2003 at 22:58 UTC ( [id://306961]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $SwitchIP = '192.168.0.1';
    my $password = 'seekrit';
    ...
    
    $t->open("$SwitchIP");
    $t->login(Password => $password);
    
  2. or download this
    my $session = Net::Telnet::Cisco->new(Host => '123.1.1.1');
    $session->login('login', 'password');
    

Log In?
Username:
Password:

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

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

    No recent polls found