in reply to Perl scripted get_bulk_request versus command line snmpbulkget

If you look at the section on "Non-blocking SNMPv2c get-bulk-request for ifTable" , in Net::SNMP, it seems to indicate that a NON BLOCKING request may require multiple calls to "get_bulk_request" from inside the callback sub.

I'd suggest either try a BLOCKING call, or follow the protocol in the documented example for non-blocking calls.

        “The sources of quotes found on the internet are not always reliable.” — Abraham Lincoln.3; cf.

  • Comment on Re: Perl scripted get_bulk_request versus command line snmpbulkget