On Thu, 18 Nov 2010 11:32:11 +0530 Manjit wrote: M> snmpInpkts and sysUpTime are also scalar. M> Then how these mibs objects are replying with No Such Instance currently M> exists at this OID. M> M> opt/servers/netsnmp/bin/snmpwalk -v 2c -c private 172.16.x.xxx M> snmpInPkts.4294967295 M> SNMPv2-MIB::snmpInPkts.4294967295 = No Such Instance currently exists at M> this OID M> /opt/servers/netsnmp/bin/snmpwalk -v 2c -c private 172.16.x.xxx M> sysUpTime.4294967295 M> SNMPv2-MIB::sysUpTime.4294967295 = No Such Instance currently exists at M> this OID
I'm just guessing, but it's likely that snmpInPkts is implemented with the scalar group handler, and I wouldn't be surprised if that handler was setting the response code incorrectly. I'm less sure about sysUpTime, but I still think it's a bug with the handler... ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
