03-24-2025 10:27 AM
Hi Cisco Community,
I’ve been troubleshooting SNMPv3 on a Catalyst 3850-48U-E (IOS 16.12.12) for Zabbix 7.0.1 monitoring, aiming for SHA auth and AES-256 encryption. Auth-only works perfectly, but enabling privacy (encryption) results in timeouts. Has anyone seen this behavior on a 3850-48U-E and found a solution?
snmp-server group MonitorGroup v3 priv read v1default snmp-server user MonitorUser MonitorGroup v3 auth sha AuthPass123 priv aes 256 PrivPass456 snmp-server host 192.168.1.100 version 3 priv MonitorUser snmp-server enable traps
ip access-list extended SNMP-ALLOW permit udp host 192.168.1.100 host 192.168.1.10 eq 161 interface vlan 100 ip access-group SNMP-ALLOW inBlocked all traffic (including SSH), so removed it with no ip access-group SNMP-ALLOW in—traffic’s open now.
snmp-server group MonitorGroup v3 auth read v1default snmp-server user MonitorUser MonitorGroup v3 auth sha AuthPass123
Thanks for any pointers!
03-24-2025 10:57 AM
- What happens when you try with AES-128 (instead of 256) ?
M.
03-24-2025 01:55 PM
AES-128 works.
03-25-2025 12:33 AM
-Probably a bug on the Cisco device ,
M.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide