Help for this page

Select Code to Download


  1. or download this
     @array = qw(pnnixNodeCfgParentNodeIndex  pnnixRouteNodeFwdMetric1 pnnixRouteNodeFwdMetric2);
  2. or download this
    $VAR1 = bless( {
      'tree' => {
    ...
          'type' => 'OBJECT-TYPE'
        },
    
  3. or download this
     my $name = $mib->compile($mib_name);
    
    ...
    foreach ($name) {
        push @trap, $name->{'nodes'}->{$_};
    }