Help for this page

Select Code to Download


  1. or download this
    use Net::Telnet::Cisco;
    my ($host, $user, $pass) = qw(10.10.1.1 user pass);
    ...
    my @cmd_output = $cs->cmd( 'show cdp nei' );
    print @cmd_output;
    $cs->close;
    
  2. or download this
    username and password sent
    command timed-out at c:\temp\dir6483.tmp\sendWake.pl line 28
    
    Press any key to continue . . .