Page 1 of 1

SNMP v2c and SNMP v3

Posted: 18 Jan 2022 12:55
by vtirozguy
Hi All,

I have a weird requirement, I need to run SNMP v2c and 3 at the same time to the same server.

Software version :8.7.354.R01

Snmp v3 works perfectly.

When i try to setup v2 as well It fails.

Here is my config:

aaa authentication snmp "local"

snmp security authentication set ******** i think this command maybe what forces one or the other to work but not both.

snmp community-map user "XXv3" enable
snmp community-map user "XXv2" enable

user XXv2 password YYYYY read-only all no auth
user XXv3 password ZZZZZ read-only all SHA AES

Are my suspicions right or what am i missing ?

Re: SNMP v2c and SNMP v3

Posted: 19 Jan 2022 14:56
by silvio
Hi,
try this configs:
snmp community-map mode enable
snmp security no-security
regards
Silvio