now that 7.13 is out from the beta phase i decided to try again moving my infra into the new WiFi package.
My setup is made of 1 hEX as Router and CAPWAP and 3 wAP ac as acces point.
Capwap is working fine in the new wifi package and basic setup is ok... but i still have some question to be answered:
1. DATAPATH
on the old wifi package datapath can be set in manager forwarding mode, in that way (from my understanding) trafic is tunneled to the CAPsMAN and is not dependent on the L2 nework where the wAP is connected.
on the new wifi package there's no more such option
as result the wifi client ends to be connected to the L2 nework where wAP is connected to and the bridge selected on the datapath is just ignored.
i think docs is still not yep updated about this: https://help.mikrotik.com/docs/display/ROS/CAPsMAN
2. CANNELS
How shoud I select multiple modes?
For example 2GHz G/N
3. STEERING
How shoud i check that RRM and WNM are working correctly?
on the log i saw some of those entry:
but that happeded only at the very beginning of the setup, before creating the neighor group and steering profile, now what i see in the logs is24:4C:AB:43:74:88@cap-wifi6 roamed to 24:4C:AB:43:74:88@cap-wifi3, signal strength -66
is there any way i can check that 802.11k and 802.11v beacon are sent correctly?94:45:60:5E:93:88@cap-wifi3 disconnected, SA Query timeout, signal strength -91
94:45:60:5E:93:88@cap-wifi2 connected, signal strength -81
here below my current CAPsMAN configuration, if someone's curious to look at that
Code: Select all
/interface wifi channel
add band=5ghz-ac disabled=no name=5_Ghz_AC
add band=2ghz-n disabled=no name=2_Ghz
/interface wifi datapath
add bridge=bridge-wifi-tunnel disabled=no name=datapath-wifi2-tunnel
/interface wifi interworking
add disabled=no internet=yes ipv4-availability=single-nated ipv6-availability=not-available name=interworking1 \
network-type=private venue=residential-private wan-status=up
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk connect-priority=0 disabled=no name=sec1
/interface wifi steering
add disabled=no name=steering1 neighbor-group=dynamic-Mao-Fi-538252a9 rrm=yes wnm=yes
/interface wifi configuration
add channel=2_Ghz country=Italy datapath=datapath-wifi2-tunnel disabled=no interworking=interworking1 multicast-enhance=enabled name=\
cfg-wifi2-2GHZ security=sec1 security.connect-priority=0 ssid=Mao-Fi steering=steering1
add channel=5_Ghz_AC country=Italy datapath=datapath-wifi2-tunnel disabled=no interworking=interworking1 multicast-enhance=enabled name=\
cfg-wifi2-5GHZ security=sec1 security.connect-priority=0 ssid=Mao-Fi steering=steering1
/interface wifi capsman
set ca-certificate=auto enabled=yes interfaces=bridge-wifi-tunnel package-path="" require-peer-certificate=no upgrade-policy=\
suggest-same-version
/interface wifi provisioning
add action=create-dynamic-enabled disabled=no master-configuration=cfg-wifi2-2GHZ supported-bands=2ghz-g,2ghz-n
add action=create-dynamic-enabled disabled=no master-configuration=cfg-wifi2-5GHZ supported-bands=5ghz-ac