Re: snmget for v3 => Unknown Object Identifier

2011-04-12 Thread akshata s harkantra
> snmpget -v 3 -u testuser -l noAuthNoPriv localhost:161 myHwType.0 > > > > However, it always throws an error of "Unknown Object Identifier" only > for V3. > > For v2 it works fine. Also, If I specify the OID it gives the output for > both V2 and V3. > > H.

Re: snmget for v3 => Unknown Object Identifier

2011-04-08 Thread Dave Shield
On 7 April 2011 20:37, akshata s harkantra wrote: > I am using snmpget command using v3 for retrieving the variable. > >  snmpget  -v 3 -u testuser -l noAuthNoPriv localhost:161 myHwType.0 > > However, it always throws an error of "Unknown Object Identifier" only for V

Re: snmget for v3 => Unknown Object Identifier

2011-04-07 Thread Manjit
-u testuser -l noAuthNoPriv localhost:161 myHwType.0 > > However, it always throws an error of "Unknown Object Identifier" only > for V3. > For v2 it works fine. Also, If I specify the OID it gives the output > for both V2 and V3. > > The only problem occurs

snmget for v3 => Unknown Object Identifier

2011-04-07 Thread akshata s harkantra
Hi, I am using snmpget command using v3 for retrieving the variable. snmpget -v 3 -u testuser -l noAuthNoPriv localhost:161 myHwType.0 However, it always throws an error of "Unknown Object Identifier" only for V3. For v2 it works fine. Also, If I specify the OID it gives the outpu

Re: Unknown object identifier

2009-03-24 Thread Dave Shield
il you're happy with how these commands work. You really need to understand the basics of SNMP before trying to write your own extensions. > enterprises.cpMIB: Unknown Object Identifier > (Sub-id not found: enterprises -> cpMIB) You aren't loading your MIB file. Please see t

Unknown object identifier

2009-03-23 Thread Manav
Hello All, I am implementing a new MIB module in enterprises node with OID as 1.3.6.1.4.1.5380.x.x.x When i do snmpget or snmpwalk i get the following errors: [r...@bugzilla usr]# snmpget -v 2c -c public localhost enterprises.cpMIB enterprises.cpMIB: Unknown Object Identifier (Sub-id not found

snmp_add_var fails with "Unknown Object Identifier" why? please help me!

2006-11-30 Thread fangwy
hi! snmp_add_var fails with "Unknown Object Identifier" why? 1)snmp_add_var return SNMPERR_UNKNOWN_OBJID , 2)snmp_perror been printing '.1.3.6.1.2.1.2.2.1.1.12: Unknown Object Identifier (189727085)' my application run on solaris please help me. thank you every mush!