Help for this page

Select Code to Download


  1. or download this
      use strict;
      use Net::SNMP;
      my $version = ".1.3.6.1.2.1.1.1.0";
    ...
      $s = NET::SNMP->session(\%snmp_options);
      print $s->get_request($version);
      $s->close();