Yes I’m also thinking of it. My all AP’s are connected directly through Ethernet cable with the 24port Switch. Actually I didn’t practice CAPsMAN before so no idea how it works. Can you please give me some suggestions or configuration samples regarding CAPsMAN? All I want only a single SSID will be found whenever my client search for WiFi network. Another thing does CAPsMAN works with Hotspot Server which is on my CCR?
Regards.
Sent from my iPhone using Tapatalk
CAPsMAN and Hotspot are different layers so yes, it will work.
Make sure that all the APs have IP address from the same subnet like the CCR does (use static addressing or DHCP server on CCR and DHCP clients on CAPs, whatever you prefer). This will be your "management subnet".
On the CAPsMAN, do the following:
create a bridge dedicated for hotspot clients, with its own local IP address of the CCR, DHCP server, pool, and DHCP "network", and give it some name - I refer to it below as "the_bridge_for_hotspot_clients". This will be the subnet for the wireless clients. It is not mandatory to separate the management subnet from the client one but it is a good practice.
Then configure the CAPsMAN:
/caps-man security
add authentication-types=wpa2-psk encryption=aes-ccm group-encryption=aes-ccm name=security_profile_1 passphrase=your_passphrase
/caps-man configuration
add country=your_country_name datapath.bridge=the_bridge_for_hotspot_clients mode=ap name=the_only security=security_profile_1 ssid=your_SSID
/caps-man manager
set enabled=yes
At the CAPs, do the following (one CAP at a time):
/interface wireless cap
set caps-man-addresses=10.0.0.1 enabled=yes interfaces=wlan1,wlan2
where the 10.0.0.1 is the actual IP address of the CAPsMAN in the interconnect subnet and "wan1,wan2" is the list of wireless interfaces of the CAP which should be controlled by the CAPsMAN.
After configuring the first CAP, look at the CAPsMAN, you should see all interfaces of that CAP in the "CAP interfaces" list. Edit the interface - give it a name, set its configuration to "the_only", and configure the radio frequency, channel configuration, modulation scheme etc.
One of few drawbacks of CAPsMAN is that the frequency has to be entered by hand rather than chosen from a fixed list so use the "frequency" drop-down menu in the wireless configuration on the CAP to learn the list of available frequencies in the band.
When done with one CAP, activate the following one etc.