http://www.perlmonks.org?node_id=852205


in reply to Re^2: Net::SNMP get_bulk_request Not Working
in thread Net::SNMP get_bulk_request Not Working

Actually, it does mibwalk. There's an example script in the examples directory. See: snmpwalk.pl.
  • Comment on Re^3: Net::SNMP get_bulk_request Not Working

Replies are listed 'Best First'.
Re^4: Net::SNMP get_bulk_request Not Working
by spickles (Scribe) on Jul 31, 2010 at 01:53 UTC
    my $punishment = new punisher(); while (idiot) { $punishment->slap ( -forehead => hard ); }

    Thanks Khen. I thought that the examples were all included on the main page. I turns out that I also figured out that the function get_table returned what I wanted. The example you provided has lots of arguments and some decent checks.

    Thanks,
    Scott
Re^4: Net::SNMP get_bulk_request Not Working
by Anonymous Monk on Aug 30, 2011 at 13:38 UTC
    Can anybody write how to extract measure units (Kb, Mb, e.t.c.) from get_bulk_request unless it's impossible.