Hi All,
I'm using net-snmp 5.1.1. SNMPV3 get works fine on a Linux machine.
But when I run it on a target hardware, I'm not able get the values & i get an Authentication failure trap.
I have changed the Makefiles to compile with */usr/bin/ppc_82xx-gcc* for the target hardware. All of the V1,& V2 get/set works with this.
When I do an snmpv3 get on localhost(on target hardware) it works fine but if I do a get from other machine, an Authentication failure happens.
I used the following command on target hardware.
10# snmpget -v3 localhost -u newv3user -l authNoPriv -a MD5 -A newv3user 1.3.6.1.2.1.1.4.0
.1.3.6.1.2.1.1.4.0 = STRING: "[EMAIL PROTECTED]"
now if I use the same command from other machine it doesn't work
# snmpget -v3 10.1.111.115 -u newv3user -l authNoPriv -a MD5 -A newv3user 1.3.6.1.2.1.1.4.0
snmpget: Authentication failure (incorrect password, community or key)
I have created the user (newv3user) using command net-snmp-config
what could be the reason for this?
Thanks,
Guru
- SNMPV3 get on target hardware. Gurusidhesh Hiremath
- Re: Re: SNMPV3 get on target hardware. Gurusidhesh Hiremath
- Re: SNMPV3 get on target hardware. Wes Hardaker
- Re: Re: SNMPV3 get on target hardware. Gurusidhesh Hiremath
