Hi All, I am newbie to snmp.
As part of one of the vendor request, I am trying to put the
sysObjectID access to this namespace (1.3.6.1.4.1.234.9.1.9)
sysObjectID should be OBJECT IDENTIFIER ::= { xyz YYYY }
1.3.6.1.4.1.234.9.1.9
So I changed my code to register oid for sysObjid to 1.3.6.1.4.1.234.9.1.9
====
register_mib("mibII/system",..);
=====
Now, I see the following command is not working : Will this be a issue:
"snmpwalk -v2c 192.168.90.227 -c public system"
but this command below works
snmpget -v2c 192.168.90.227 -c public .1.3.6.1.4.1.234.9.1.9
Should i go ahead and implement this way or am I breaking some
standards (RFC1213-MIB.txt) or Did i miss something.
Please suggest.
Regards,
Pavan
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders