04-12-2024 12:33 AM
I use LibreNMS for SNMP. All of my AP show up correctly and are recognized by LibreNMS.
.1.3.6.1.2.1.1.1.0 = STRING: Meraki MR76 Cloud Managed AP
However, the MR28 has a "wrong" string (the "=" is shown in the name), so that LibreNMS does not recognize this as a Meraki AP.
.1.3.6.1.2.1.1.1.0 = STRING: =Meraki MR28 Cloud Managed AP
Is there a way to override this ?
Solved! Go to Solution.
04-14-2024 12:45 PM
You'll need to open a support case fo this bug - but it could take a VERY long time to get fixed.
04-12-2024 03:01 AM
Have you checked the librenms documentation?
04-29-2024 12:13 AM
The problem is clearly with the Meraki AP having incorrect SNMP settings. See below
snmpwalk -v 2c -c public 192.168.0.200 iso.3.6.1.2.1.1.1.0
iso.3.6.1.2.1.1.1.0 = STRING: "=Meraki MR28 Cloud Managed AP"
snmpwalk -v 2c -c public 192.168.0.155 iso.3.6.1.2.1.1.1.0
iso.3.6.1.2.1.1.1.0 = STRING: "Meraki MR33 Cloud Managed AP"
snmpwalk -v 2c -c public 192.168.0.160 iso.3.6.1.2.1.1.1.0
iso.3.6.1.2.1.1.1.0 = STRING: "Meraki MR76 Cloud Managed AP"
snmpwalk -v 2c -c public 192.168.0.167 iso.3.6.1.2.1.1.1.0
iso.3.6.1.2.1.1.1.0 = STRING: "Meraki MR33 Cloud Managed AP"
04-14-2024 12:45 PM
You'll need to open a support case fo this bug - but it could take a VERY long time to get fixed.
04-29-2024 12:12 AM
After some back and forth with support and providing the necessary proof of the difference in OID string in comparison to other MR AP, I got the reply "I have reported this issue to our development team and they are looking into resolving it. I will keep your posted once a fix is released. "
Let's see when that happens...
01-28-2025 11:51 PM
Since removing an erroneous sign in a string is apparently a >6 months task for Cisco, LibreNMS has been patched to resolve this issue:
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide