High BSS Priority question

With our old WiFI vendor I had an option in the SSID to set a BSS priority.

It basically allowed you to give priority to one SSID over another. Like setting a guest network to a wait behind the point of sales.

Where is something similar in cnmaestro?

Hi @Springs , we have the same for Cambium APs. The feature is wlan-qos. Currently this feature is not exposed in the cnMaestro UI so you will configure it using the below user-defined overrides in the AP Group.

WLAN QoS values:
X7-35X-E03F20(config)# wireless wlan 1
X7-35X-E03F20(config-wlan-1)# wlan-qos

ac0 : Low QoS. Use where traffic prioritization is not a concern
ac1 : Medium QoS. Typical traffic prioritization for general traffic
ac2 : High QoS. Typically used to give priority to video traffic
ac3 : Highest QoS. Typically used to give priority to voice traffic

AP Group User-Defined Overrides :
!
wireless wlan 1
wlan-qos ac2
!

Hope that helps,
Gary

1 Like

Exactly what I needed.

Thanks as always.