Problem description:
I would like to adopt this configuration as a „clean sample“ on our site with a bit more than 40 APs – I will probably have to split the APs in groups, so that not all APs send out the same set of SSIDs, what is the „best way“ to do this?<?xml:namespace prefix = "o" ns = "urn:schemas-microsoft-com:office:office" />
Example:
Warehouse area should be covered with SSID A, Office area should be covered with SSID A & B, Guest area should be covered with SSID B & C
Solution:
You can create more AP groups and apply one or more VAP profiles on each (one VAP profile-one SSID);
Example:
ap-group name warehouse
radio 0
vap-profile A wlan 1
radio 1
vap-profile A wlan 1
ap-group name office
radio 0
vap-profile A wlan 1
vap-profile B wlan 2
radio 1
vap-profile A wlan 1
vap-profile B wlan 2
ap-group name guest
radio 0
vap-profile B wlan 1
vap-profile C wlan 2
radio 1
vap-profile B wlan 1
vap-profile C wlan 2
