Hmm - you mean I should use same SSID but different password? That won't help really.
I am in the need of a high performance PtP link (wAP ac to RB951G) to another building. I know that my indoor clients would be better served with something like 17db only. That is why I started to use the wAP ac: If available all clients should use 5GHz. Unfortunately 5GHz does not work very well through walls. Thus I need the clients to use 2GHz in other rooms where 5GHz is unavailable.
I don't have problems with bad wireless performance but I have a problem with clients choosing 2GHz first instead of 5GHz due to different SSID and due to higher power on 2GHz.
I don't know if someone has a good idea how to force clients to use 5GHz instead of 2GHz.
Hello!
Probably these settings will do:
/caps-man access-list add interfaces=all
mac-address-mask=aa:bb:cc:00:00:00
ssid-regexp="aaa|a-2g|etc"
action=reject ## this is for Apple devices NOT to use SSID-s on 2GHz
/caps-man access-list add interfaces=all
mac-address-mask=aa:bb:cc:00:00:00
ssid-regexp="bbb|b-5g|etc"
action=accept ## this is for Apple devices to use SSID-s on 5GHz
This presumes the following:
1) you have separate SSID's for 2GHz and 5GHz networks, if not, then probably the interface=distinct-CAP-interface option will be needed, and maintained for all CAP devices!
2) you know the MAC address mask of the clients (aa:bb:cc:00:00:00 is NOT the correct mask for Apple devices, it is just an example!) However, if you do not know the MAC address mask of the clients in need of 5GHz network, then the separate SSID network architecture is the better way to go! (Or better: more AP devices in the right places to have sufficient 5GHz connectivity in every room...)
Regards!