Help for this page

Select Code to Download


  1. or download this
    Mediant 800> help
    Use '?' in order to show available commands. 'TAB' can
    ...
      pwd                  Display current configuration mo
      quit                 Disconnect
      show                 Show running system information
    
  2. or download this
    $telnet->print('show running-config');
    while( my $line = $telnet->getline() )
    ...
             $telnet->print(" ");
          }
    }