Hi everyone,
I’ve got an RB5009 as my router, and two cAP AX’s for AP’s. I know this has been talked a lot about in regards to older hardware, and ROSv6, but I couldn’t find much in regards to new hardware, with WifiWave2.
I’ve got an issue where my boss’s MacBook won’t roam. He’s got the last x86 based model. When he goes from one room to another, where he’s 10ft from the other AP, his computer won’t connect to the closer AP and stays connected to the AP that’s farther away. I lowered the output power too. My boss wants me put a different SSID on the AP’s which goes against everything I believe in in regards to how it should be setup. I don’t have this issue with any other devices. Is there anything on the MikroTik side to help? Here’s my CAPsMAN config, it’s pretty simple.
/interface wifiwave2 datapath
add bridge=bridge disabled=no name=datapath
/interface wifiwave2 security
add authentication-types=wpa2-psk,wpa3-psk disabled=no ft=yes ft-over-ds=yes name=Security
/interface wifiwave2 configuration
add channel.band=5ghz-ax .frequency=5160-5845 .skip-dfs-channels=all .width=20mhz country="United States" datapath=datapath datapath.bridge=bridge disabled=no hide-ssid=no name=5Ghz \
security=Security security.authentication-types=wpa2-psk,wpa3-psk .ft=yes .ft-over-ds=yes ssid="AirBridge Broadband" tx-power=15
add channel.band=2ghz-ax .frequency=2412-2462 .skip-dfs-channels=all .width=20mhz country="United States" datapath=datapath datapath.bridge=bridge disabled=no name=2Ghz security=\
Security security.authentication-types=wpa2-psk,wpa3-psk .ft=yes .ft-over-ds=yes ssid="AirBridge Broadband" tx-power=9
/interface wifiwave2 capsman
set ca-certificate=auto enabled=yes interfaces=bridge package-path="" require-peer-certificate=no upgrade-policy=require-same-version
/interface wifiwave2 provisioning
add action=create-dynamic-enabled disabled=no master-configuration=5Ghz supported-bands=5ghz-ax
add action=create-dynamic-enabled disabled=no master-configuration=2Ghz supported-bands=2ghz-ax