Help for this page

Select Code to Download


  1. or download this
    Problem with session get request: The OBJECT IDENTIFIER value "ARRAY(0
    +x942c50)" is expected in dotted decimal notation.
    
  2. or download this
    $VAR1 = \bless( {
                       '_translate' => 0,
    ...
                       '_discovery_queue' => [],
                       '_hostname' => '127.0.0.1'
                     }, 'Net::SNMP' );
    
  3. or download this
    push (@request, ($sysDescr,$sysUpTime));
    
    $output = $session->get_request(
       -varbindlist => [\@request] ,
    );