I just setup a HAP ac lite as a very obvious backup WWAN gateway for my home lab. The configuration aspect is perfect and everything works great when my failover uses the device and it’s WWAN.
So here is my issue. I use LibreNMS to monitor my home lab and the wired stuff works fine of course HOWEVER the hap ac lite doesn’t show any wireless details with LibreNMS. I’ve been trying to figure out what needs done to get the wireless portion working for the device HOWEVER whenever i go into the CLI and print OID’s i can only do it under the wireless interface. So i can get the OID’s for the sensor data like rate, tx/rx, ssid, etc…
What is the correct OID for grabbing the wireless sensors/interfaces to use for OID indexing? I know this is a Mikrotik forum but i wasn’t sure if anything else here uses LibreNMS and has modified the files for their devices.
The wireless OID’s and MIB functions are in this file → https://github.com/librenms/librenms/blob/master/LibreNMS/OS/Routeros.php
So i tihink i need to replace some of the MIB/OID’s that are using old/non working objects to the new OID’s and MIB objects but i’m not much of a dev and i’m not really technically about SNMP functions and processes besides the generic knowledge about OID’s.
So if anyone knows the OID to list the ammount of wireless interfaces as well as the OID for interface statistics that’ll help i think. I have the OID’s for sensor data like signal and all that i just don’t understand the interface count/sensor discovery portion that i need to fix. Also if you have this modified for a HAP ac lite or a newer device that works like the HAP ac lite please let me know.