Help for this page

Select Code to Download


  1. or download this
     sub cisco_ssh_login {
       my $login_output = "";
    ...
     if ( $login_result eq "ssh_failed") { $login_result = &cisco_telnet_l
    +ogin(); };
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
       $ssh->exec("terminal length 0");
    }
    my $system_result           = &nexus_sys_info();