On Sun, 18 Mar 2012 13:39:47 +0530 Ravi wrote:
RK> Hi all,
RK> 
RK> I have created snmpv3 user from the following command
RK> 
RK> snmpget -v 3 -u ravi  -l authNoPriv -a MD5 -A  abcdefghij  localhost
RK> sysUpTime.0
RK> 
RK> when i try to snmpget after starting snmpd i found following unknown
RK> engine id error
RK> 
RK> /root/software/net-snmp>snmpget -v3 -u ravi  -l authNoPriv -a MD5 -A
RK>    abcdefghij   localhost sysUpTime.0
RK> snmpwalk: Unknown engine ID (Sub-id not found: (top) -> sysUpTime)

Mibs might not be loaded correctly.. try using the OID directly:

snmpget -v3 -u ravi  -l authNoPriv -a MD5 -A abcdefghij \
      localhost .1.3.6.1.2.1.1.3.0

Then check out the FAQs on the net-snmp web site on how to configure net-snmp
to load mibs...

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to