I noticed my snmp monitoring (LibreNMS) is missing wireless metrics like client count, etc. since I replaced a hAP ac2 with a hAP ax2 running routerOS 7.7beta4 and wifiwave2 package.
hAP ac2 7.7beta4
hAP ax2 7.7beta4
On hAP ac2 I can print OIDs using
I would like to jump on this train. Was bummed to find out that the wifiwave2 package doesn’t support SNMP (so it appears hap ax2/ax3 and possibly other AX devices).
Has anyone contacted support? Any way to put this in as a request?
I noticed this too, but didn’t do anything. AFAIK, there just the standard MIB-2 interface stats (e.g. the ones shown /interface/print oid). Maybe wifiwave2 stuff is hidden somewhere… but in latest Mikrotik MIB, “mtxrWireless” doesn’t have any for wifiwave2 & couldn’t find anything wifiwave2 related in MIB.
FWIW, the stats are pretty slim in wifiwave2 generally, so doubt SNMP would exceed what you see in winbox/CLI, nor likely be same OID as “old wireless” ones… but dunno.
Cool, thanks for the fast reply. OK, I can survive for a couple of releases if they do end up fixing it. But the graphs were indeed nice and useful. Lose one (snmp) win one (wpa3), that’s life
We are in the same situation, we have to provide statistics to upper management, and the number of “users” is quite important for us. We are now using the following workaround in our SNMP monitoring tool:
from the interface ifindex, get the number of the instance in the bridge MIB, walking 1.3.6.1.2.1.17.1.4.1.2 until the ifindex is found
count the entries in the mac table, interface column at 1.3.6.1.2.1.17.4.3.1.2 having that instance number in the value
This way we do not count the associated clients, but the different MAC addresses that in the FDB are seen on that interface. For the counter of all the clients, we simply sum over the wifi interfaces.
Of course it is not the same thing but it is a workaround. Not all SNMP monitoring tools can do this indirection.
I really hope this feature is re-added soon, it seems to me just a matter of mapping in SNMP a value that is already available somewhere.
Does anybody have any (good) news regarding this issue?
I have the same issue with my ac^3, all wireless interface statistics are gone.
But not all my devies are affected by this, for example hAP lite is working fine.
I think (suspect) only the newer devies have this bug, which are using “wifi-qcom-ac” package.
In new 7.17 Mikrotik mentioned this improvement :
*) snmp - added wifi fields to MIKROTIK-MIB;
Any chance someone could point me to the correct SNMP OIDs for any kind of WIFI statistics that works with new AC-AX devices and with new wifiwave2 package?
Where can we view the documentation for this and find the OIDs?
I don’t see changes in the MIB …
FYI I have several HAP AC2 and , that’s most important, 5x cAP ax (cAPGi-5HaxD2HaxD) connected to new CAPsMAN.
+1
I would welcome a general improvement of the monitoring capabilities of wifi-qcom drivers via SNMP (something like TX Retries, WiFi Tx Dropped, Rx Dropped, Tx Errors, Tx Dropped, Rx Errors, Rx Frags, Rx Crypts and so on for UniFi).