Help for this page

Select Code to Download


  1. or download this
    $ snmpset -r 1 -t 1 -c $COMM $host $oid $type $val
    
  2. or download this
    # something like this
    $rc = $sess->set( [ $oid, $type, $val ], { retries => 1, timeout => 1 
    +} );
    ...
    } else {
      # wow, it worked and we got a response...
    }