Hey guys,
I would really appreciate your support here… Since last two weeks I’ve observed that all my clients randomly get disconnected from the AP although they have a pretty good signal strength.
I have an RB5009 which is acting as CAPsMAN and a cAP-AX access point. AP is mounted on a hallway and usually where I stay I get a signal strength between -60 and -75. I have added a temporary hAP-AX2 in one of the rooms but the problem still persists even at a much stronger signal strength (-54dBm )
Here are is an example from the logs:
2025-04-04 14:45:11 wireless,debug 98:43:FA:F5:51:EA@cap-wifi2 reauthenticating
2025-04-04 14:45:12 wireless,info 98:43:FA:F5:51:EA@cap-wifi2 disconnected, not responding, signal strength -54
2025-04-04 14:45:12 wireless,debug 98:43:FA:F5:51:EA@cap-wifi2 disassociated, not responding, signal strength -54
2025-04-04 14:45:13 wireless,debug 98:43:FA:F5:51:EA@cap-wifi2 associated, signal strength -58
2025-04-04 14:45:14 wireless,info 98:43:FA:F5:51:EA@cap-wifi2 connected, signal strength -58
2025-04-04 14:45:55 wireless,info 98:43:FA:F5:51:EA@cap-wifi2 disconnected, connection lost, signal strength -55
2025-04-04 14:45:55 wireless,debug 98:43:FA:F5:51:EA@cap-wifi2 disassociated, connection lost, signal strength -55
2025-04-04 14:45:55 wireless,debug 98:43:FA:F5:51:EA@cap-wifi2 associated, signal strength -57
2025-04-04 14:45:55 wireless,info 98:43:FA:F5:51:EA@cap-wifi2 connected, signal strength -57
2025-04-04 14:46:56 wireless,info 98:43:FA:F5:51:EA@cap-wifi2 disconnected, connection lost, signal strength -54
2025-04-04 14:46:56 wireless,debug 98:43:FA:F5:51:EA@cap-wifi2 disassociated, connection lost, signal strength -54
2025-04-04 14:46:57 wireless,debug 98:43:FA:F5:51:EA@cap-wifi2 associated, signal strength -57
2025-04-04 14:46:57 wireless,info 98:43:FA:F5:51:EA@cap-wifi2 connected, signal strength -57
2025-04-04 14:48:02 wireless,info 98:43:FA:F5:51:EA@cap-wifi2 disconnected, not responding, signal strength -54
2025-04-04 14:48:02 wireless,debug 98:43:FA:F5:51:EA@cap-wifi2 disassociated, not responding, signal strength -54
2025-04-04 14:48:02 wireless,debug 98:43:FA:F5:51:EA@cap-wifi3 associated, signal strength -45
2025-04-04 14:48:03 wireless,info 98:43:FA:F5:51:EA@cap-wifi3 connected, signal strength -45
Here is the config related to WiFi:
# 2025-04-04 15:01:30 by RouterOS 7.18.2
# software id = 5C7T-I0CP
# model = RB5009UPr+S+
/interface wifi channel
add band=2ghz-ax disabled=no name=2.4Ghz-Band reselect-interval=3h..4h width=20mhz
add band=5ghz-ax disabled=no name=5Ghz-Band reselect-interval=3h..4h width=20/40/80mhz
/interface wifi datapath
add bridge=bridge disabled=no name=Home-Wifi-DataPath vlan-id=10
add bridge=bridge disabled=no name=Home-Guests-DataPath vlan-id=40
add bridge=bridge disabled=no name=Home-IoT-DataPath vlan-id=20
add bridge=bridge disabled=yes name=Controlled-AP-DataPath
/interface wifi security
add authentication-types=wpa3-psk disabled=no ft=yes ft-mobility-domain=0x10 ft-over-ds=yes name=Home-Wifi-SecProfile
add authentication-types=wpa3-psk disabled=no ft=yes ft-mobility-domain=0x40 ft-over-ds=yes name=Home-Guests-SecProfile
add authentication-types=wpa2-psk disabled=no ft=yes ft-mobility-domain=0x20 ft-over-ds=yes name=Home-IoT
/interface wifi configuration
add chains=0,1 channel=2.4Ghz-Band country=Romania datapath=Home-Wifi-DataPath disabled=no mode=ap name=Home-WiFi-2.4Ghz security=Home-Wifi-SecProfile security.ft=yes .ft-over-ds=yes ssid=Home
add chains=0,1 channel=5Ghz-Band country=Romania datapath=Home-Wifi-DataPath disabled=no mode=ap name=Home-WFi-5Ghz security=Home-Wifi-SecProfile ssid=Home steering.rrm=no .wnm=no
add chains=0,1 channel=2.4Ghz-Band country=Romania datapath=Home-Guests-DataPath disabled=no name=Guests-2.4Ghz security=Home-Guests-SecProfile security.ft=yes ssid=...::::Guest::::...
add chains=0,1 channel=5Ghz-Band country=Romania datapath=Home-Guests-DataPath disabled=no mode=ap name=Guests-5Ghz security=Home-Guests-SecProfile security.ft=yes ssid=...::::Guest::::...
add chains=0,1 channel=2.4Ghz-Band country=Romania datapath=Home-IoT-DataPath disabled=no mode=ap name=IoT-2.4Ghz security=Home-IoT ssid=IoT
/interface wifi steering
add disabled=no name=SG-Home neighbor-group=dynamic-...::::Guest::::...-4ac71332,dynamic-IoT-5b54c363 rrm=yes wnm=yes
/interface wifi configuration
add chains=0,1 channel=5Ghz-Band country=Romania datapath=Home-IoT-DataPath disabled=no mode=ap name=IoT-5Ghz security=Home-IoT ssid=IoT steering=SG-Home
/interface wifi capsman
set ca-certificate=auto enabled=yes interfaces=Management package-path=/ require-peer-certificate=no upgrade-policy=suggest-same-version
/interface wifi provisioning
add action=create-dynamic-enabled disabled=no master-configuration=Home-WiFi-2.4Ghz slave-configurations=IoT-2.4Ghz,Guests-2.4Ghz supported-bands=2ghz-ax
add action=create-dynamic-enabled disabled=no master-configuration=Home-WFi-5Ghz slave-configurations=IoT-5Ghz,Guests-5Ghz supported-bands=5ghz-ax
I see a lot of messages in the logs with “disconnected, not responding”, and I don’t know how to interpret it.
Any ideas on what could I check?
Thank you.
