Hello All,
I'm trying to implement SNMPv3 with my cisco C1113-8P IOS-XE 17.03.02 as SNMP server, and Fedora 30 as SNMP client.
The connection is fine and working since previously SNMPv2c worked
on cisco, the following command:
snmp-server group my_group v3 priv
snmp-server user my_user my_group v3 auth SHA my_auth_pw priv AES my_priv
From every perspective of the cisco device it seems the SNMP is working properly, yet onto the server, I noticed the following issue:
The packets are sent and received ok
Authentication stage is passed (if I type a wrong password it does show the authentication failure message)
both snmpwalk and snmpget command give timeout errors
zabbix-server gives timeout error
Thank you for any help
John
I'm trying to implement SNMPv3 with my cisco C1113-8P IOS-XE 17.03.02 as SNMP server, and Fedora 30 as SNMP client.
The connection is fine and working since previously SNMPv2c worked
on cisco, the following command:
snmp-server group my_group v3 priv
snmp-server user my_user my_group v3 auth SHA my_auth_pw priv AES my_priv
From every perspective of the cisco device it seems the SNMP is working properly, yet onto the server, I noticed the following issue:
The packets are sent and received ok
Authentication stage is passed (if I type a wrong password it does show the authentication failure message)
both snmpwalk and snmpget command give timeout errors
zabbix-server gives timeout error
Thank you for any help

John
Comment