Hello guys,
I got the cAP ax thinking it was a good upgrade from a simple TP-Link consumer router/ap. After some reading and some try and error I could not get good signal strength from the cAP ax. Reception is noticeable worse than the TP-Link and even the APs from my neighbors appear stronger in my WiFi list.
I think that looking at the cAP ax status shows the problem:
interface/wifi/monitor 1
state: running
channel: 5745/ax/Ceee
registered-peers: 0
authorized-peers: 0
tx-power: 8
channel-priorities: 0:5180/ax/Ceee,0:5200/ax/eCee,0:5220/ax/eeCe,0:5240/ax/eeeC,0:5745/ax/Ceee,0:5765/ax/eCee,0:5785/ax/eeCe,0:5805/ax/eeeC
Trying to improve the situation I identified two points that I can not make sense of:
- The channel list in the WinBox UI only shows “unkown”. I would like to select the 80MHz wide band 42 below the DFS range that should be supported by all clients, but I can’t to select an appropriate option. (Theoretically, an automatic selection could be find if the tx-power would be alright. Maybe some problem is indicated by the unknown channel list?)
- The highest output power that I have seen during the testing with interface/wifi/monitor 1 was 8 or sometimes 16. I guess that could be improved, but I don’t know how.
I would be happy to hear some advice from you.
The exported config is shown below.
(I limited the 2.4GHz tx-power so that the clients are more likely to connect to the 5GHz band. DTIM Period is set to 3 because I read that it could save some battery on some mobile devices.)
# 2024-11-26 18:58:46 by RouterOS 7.16.1
# software id = 2N39-0H6G
#
# model = cAPGi-5HaxD2HaxD
# serial number = X
/interface bridge
add admin-mac=X auto-mac=no comment=defconf name=bridgeLocal
/interface wifi datapath
add bridge=bridgeLocal comment=defconf disabled=no name=capdp
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no name="X PSK" \
wps=disable
/interface wifi configuration
add chains="" country=Germany disabled=no dtim-period=3 mode=ap \
multicast-enhance=enabled name="X Cfg" security="X PSK" \
ssid=X tx-power=23
/interface wifi
set [ find default-name=wifi2 ] channel.band=2ghz-ax .frequency=2300-7300 \
.width=20mhz configuration="X Cfg" configuration.antenna-gain=6 \
.chains=0,1 .manager=local .mode=ap .multicast-enhance=enabled .ssid=\
X .tx-chains=0,1 .tx-power=5 datapath=capdp disabled=no name=\
"X 2.4GHz"
set [ find default-name=wifi1 ] channel.band=5ghz-ax .frequency=2300-7300 \
.skip-dfs-channels=all .width=20/40/80mhz configuration="X Cfg" \
configuration.antenna-gain=6 .chains=0,1 .dtim-period=3 .mode=ap \
.multicast-enhance=enabled .tx-chains=0,1 .tx-power=23 disabled=no name=\
"X 5GHz"
/interface bridge port
add bridge=bridgeLocal comment=defconf interface=ether1
add bridge=bridgeLocal comment=defconf interface=ether2
/interface detect-internet
set detect-interface-list=all
/interface wifi cap
set discovery-interfaces=bridgeLocal enabled=yes slaves-datapath=capdp
/ip dhcp-client
add comment=defconf interface=bridgeLocal
/system clock
set time-zone-name=Europe/Berlin
/system note
set show-at-login=no
