02-02-2021 05:35 PM
I would really like to graph utilization for our AP230s and 250s. I’m looking at the AH-INTERFACE-MIB and the only options I see are ahRadioTxAirtime and ahRadioRxAirtime, which are counters that pull airtime in microseconds.
When in the CLI you can run show int wifi0 or show int wifi1 and get utilization data like:
Rx airtime=634.69 s; Tx airtime=7564.03 s; CRC error airtime=764.45 s;
Rx airtime percent=0.00%; Tx airtime percent=0.00%; CRC error airtime percent=5%;
Tx utilization=3%; Rx utilization=5%; Interference utilization=10%; Total utilization=18%;
All nice metrics that would be useful in graph form. I’m curious how they are calculated and if those metrics are available via snmp?
Solved! Go to Solution.
02-17-2021 08:48 AM
In our case (HiveManager Classic on-prem) we had also to delete some characters in some Object Identifiers: The file “ah_smi_mib.txt” contains 4 identifiers that contain an underline-character: ahAPHiveAP*. We had to remove these underline-characters.
02-04-2021 12:22 PM
Call snmpwalk and have a look to the result. You mac start at the OID given below:
snmpwalk -M path_to_MIB-files -v 2c -c your_community IP_of_AP .1.3.6.1.4.1.26928.1.1.1.2.1.3.1