I have Zabbix 5.2 "docker installation" and working fine with SNMP V2 from Frontend. But it doesn't work with V3 SHA/AES.
when i test item from zabbix web Frontend " Cannot connect to "hostname:161": Authentication failure (incorrect password, community or key)."
when I test from zabbix-server
snmpwalk -v3 -l authPriv -u "Hostname" -a SHA -A "passkey" -x AES -X "passkey" "the IP" ...
so it works well from the container but not from the Frontend
Does anyone faced this problem?
Comment