To get actual RF stats of client devices on Ubiquiti Wave APs, you need to discover them from the AP:
Numeric:
With MIB:
I am guessing that "228.56.131.106.168.247" is some decimal representation of "E4 38 83 6A A8 F7"? So how to represent this in an LLD rule?
Numeric:
Code:
.1.3.6.1.4.1.41112.1.11.1.3.1.1.228.56.131.106.168.247.1 = Hex-STRING: E4 38 83 6A A8 F7 .1.3.6.1.4.1.41112.1.11.1.3.1.2.228.56.131.106.168.247.1 = STRING: main .1.3.6.1.4.1.41112.1.11.1.3.1.3.228.56.131.106.168.247.1 = INTEGER: -67 .1.3.6.1.4.1.41112.1.11.1.3.1.4.228.56.131.106.168.247.1 = INTEGER: 11 .1.3.6.1.4.1.41112.1.11.1.3.1.5.228.56.131.106.168.247.1 = INTEGER: 8 X .1.3.6.1.4.1.41112.1.11.1.3.1.6.228.56.131.106.168.247.1 = INTEGER: 7 X .1.3.6.1.4.1.41112.1.11.1.3.1.7.228.56.131.106.168.247.1 = INTEGER: 808500 Kbps .1.3.6.1.4.1.41112.1.11.1.3.1.8.228.56.131.106.168.247.1 = INTEGER: 673750 Kbps
Code:
UI-AF60-MIB::af60StaMac.'.8.j..'.1 = Hex-STRING: E4 38 83 6A A8 F7 UI-AF60-MIB::af60StaActiveLink.'.8.j..'.1 = STRING: main UI-AF60-MIB::af60StaRSSI.'.8.j..'.1 = INTEGER: -67 UI-AF60-MIB::af60StaSNR.'.8.j..'.1 = INTEGER: 12 UI-AF60-MIB::af60StaTxMCS.'.8.j..'.1 = INTEGER: 9 X UI-AF60-MIB::af60StaRxMCS.'.8.j..'.1 = INTEGER: 7 X UI-AF60-MIB::af60StaTxCapacity.'.8.j..'.1 = INTEGER: 875875 Kbps UI-AF60-MIB::af60StaRxCapacity.'.8.j..'.1 = INTEGER: 673750 Kbps
Comment