Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15394

Wireless Networking • CAPsMAN on v7.13 configuration

$
0
0
Hello Guys,
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
Image
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?
Image
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:
24:4C:AB:43:74:88@cap-wifi6 roamed to 24:4C:AB:43:74:88@cap-wifi3, signal strength -66
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 is
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
is there any way i can check that 802.11k and 802.11v beacon are sent correctly?

here below my current CAPsMAN configuration, if someone's curious to look at that

Code:
/interface wifi channeladd band=5ghz-ac disabled=no name=5_Ghz_ACadd band=2ghz-n disabled=no name=2_Ghz/interface wifi datapathadd bridge=bridge-wifi-tunnel disabled=no name=datapath-wifi2-tunnel/interface wifi interworkingadd 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 securityadd authentication-types=wpa2-psk,wpa3-psk connect-priority=0 disabled=no name=sec1/interface wifi steeringadd disabled=no name=steering1 neighbor-group=dynamic-Mao-Fi-538252a9 rrm=yes wnm=yes/interface wifi configurationadd 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=steering1add 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 capsmanset ca-certificate=auto enabled=yes interfaces=bridge-wifi-tunnel package-path="" require-peer-certificate=no upgrade-policy=\    suggest-same-version/interface wifi provisioningadd action=create-dynamic-enabled disabled=no master-configuration=cfg-wifi2-2GHZ supported-bands=2ghz-g,2ghz-nadd action=create-dynamic-enabled disabled=no master-configuration=cfg-wifi2-5GHZ supported-bands=5ghz-ac

Statistics: Posted by maol — Tue Jan 02, 2024 6:36 pm



Viewing all articles
Browse latest Browse all 15394

Trending Articles