Help for this page

Select Code to Download


  1. or download this
    <global>
      <snmp>
    ...
      <node id="10.6.21.1"/>
      <node id="10.6.21.2"/>
    </global>
    
  2. or download this
    my $i = XMLin("filename",forcearray => 1);
    print "$i->{snmp}->{version}\n";
    
  3. or download this
    <snmp version="2c">
      <retries>2</retries>
      <community>public</community>
    </snmp>