Hi guys,
I try to move my Cisco switches from SNMPv2 to SNMPv3.
I can get data via snmpwalk and via Test Item on Zabbix GUI, but I don't see latest data.


cisco config:
I have run tcpdump on the zabbix-proxy and I don't see any requests to the switch when I use SNMPv3.
Zabbix version - 6.0.4
Why can't I see the latest data ?
I try to move my Cisco switches from SNMPv2 to SNMPv3.
I can get data via snmpwalk and via Test Item on Zabbix GUI, but I don't see latest data.
Code:
$ snmpwalk -v 3 -u authuser -l authPriv -A md5v3v3v3 -a md5 -x DES -X des56v3v3v3 10.20.1.42 | head SNMPv2-MIB::sysDescr.0 = STRING: Cisco IOS Software, CXXXX Software (CXXXX-UNIVERSALK9-M), Version 15.2(7)XX, RELEASE SOFTWARE (fc10) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2022 by Cisco Systems, Inc. Compiled Thu 22-Sep-22 08:33 by mcpre SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.9.1.1208 DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (26420408) 3 days, 1:23:24.08 SNMPv2-MIB::sysContact.0 = STRING: SNMPv2-MIB::sysName.0 = STRING: XXXXSw SNMPv2-MIB::sysLocation.0 = STRING: SNMPv2-MIB::sysServices.0 = INTEGER: 6 ....
cisco config:
Code:
(config)#snmp-server group authgroup v3 priv read example (config)#snmp-server user authuser authgroup v3 auth md5 md5v3v3v3 priv des des56v3v3v3 (config)#snmp-server view example iso included
Zabbix version - 6.0.4
Why can't I see the latest data ?
Comment