SNMPv3 not working
Posted: 11 Oct 2018 04:25
Hi all,
I'm trying to monitor an OS 6855 with my NMS linux based (OpenNMS). The OS is 6.4.6.424 I've configured snmpv3 as shown below:
aaa authentication snmp local
user onms_v3 read-write all MD5+DES password "ONMSV3-2018"
user onms_v3 priv-password "Test12345"
snmp security privacy all
I'm now trying to snmpwalk the switch but it doesn't work at all, the command I'm using is:
snmpwalk -v3 -l authPriv -u onms_v3 -a MD5 -A "ONMSV3-2018" -x DES -X "Test12345" <IP ADDRESS>
The result is timeout every time, what am I doing wrong?
Thanks
Luca
I'm trying to monitor an OS 6855 with my NMS linux based (OpenNMS). The OS is 6.4.6.424 I've configured snmpv3 as shown below:
aaa authentication snmp local
user onms_v3 read-write all MD5+DES password "ONMSV3-2018"
user onms_v3 priv-password "Test12345"
snmp security privacy all
I'm now trying to snmpwalk the switch but it doesn't work at all, the command I'm using is:
snmpwalk -v3 -l authPriv -u onms_v3 -a MD5 -A "ONMSV3-2018" -x DES -X "Test12345" <IP ADDRESS>
The result is timeout every time, what am I doing wrong?
Thanks
Luca