Page 1 of 1

SNMP Issue

Posted: 01 Jun 2024 23:21
by mspdog22
Hello

I have set SNMP on my switch but not able to walk it via v2 with my nms server.

Below is my config.

user snmpv2user password er5fQYo4kQ0FpFozVdtF@ read-only all no auth
user snmpv3user password er5fQYo4kQ0FpFozVdtF@ md5+des read-write all
snmp community-map XAeY71mFrKpEGcmvvtoi user snmpv2user enable
snmp security authentication set
snmp station 172.16.1.2 162 "snmpv2user" v2 enable

Re: SNMP Issue

Posted: 03 Jun 2024 10:53
by Cristek
For SNMP2 I believe you need something like this:

Code: Select all

snmp security no-security
instead of

Code: Select all

snmp security authentication set
And you may also need (can't remember if that's a default or not for the 6360):

Code: Select all

snmp community-map mode enable
This has worked for me in the past for SNMP2 for my NMS (PRTG)