http://qs321.pair.com?node_id=1135011


in reply to Re: get_bulk_request with Net::SNMP
in thread get_bulk_request with Net::SNMP

Hello Anonymous,

It would be nice to provide the solution to your problem so others can benefit from it also.

Seeking for Perl wisdom...on the process of learning...not there...yet!

Replies are listed 'Best First'.
Re^3: get_bulk_request with Net::SNMP
by Anonymous Monk on Jul 22, 2015 at 08:35 UTC
    The problem was that the OID in $OID_ifTable was wrong, so the line return; was allways triggered and so no response was stored in this line $table->{$next} = $list->{$next};
    while (@names) { $next = shift @names; if (!oid_base_match($OID_ifTable, $next)) { return; # Table is done. } $table->{$next} = $list->{$next};