> 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.
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
-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
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
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
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
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!