Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: get_bulk_request with Net::SNMP

by Anonymous Monk
on Jul 22, 2015 at 08:35 UTC ( [id://1135813]=note: print w/replies, xml ) Need Help??


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

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};

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1135813]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-19 18:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found