SNMP v3 not sure if it is working or not

I need your help. I have a meraki device configured with snmp v3 and the SNMPv2 is disabled. I used this configuration using v3

And I am getting the info, however qhen i run the tests the module of the snmpv3 is showing an error but i am getting the checks. Do you know if it is working the snmpv3? in the network device snmpv2 is disabled. I do not understand how checkm is getting the info.

Please help me

You can connect to the CLI of your CheckMK Server and test the SNMP Settings with a snmpwalk:

snmpwalk -v2c -c <snmp community> <IP> <OID>

snmpwalk -v3 -l <noAuthNoPriv|authNoPriv|authPriv> -u <SNMP-User> -a <MD5|SHA> -A <Auth-Password> -x <AES|DES> -X <privKey> <IP-Adresse> <OID>

You can omit the OID, it is only optional.

Also try the v2 community “public”, as this sometimes works as a standard community.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.