I've been having this problem for a while.
I have a cisco 2960.
I enable snmpv2 and everything works fine.
I change to snmpv3 and suddenly zabbix says authentication failure.
I ssh into the zabbix server and run snmpwalk with the exact same credentials as I put in zabbix. It works FINE and pulls data back.
For an example:
But the exact same item put on the zabbix host page:



It is clearly not a cisco issue.
Can someone help me troubleshoot this?
I have a cisco 2960.
I enable snmpv2 and everything works fine.
I change to snmpv3 and suddenly zabbix says authentication failure.
I ssh into the zabbix server and run snmpwalk with the exact same credentials as I put in zabbix. It works FINE and pulls data back.
For an example:
Code:
[FONT=monospace][COLOR=#000000]$ snmpget -v 3 -u manager -l authPriv -A password1 -a md5 -x aes -X password2 172.20.11.2 1.3.6.1.4.1.9.2.1.58.0 [/COLOR] iso.3.6.1.4.1.9.2.1.58.0 = INTEGER: 6[/FONT]
It is clearly not a cisco issue.
Can someone help me troubleshoot this?
Comment