Comment 2 for bug 403013

Revision history for this message
Dominique Fournier (dominique-fournier) wrote : Re: [Bug 403013] Re: php : snmpwalk don't provide last entry

The answer should be an array with one text entry "INTEGER: 68", like in
snmpget, not an empty array.

You can test with an easier OID 1.3.6.1.2.1.2.2.1.8.3 (it is the state
of interface #3). In this case, the answer should be an array with one
string entry
["IF-MIB::ifOperStatus.3"]=>
   string(14) "INTEGER: up(1)"
like you can see it if you test snmpwalk with 1.3.6.1.2.1.2.2.1.8

Thanks to look at that !

Dom