On Wed, 17 Nov 2010 12:45:40 +0530 Manjit wrote: M> The subidentifier is changed to 4294967295 from 0. But the below query M> returns "noSuchObject" in place of "noSuchInstance". M> /opt/servers/netsnmp/bin/snmpget -v 2c -c private 172.16.8.86 M> 1.3.6.1.2.1.92.1.1.1.4294967295 M> NOTIFICATION-LOG-MIB::nlmConfigGlobalEntryLimit.4294967295 = No Such M> Object available on this agent at this OID M> M> Is there something wrong with my understanding ?
nlmConfiGlobalEntryLimit is a scalar, and thus always ends with .0. Thus the correct answer for any value other than .0 is indeed noSuchObject. ------------------------------------------------------------------------------ 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
