Help for this page

Select Code to Download


  1. or download this
    snmpset  <router>  <RW Community String>  .1.3.6.1.4.1.9.2.1.55.<tftp 
    +server ip> string <filename>
    
  2. or download this
      $where = "10.6.21.100 string $tftpfile";
      @param = qw($oid SET_REQUEST $where);
    ...
                                               -community => $community
                                             );      
      my $response = $session->set_request(@param);
    
  3. or download this
    $response = $session->set_request(@oid_type_value);
    
  4. or download this
    <tftp server ip> string <filename>