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

Wireless Networking • Ultimate multi-cAP AX configuration

$
0
0
Hello,

I know that there is already a lot of content about how to properly configure wifi APs in this forum, but still, I am experiencing multiple issues in my setup and am still struggling to configure them.
I have 1000 square meter space with 4 cAP ax (one in each corner).
I don't use CAPsMAN as I have experiences issues in the past with broadcasting, and it makes my network more complicated (I have a lot of different networking hardware between the router and the APs and CAPsMAN makes it seem like the APs are plugged directly on the router.).
Finally, my APs have two SSIDs: a guest and a main, on two different VLANs.

My problems are the following:
- A lot of devices connect to the 2ghz network, even though there is the 5ghz network with the same SSID next to it.
- Even though I am next to an AP, my computer tends to stay connected to an AP very far away.
- Apple users are experiencing connectivity issues (cannot connect to wifi).
- It is takes some time connecting to the wifi

What I have tried so far:
- Reducing the TX-Power of the 2ghz antenna
- Enabling FT & FT Over DS
- Switching from 20Mhz to 20/40MHz Ce on the 5Ghz antenna
- Disabling WPA3-PSK (leaving only WPA2-PSK)

Here is an export
Code:
/interface bridgeadd name=bridge1 port-cost-mode=short vlan-filtering=yes/interface vlanadd interface=bridge1 name=vlan30 vlan-id=30add interface=bridge1 name=vlan40 vlan-id=40add interface=bridge1 name=vlan99 vlan-id=99/interface wifi channeladd band=2ghz-ax disabled=no frequency=2412 name=2ghz width=20mhzadd band=5ghz-ax disabled=no name=5ghz width=20/40mhz-Ce/interface wifi securityadd authentication-types=wpa2-psk disabled=no name=Mainadd authentication-types=wpa2-psk disabled=no name=Guest/interface wifi configurationadd country=France disabled=no mode=ap name=Guest security=Guest ssid=Guestadd country=France disabled=no mode=ap name=Main security=Main ssid=Wifi-Prive/interface wifiset [ find default-name=wifi2 ] channel=2ghz configuration=Main configuration.mode=ap .tx-power=5 disabled=no name="Main 2ghz" security=Mainset [ find default-name=wifi1 ] channel=5ghz channel.skip-dfs-channels=all configuration=Main configuration.mode=ap disabled=no name="Main 5ghz" security=Mainadd configuration=Guest configuration.mode=ap disabled=no mac-address=7A:9A:18:C9:6C:72 master-interface="Main 2ghz" name="Guest 2ghz" security=Guestadd configuration=Guest configuration.mode=ap disabled=no mac-address=7A:9A:18:C9:6C:71 master-interface="Main 5ghz" name="Guest 5ghz" security=Guest/interface bridge portadd bridge=bridge1 frame-types=admit-only-vlan-tagged interface=ether1 internal-path-cost=10 path-cost=10add bridge=bridge1 interface=ether2 internal-path-cost=10 path-cost=10add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged interface="Main 5ghz" internal-path-cost=10 path-cost=10 pvid=30add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged interface="Main 2ghz" internal-path-cost=10 path-cost=10 pvid=30add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged interface="Guest 5ghz" internal-path-cost=10 path-cost=10 pvid=40add bridge=bridge1 interface="Guest 2ghz" pvid=40/interface bridge vlanadd bridge=bridge1 tagged=ether1 vlan-ids=30add bridge=bridge1 tagged=ether1 vlan-ids=40add bridge=bridge1 tagged=bridge1,ether1 vlan-ids=99/ip dhcp-clientadd interface=vlan99/system identityset name=AP-Prod
Thank you for your help,
Arnaud

Statistics: Posted by alejosne — Tue Feb 20, 2024 11:22 am



Viewing all articles
Browse latest Browse all 15172

Trending Articles