[EMAIL PROTECTED] wrote:
why the query result different in "snmbulkget" and "snmpbulkwalk"
as follow underline and red word item

Because they're different things. With snmpbulkget you've been asking for the logically *next* 10 objects after "system" which includes ifNumber.0, ifIndex.1 and ifIndex.3 in your case. In contrast, with snmpbulkwalk you've been asking for the every object *beneath* the "system" tree. The above objects from IF-MIB are not beneath "system", so they're not listed with snmpbulkwalk.


+Thomas

--
Thomas Anders (thomas.anders at blue-cable.de)


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to