Community discussions

MikroTik App
 
martinii
just joined
Topic Author
Posts: 24
Joined: Tue Feb 14, 2017 4:14 pm
Location: Poznan, Poland

"not responding" - f.k.a. SA Query timeout

Thu Aug 17, 2023 10:53 pm

Hi all,

I have problem with my father's phone (Samsung A3 2016, stock OS) in my wifi network. I had Mikrotik hAP lite before and there was absolutely no problems! Now I have Mikrotik hAP ax2 and my Dad can't connect to my wifi because of SA Query timeout error. I have few devices (phones, laptops and TV) in my wireless network and there is problem ONLY with this one device... I upgraded router os few times and now i'm on 7.11 stable. I tried Disable PMKID = YES but without success either. Look:
Image

This is part of my configuration:

# 2023-08-17 21:35:25 by RouterOS 7.11
# software id = **ELIDED**
#
# model = C52iG-5HaxD2HaxD
# serial number = XXXXXXXXXXXX
/interface bridge
add name=bridge-LAN
/interface ethernet
set [ find default-name=ether1 ] mac-address=XX:XX:XX:XX:XX:XX
/interface wifiwave2 channel
add band=2ghz-n disabled=no frequency=2447 name=channel-2.4GHz \
    skip-dfs-channels=all width=20mhz
add band=5ghz-ax disabled=no frequency=5280 name=channel-5GHz width=20/40mhz-eC
/interface wifiwave2 security
add authentication-types=wpa2-psk disable-pmkid=yes disabled=no encryption="" \
    name=sec-profile
/interface wifiwave2 configuration
add channel=channel-2.4GHz country=Poland disabled=no mode=ap name=cfg-2.4GHz \
    security=sec-profile ssid=KMPM_nomap
add channel=channel-5GHz country=Poland disabled=no mode=ap name=cfg-5GHz \
    security=sec-profile ssid=KMPM_nomap
/interface wifiwave2
set [ find default-name=wifi2 ] channel=channel-2.4GHz channel.frequency=2447 \
    configuration=cfg-2.4GHz configuration.mode=ap disabled=no name=2.4GHZ
set [ find default-name=wifi1 ] channel=channel-5GHz configuration=cfg-5GHz \
    configuration.mode=ap disabled=no name=5GHz
/ip pool
add name=pool-dhcp ranges=192.168.44.10-192.168.44.35
add name=dhcp_pool1 ranges=192.168.44.2-192.168.44.254
/ip dhcp-server
add address-pool=pool-dhcp insert-queue-before=bottom interface=bridge-LAN \
    lease-time=3d name=dhcp1
/interface bridge port
add bridge=bridge-LAN interface=ether2
add bridge=bridge-LAN interface=ether3
add bridge=bridge-LAN interface=ether4
add bridge=bridge-LAN interface=ether5
add bridge=bridge-LAN interface=5GHz
add bridge=bridge-LAN interface=2.4GHZ
/ip dhcp-server lease
add address=192.168.44.24 client-id=1:a8:9c:ed:4e:b3:ad mac-address=\
    XX:XX:XX:XX:XX:XX server=dhcp1
add address=192.168.44.23 client-id=1:94:be:46:cf:1:76 comment="Tablet Matika" \
    mac-address=XX:XX:XX:XX:XX:XX server=dhcp1
add address=192.168.44.21 client-id=1:78:af:8:80:97:b5 mac-address=\
    XX:XX:XX:XX:XX:XX server=dhcp1
add address=192.168.44.20 client-id=1:20:34:fb:cb:e2:f8 mac-address=\
    XX:XX:XX:XX:XX:XX server=dhcp1
add address=192.168.44.19 client-id=1:8c:c8:cd:59:a2:99 comment="TV SAMSUNG" \
    mac-address=XX:XX:XX:XX:XX:XX server=dhcp1
add address=192.168.44.18 client-id=1:bc:60:a7:cd:db:c5 comment=PS4 \
    mac-address=XX:XX:XX:XX:XX:XX server=dhcp1
/ip dhcp-server network
add address=192.168.44.0/24 gateway=192.168.44.1

Help needed.... :(
Last edited by tangent on Fri Aug 18, 2023 12:16 am, edited 1 time in total.
 
User avatar
tangent
Forum Guru
Forum Guru
Posts: 1656
Joined: Thu Jul 01, 2021 3:15 pm
Contact:

Re: SA Query timeout

Fri Aug 18, 2023 12:22 am

I'm terrible at RouterOS WiFi, but a few things in your config raised questions:

1. Why disable PMKID? According to the docs, "Disabling PMKID can cause compatibility issues with client devices which make use of it."

2. encryption=""? Is that just you being over-zealous with the config sanitization, or do you really have all encryption methods disabled?
 
gigabyte091
Forum Guru
Forum Guru
Posts: 1518
Joined: Fri Dec 31, 2021 11:44 am
Location: Croatia

Re: SA Query timeout

Fri Aug 18, 2023 6:29 am

I suggest you to send supout file and log to the support. I had similar problem and i sent them file and log but my AC but problem fixed itself...
 
holvoetn
Forum Guru
Forum Guru
Posts: 6753
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: SA Query timeout

Fri Aug 18, 2023 8:24 am

Quick response before leaving for the road trip to France...
2. encryption=""? Is that just you being over-zealous with the config sanitization, or do you really have all encryption methods disabled?
If you use WInbox, make sure that section is folded in.
NOT opened and nothing selected. Is not the same.
 
nescafe2002
Forum Veteran
Forum Veteran
Posts: 914
Joined: Tue Aug 11, 2015 12:46 pm
Location: Netherlands

Re: SA Query timeout

Fri Aug 18, 2023 12:15 pm

Try disabling band steering. I noticed these SA Query Timeout messages just before re-associating with another radio.

https://help.mikrotik.com/docs/display/ ... properties

/interface wifiwave2 configuration set [find] rrm=no wnm=no
 
martinii
just joined
Topic Author
Posts: 24
Joined: Tue Feb 14, 2017 4:14 pm
Location: Poznan, Poland

Re: SA Query timeout

Fri Aug 18, 2023 10:54 pm

I'm terrible at RouterOS WiFi, but a few things in your config raised questions:

1. Why disable PMKID? According to the docs, "Disabling PMKID can cause compatibility issues with client devices which make use of it."

2. encryption=""? Is that just you being over-zealous with the config sanitization, or do you really have all encryption methods disabled?
1. It was only for testing. But without success so returned to default.
2. I missed it out! I had nothing checked indeed... Now i have CCMP and GCMP.
Try disabling band steering. I noticed these SA Query Timeout messages just before re-associating with another radio.

https://help.mikrotik.com/docs/display/ ... properties

/interface wifiwave2 configuration set [find] rrm=no wnm=no
So you suggest to leave only frequencies?
 
İmposss
newbie
Posts: 48
Joined: Sat Jan 16, 2021 5:30 pm

Re: SA Query timeout

Sat Aug 19, 2023 1:01 am

An issue that came with version 7.11. I reverted to version 7.10.2
 
nescafe2002
Forum Veteran
Forum Veteran
Posts: 914
Joined: Tue Aug 11, 2015 12:46 pm
Location: Netherlands

Re: SA Query timeout

Sat Aug 19, 2023 3:16 pm

Try disabling band steering. I noticed these SA Query Timeout messages just before re-associating with another radio.
So you suggest to leave only frequencies?

I suggested to disable band steering, as this was introduced in 7.11:

*) wifiwave2 - added "steering" parameters and menu to set up and monitor AP neighbor groups (CLI only)

An issue that came with version 7.11. I reverted to version 7.10.2

Again, band steering is introduced in 7.11, therefore may be related to these issues.
 
İmposss
newbie
Posts: 48
Joined: Sat Jan 16, 2021 5:30 pm

Re: SA Query timeout

Mon Aug 21, 2023 3:20 am



Try disabling band steering. I noticed these SA Query Timeout messages just before re-associating with another radio.

https://help.mikrotik.com/docs/display/ ... properties

/interface wifiwave2 configuration set [find] rrm=no wnm=no
Hi i tried it doesn't work
/interface wifiwave2 configuration set [find] steering.rrm=no steering.wnm=no
Last edited by İmposss on Mon Aug 28, 2023 7:33 pm, edited 1 time in total.
 
gigabyte091
Forum Guru
Forum Guru
Posts: 1518
Joined: Fri Dec 31, 2021 11:44 am
Location: Croatia

Re: SA Query timeout

Mon Aug 21, 2023 6:41 am

Did you try to contact Mikrotik support ? At this point they maybe can help you more.
 
martinii
just joined
Topic Author
Posts: 24
Joined: Tue Feb 14, 2017 4:14 pm
Location: Poznan, Poland

Re: SA Query timeout

Mon Aug 28, 2023 6:47 pm

I tried disable steering but no luck... Well I feel it doesn't matter what I do - it always doesn't work... On hAP ac lite no problems, on ax2 it still doesn't work...
 
holvoetn
Forum Guru
Forum Guru
Posts: 6753
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: SA Query timeout

Mon Aug 28, 2023 7:31 pm

Did you try to contact Mikrotik support ? At this point they maybe can help you more.
Best recommendation to get... create supout.rif, contact support.
 
İmposss
newbie
Posts: 48
Joined: Sat Jan 16, 2021 5:30 pm

Re: SA Query timeout

Mon Aug 28, 2023 7:34 pm

Did you try to contact Mikrotik support ? At this point they maybe can help you more.
Best recommendation to get... create supout.rif, contact support.
I did, waiting for support
 
maigonis
Member Candidate
Member Candidate
Posts: 210
Joined: Sat Jul 20, 2019 8:16 pm

Re: SA Query timeout

Tue Aug 29, 2023 1:44 am

Try WPA2 only to isolate issue to security settings.
 
martinii
just joined
Topic Author
Posts: 24
Joined: Tue Feb 14, 2017 4:14 pm
Location: Poznan, Poland

Re: SA Query timeout

Tue Aug 29, 2023 10:47 am

I tried WPA2 only. As well as firmware upgrading, disabling band steering, disabling PMKID, turning off encription, disabling 5GHz radio and rebooting donzens times....
 
Rox169
Member
Member
Posts: 467
Joined: Sat Sep 04, 2021 1:47 am

Re: SA Query timeout

Tue Aug 29, 2023 11:04 am

did you tried to delete/forget the network in mobile and do new connect???
 
martinii
just joined
Topic Author
Posts: 24
Joined: Tue Feb 14, 2017 4:14 pm
Location: Poznan, Poland

Re: SA Query timeout

Tue Aug 29, 2023 2:00 pm

Every time when I made some changes in router settings.
 
İmposss
newbie
Posts: 48
Joined: Sat Jan 16, 2021 5:30 pm

Re: SA Query timeout

Fri Sep 01, 2023 4:02 pm

solution for me:
/interface/wifiwave2/configuration> set [find] security.connect-priority=0/1
 
alibloke
Frequent Visitor
Frequent Visitor
Posts: 61
Joined: Fri Jun 03, 2016 12:13 am

Re: SA Query timeout

Mon Sep 25, 2023 10:12 am

This appears to work, my laptop has been able to fast roam for the first time and the dreaded SA Query Timeout message is gone. I must admit I don't understand why and I'm concerned that it's working at the cost of security, specifically MacStealer attacks as per this post:
viewtopic.php?t=198228#p1016424

Can anyone elaborate on what this setting actually does?
 
ToTheFull
Member
Member
Posts: 402
Joined: Fri Mar 24, 2023 3:24 pm

Re: SA Query timeout

Mon Sep 25, 2023 1:01 pm

solution for me:
/interface/wifiwave2/configuration> set [find] security.connect-priority=0/1
This appears to work, my laptop has been able to fast roam for the first time and the dreaded SA Query Timeout message is gone. I must admit I don't understand why and I'm concerned that it's working at the cost of security, specifically MacStealer attacks as per this post:
viewtopic.php?t=198228#p1016424

Can anyone elaborate on what this setting actually does?
Yes please do, tired of this in my logs all the time when someone walks into the kitchen.
/log print where message~"C6"
 09-22 12:24:54 wireless,info C6:6B:0C@wifi1 connected, signal strength -61
 09-22 12:26:44 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -73
 09-22 12:26:44 wireless,info C6:6B:0C@wifi1 connected, signal strength -75
 09-22 12:27:26 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -68
 09-22 12:27:27 wireless,info C6:6B:0C@wifi1 connected, signal strength -71
 09-22 12:27:55 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -69
 09-22 12:27:55 wireless,info C6:6B:0C@wifi1 connected, signal strength -71
 09-22 12:29:58 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -68
 09-22 12:30:22 wireless,info C6:6B:0C@wifi1 connected, signal strength -68
 09-22 12:31:44 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -71
 09-22 12:31:55 dhcp,info defconf deassigned 192.168.0.106 for C6:6B:0C
 09-22 12:31:56 dhcp,info defconf assigned 192.168.0.106 for C6:6B:0C 
 09-22 12:31:58 wireless,info C6:6B:0C@wifi1 connected, signal strength -71
 09-22 12:32:24 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -73
 09-22 12:32:24 wireless,info C6:6B:0C@wifi1 connected, signal strength -75
 09-22 12:32:33 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -72
 09-22 12:32:34 wireless,info C6:6B:0C@wifi1 connected, signal strength -75
 09-22 12:32:38 dhcp,info defconf deassigned 192.168.0.106 for C6:6B:0C 
 09-22 12:32:39 dhcp,info defconf assigned 192.168.0.106 for C6:6B:0C 
 09-22 12:32:49 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -70
 09-22 12:32:50 wireless,info C6:6B:0C@wifi1 connected, signal strength -73
 09-22 12:34:18 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -77
 09-22 12:34:19 wireless,info C6:6B:0C@wifi1 connected, signal strength -76
 09-22 12:38:17 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -71
 09-22 12:38:17 wireless,info C6:6B:0C@wifi1 connected, signal strength -70
 09-22 12:42:13 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -70
 09-22 12:42:20 wireless,info C6:6B:0C@wifi1 connected, signal strength -65
 09-22 12:47:26 wireless,info C6:6B:0C@wifi1 disconnected, connection lost, signal strength -64
 09-22 14:48:23 wireless,info C6:6B:0C@wifi1 connected, signal strength -62
 09-22 14:55:07 wireless,info C6:6B:0C@wifi1 disconnected, connection lost, signal strength -68
 09-22 16:47:44 wireless,info C6:6B:0C@wifi1 connected, signal strength -62
 09-22 16:52:48 wireless,info C6:6B:0C@wifi1 disconnected, connection lost, signal strength -72
 09-22 17:00:05 wireless,info C6:6B:0C@wifi1 connected, signal strength -68
 09-22 17:01:09 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -58
 09-22 17:01:10 wireless,info C6:6B:0C@wifi1 connected, signal strength -66
 09-22 17:01:36 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -71
 09-22 17:01:37 wireless,info C6:6B:0C@wifi1 connected, signal strength -67
 09-22 17:01:53 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -70
 09-22 17:01:59 wireless,info C6:6B:0C@wifi1 connected, signal strength -66
 09-22 17:45:29 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -67
 09-22 17:45:29 wireless,info C6:6B:0C@wifi1 connected, signal strength -68
 09-22 17:51:25 wireless,info C6:6B:0C@wifi1 disconnected, connection lost, signal strength -70
 09-22 19:00:20 wireless,info C6:6B:0C@wifi1 connected, signal strength -63
 09-22 19:06:08 wireless,info C6:6B:0C@wifi1 disconnected, connection lost, signal strength -85
 09-22 22:43:48 wireless,info C6:6B:0C@wifi1 connected, signal strength -52
 09-22 22:44:39 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -66
 09-22 22:44:40 wireless,info C6:6B:0C@wifi1 connected, signal strength -65
 09-22 22:45:01 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -62
 09-22 22:45:01 wireless,info C6:6B:0C@wifi1 connected, signal strength -68
 09-22 22:45:11 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -68
 09-22 22:45:12 wireless,info C6:6B:0C@wifi1 connected, signal strength -67
 09-22 22:51:14 wireless,info C6:6B:0C@wifi1 disconnected, connection lost, signal strength -78
 09-23 11:06:06 wireless,info C6:6B:0C@wifi1 connected, signal strength -70
 09-23 11:09:13 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -66
 09-23 11:09:14 wireless,info C6:6B:0C@wifi1 connected, signal strength -70
 09-23 11:12:12 wireless,info C6:6B:0C@wifi1 disconnected, group key timeout, signal strength -74
 09-23 11:14:23 wireless,info C6:6B:0C@wifi1 connected, signal strength -73
 09-23 11:21:47 wireless,info C6:6B:0C@wifi1 disconnected, connection lost, signal strength -87
 09-23 11:42:52 wireless,info C6:6B:0C@wifi1 connected, signal strength -59
 09-23 11:48:11 wireless,info C6:6B:0C@wifi1 disconnected, connection lost, signal strength -79
 09-23 15:59:09 wireless,info C6:6B:0C@wifi1 connected, signal strength -66
 09-23 16:08:07 wireless,info C6:6B:0C@wifi1 disconnected, connection lost, signal strength -74
 09-23 19:31:54 wireless,info C6:6B:0C@wifi1 connected, signal strength -60
 09-23 19:37:45 wireless,info C6:6B:0C@wifi1 disconnected, connection lost, signal strength -72
 09-23 23:46:56 wireless,info C6:6B:0C@wifi1 connected, signal strength -68
 09-23 23:51:58 wireless,info C6:6B:0C@wifi1 disconnected, connection lost, signal strength -69
 09-24 10:49:40 wireless,info C6:6B:0C@wifi1 connected, signal strength -67
 09-24 10:55:48 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -73
 09-24 10:56:45 wireless,info C6:6B:0C@wifi1 connected, signal strength -68
 09-24 11:07:30 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -73
 09-24 11:07:30 wireless,info C6:6B:0C@wifi1 connected, signal strength -74
 09-24 11:12:18 wireless,info C6:6B:0C@wifi1 disconnected, group key timeout, signal strength -72
 09-24 11:49:45 wireless,info C6:6B:0C@wifi1 connected, signal strength -70
 09-24 11:51:22 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -72
 09-24 11:51:22 wireless,info C6:6B:0C@wifi1 connected, signal strength -70
 09-24 11:52:27 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -65
 09-24 11:52:27 wireless,info C6:6B:0C@wifi1 connected, signal strength -55
 09-24 11:58:33 wireless,info C6:6B:0C@wifi1 disconnected, connection lost, signal strength -86
 09-24 12:23:19 wireless,info C6:6B:0C@wifi1 connected, signal strength -67
 09-24 12:23:54 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -69
 09-24 12:23:54 wireless,info C6:6B:0C@wifi1 connected, signal strength -71
 09-24 12:23:58 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -71
 09-24 12:23:59 wireless,info C6:6B:0C@wifi1 connected, signal strength -69
 09-24 12:26:16 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -69
 09-24 12:26:17 wireless,info C6:6B:0C@wifi1 connected, signal strength -71
 09-24 12:29:21 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -71
 09-24 12:29:22 wireless,info C6:6B:0C@wifi1 connected, signal strength -72
 09-24 12:36:25 wireless,info C6:6B:0C@wifi1 disconnected, connection lost, signal strength -70
 09-24 14:46:34 wireless,info C6:6B:0C@wifi1 connected, signal strength -57
 09-24 14:52:05 wireless,info C6:6B:0C@wifi1 disconnected, connection lost, signal strength -71
 09-24 17:37:33 wireless,info C6:6B:0C@wifi1 connected, signal strength -67
 09-24 17:37:37 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -70
 09-24 17:37:37 wireless,info C6:6B:0C@wifi1 connected, signal strength -75
 09-24 18:05:15 wireless,info C6:6B:0C@wifi1 disconnected, connection lost, signal strength -82
 09-24 18:28:54 wireless,info C6:6B:0C@wifi1 connected, signal strength -56
 09-24 18:34:35 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -72
 09-24 18:34:35 wireless,info C6:6B:0C@wifi1 connected, signal strength -74
 09-24 18:36:03 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -74
 09-24 18:36:03 wireless,info C6:6B:0C@wifi1 connected, signal strength -71
 09-24 18:40:44 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -68
 09-24 18:40:44 wireless,info C6:6B:0C@wifi1 connected, signal strength -69
 09-24 18:41:10 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -73
 09-24 18:41:10 wireless,info C6:6B:0C@wifi1 connected, signal strength -70
 09-24 18:41:13 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -69
 09-24 18:41:14 wireless,info C6:6B:0C@wifi1 connected, signal strength -71
 09-24 18:42:59 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -69
 09-24 18:42:59 wireless,info C6:6B:0C@wifi1 connected, signal strength -69
 09-24 18:45:31 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -68
 09-24 18:45:32 wireless,info C6:6B:0C@wifi1 connected, signal strength -71
 09-24 18:47:16 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -74
 09-24 18:47:17 wireless,info C6:6B:0C@wifi1 connected, signal strength -68
 09-24 18:48:03 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -76
 09-24 18:48:03 wireless,info C6:6B:0C@wifi1 connected, signal strength -72
 09-24 18:50:56 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -69
 09-24 18:50:56 wireless,info C6:6B:0C@wifi1 connected, signal strength -68
 09-24 18:57:22 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -67
 09-24 18:57:23 wireless,info C6:6B:0C@wifi1 connected, signal strength -68
 09-24 18:58:50 wireless,info C6:6B:0Cwifi1 disconnected, SA Query timeout, signal strength -69
 09-24 18:58:51 wireless,info C6:6B:0C@wifi1 connected, signal strength -69
 09-24 19:04:56 wireless,info C6:6B:0C@wifi1 disconnected, connection lost, signal strength -70
 09:20:40 wireless,info C6:6B:0C@wifi1 connected, signal strength -66
 09:23:00 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -71
 09:23:00 wireless,info C6:6B:0C@wifi1 connected, signal strength -69
 09:25:21 wireless,info C6:6B:0C@wifi1 disconnected, SA Query timeout, signal strength -72
 09:25:21 wireless,info C6:6B:0C@wifi1 connected, signal strength -72
 
brg3466
Member Candidate
Member Candidate
Posts: 181
Joined: Sat Aug 01, 2015 7:29 am

Re: SA Query timeout

Thu Sep 28, 2023 5:17 am

anyone has solution ?

It is weird that in our house, only iPhone14 pro has this "SA query timeout" issue. All other apple devices ( macbook, macbook air, ipad or iphone 12) don't behave like this.
 
martinii
just joined
Topic Author
Posts: 24
Joined: Tue Feb 14, 2017 4:14 pm
Location: Poznan, Poland

Re: SA Query timeout

Mon Oct 02, 2023 4:38 pm

In my case it still doesn't work... The only solution I can see is to give my Dad a new phone.
 
Santi70
Frequent Visitor
Frequent Visitor
Posts: 60
Joined: Mon Sep 07, 2020 12:35 am

Re: SA Query timeout

Fri Nov 17, 2023 2:10 pm

I also have that problem, but only with an iPhone 13, all other devices work fine
 
jugernautas
just joined
Posts: 1
Joined: Thu Dec 07, 2023 4:06 pm

Re: SA Query timeout

Thu Dec 07, 2023 4:18 pm

Hello,
First time here. I have upgraded my cAP ax device from v7.8 to v7.12 and one "Lenovo" laptop started disconnecting often.
Looking at the log I have determined that the problem could be that laptop changes wifi frequencies from 5Ghz to 2Ghz and therefore cAP device waits until it can no longer determine that laptop is connected. After then it lets connect to AP. The duration time offline was about 1 minute.
I could not find any sophisticated information, so I tried changing these 2 values on each frequency radio interface:

connect-group ( string )

APs within the same connect group do not allow more than 1 client device with the same MAC address. This is to prevent malicious authorized users from intercepting traffic intended to other users ('MacStealer' attack) or performing a denial of service attack by spoofing the MAC address of a victim.

Handling of new connections with duplicate MAC addresses depends on the connect-priority of AP interfaces involved.

By default, all APs are assigned the same connect-group.


connect-priority (accept-priority/hold-priority (integers))

Theese parameters determine, how a connection is handled if the MAC address of the client device is the same as that of another active connection to another AP.
If (accept-priority of AP2) < (hold-priority of AP1), a connection to AP2 wil cause the client to be dropped from AP1.
If (accept-priority of AP2) = (hold-priority of AP1), a connection to AP2 will be allowed only if the MAC address can no longer be reached via AP1.
If (accept-priority of AP2) > (hold-priority of AP1), a connection to AP2 will not be accepted.

If omitted, hold-priority is the same as accept-priority.
By default, APs, which perform user authentication, have higher priority (lower integer value), than open APs.

Image


Image


On 2Ghz - Security - Connect Group ("Grupe2") and Connect Priority (0/1)
On 5Ghz - Security - Connect Group ("Grupe5") and Connect Priority (0/1)

For now the laptop works ok, no long disconnections from Wifi. It would be great if someone can explain if this is right way to configure it.
Last edited by jugernautas on Thu Dec 07, 2023 4:39 pm, edited 4 times in total.
 
tinodj
newbie
Posts: 25
Joined: Fri Oct 05, 2018 4:04 pm

Re: SA Query timeout

Tue Jan 16, 2024 9:28 am

Hit this problem after upgrading from 6 to 7. Was very stable with 6, now on ROS7 is frustrating with this. Happens on iPhone and Mac. Happens on cAP ax and Audience. Solutions here didn’t help :( Have anyone found something else?
 
kurio
newbie
Posts: 25
Joined: Sun Dec 22, 2013 6:15 pm

Re: SA Query timeout

Fri Jan 19, 2024 11:05 am

Hit this problem after upgrading from 6 to 7. Was very stable with 6, now on ROS7 is frustrating with this. Happens on iPhone and Mac. Happens on cAP ax and Audience. Solutions here didn’t help :( Have anyone found something else?
Hello,
Started having this problem with i don't know which version of ROS 7.xx, now running the latest 7.13.2.
Impossible to roam from independent AX2 to AX3: simple connects/disconnects, SA timeouts, no IPv4 DHCP replies, all kinds of crap.
I have tried all the suggestions here and there, but they do not work. All smartphones are android, most of them have issues staying connected when moving from floor to floor (from one hap ax to another).
However, i have noticed a workaround which works on some phones: instead of static phone MAC address switch to randomized MAS addresses.
Is this whole issue is related to the client MAC addresses?
Do i need to configure and run capsman to overcome this critical connectivity problem?
 
ToTheFull
Member
Member
Posts: 402
Joined: Fri Mar 24, 2023 3:24 pm

Re: SA Query timeout

Fri Jan 19, 2024 12:31 pm

CAPsMAN wont help, also the same on 7.14Beta7 maybe slightly worse than 7.14Beta6.
Anyway, I'm sure someone will be along soon to say it's your config etc...........
 
erlinden
Forum Guru
Forum Guru
Posts: 2626
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: SA Query timeout

Fri Jan 19, 2024 2:52 pm

Anyway, I'm sure someone will be along soon to say it's your config etc...........
How do you know his config is correct. There are not a lot of topics where, after sharing the config, there are no improvements to make on the config.

@kurio: As far as I know the client will always use the same MAC address (per SSID), even if it is randomized. No clue why you think it is helping...

In regards to the SA Query timeout problem, it has been solved for me (using CAPsMAN) by setting the connect-priority.
 
User avatar
masseselsev
just joined
Posts: 11
Joined: Thu Mar 27, 2014 8:01 am
Location: Somewhere around the globe

Re: SA Query timeout

Fri Jan 19, 2024 2:54 pm

Same here on Chateau 18 (7.13.2) with all my AX diveces that are trying to connect to 2Ghz, 5Ghz connections are fine though.
No CAPsMAN, just a single(dual actually) raido.
The devices namely are a couple of Google pixel (6&7) phones, and a pair of laptops with AX211 wifis'.
Also, the devices that are not capable of AX seem to de working just fine,
And it happens randomly -- not all the devices at once.

Maybe the matter does deserve some comment from the staff?

edit. persuaded a part of the devices to connect to 5g only, now this happens both with 2 and 5 ghz (((
Last edited by masseselsev on Sat Jan 20, 2024 11:20 am, edited 2 times in total.
 
holvoetn
Forum Guru
Forum Guru
Posts: 6753
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: SA Query timeout

Fri Jan 19, 2024 2:57 pm

Then it might be better to create a ticket with supout right after you see it happening.
Because staff does not frequent these forums that often (they sometimes do).
 
ToTheFull
Member
Member
Posts: 402
Joined: Fri Mar 24, 2023 3:24 pm

Re: SA Query timeout

Fri Jan 19, 2024 3:56 pm

Anyway, I'm sure someone will be along soon to say it's your config etc...........
In regards to the SA Query timeout problem, it has been solved for me (using CAPsMAN) by setting the connect-priority.

Deployed... i'll let YOU Know!
2 name="wifi1" l2mtu=1560 mac-address=18:FD arp-timeout=auto radio-mac=18:FD
   configuration.mode=ap .ssid="002" .country=United Kingdom 
   security.authentication-types=wpa2-psk .encryption=ccmp .passphrase="" 
   .management-protection=allowed .wps=disable .connect-priority=0/1 
   channel.frequency=5180 .band=5ghz-ax .width=20/40/80mhz .skip-dfs-channels=10min-cac
If that isn't correct please do share what needs to be done.
 
fronik
just joined
Posts: 3
Joined: Tue Jun 30, 2015 10:28 pm

Re: SA Query timeout

Thu Feb 29, 2024 7:27 pm

Faced the same problem
disconnected, SA Query timeout
On 5Ghz - Security - Connect Priority (0/1) It worked until firmware 7.14, but on 7.14 the network on the laptop began to fall off constantly. Connected \ Disconnected...

back to 7.13.4 (and definitely System\RouterBOARD\Upgrade firmware to 7.13.4) - good work for me
 
Neolo
just joined
Posts: 15
Joined: Mon Aug 26, 2019 12:24 pm

Re: SA Query timeout

Sat Mar 02, 2024 2:18 am

Faced the same problem
disconnected, SA Query timeout
On 5Ghz - Security - Connect Priority (0/1) It worked until firmware 7.14, but on 7.14 the network on the laptop began to fall off constantly. Connected \ Disconnected...

back to 7.13.4 (and definitely System\RouterBOARD\Upgrade firmware to 7.13.4) - good work for me
Priority does not do anything, 7.14. Log is flooded with SA Query timeouts. Clients have terrible experience using wifi. What is going on??
 
User avatar
Kanzler
Member Candidate
Member Candidate
Posts: 135
Joined: Wed Oct 05, 2022 6:55 pm
Location: Ukraine

Re: SA Query timeout

Sat Mar 02, 2024 7:56 am

@Neolo,
Could you please show your configuration?
 
fronik
just joined
Posts: 3
Joined: Tue Jun 30, 2015 10:28 pm

Re: SA Query timeout

Sat Mar 02, 2024 4:54 pm

RouterOS and firmware ver <= 7.13.4 - normal work
RouterOS and firmware ver = 7.14 - clients disconnected and logs: "... disconnected, SA Query timeout ..."
My config:
/interface wifi configuration

add channel.band=2ghz-ax .frequency=2412 .skip-dfs-channels=10min-cac .width=20mhz country=Russia datapath.bridge=bridge disabled=no mode=ap name=2Ghz security.authentication-types=wpa2-psk,wpa3-psk .connect-priority=0/1 .passphrase=WiFiPass124 .wps=disable ssid=WiFiName123

add channel.band=5ghz-ax .frequency=5640-5725 .skip-dfs-channels=10min-cac .width=20/40/80mhz country=Russia datapath.bridge=bridge disabled=no mode=ap name=5Ghz security.authentication-types=wpa2-psk,wpa3-psk .connect-priority=0/1 .passphrase=WiFiPass124 .wps=disable ssid=WiFiName123-5GHz

/interface wifi cap
set caps-man-addresses=127.0.0.1 enabled=yes

/interface wifi capsman
set enabled=yes package-path="" require-peer-certificate=no upgrade-policy=none

/interface wifi provisioning
add action=create-dynamic-enabled disabled=no master-configuration=2Ghz supported-bands=2ghz-ax
add action=create-dynamic-enabled disabled=no master-configuration=5Ghz supported-bands=5ghz-ax

My clients: phones, tv, ps5, smarthome devices notebooks
 
MaxwellsEq
newbie
Posts: 33
Joined: Mon Apr 05, 2021 11:13 pm

Re: SA Query timeout

Sun Mar 03, 2024 1:02 am

I didn't see any mention of disabling Frame Protection. Did this not have any effect?
 
Neolo
just joined
Posts: 15
Joined: Mon Aug 26, 2019 12:24 pm

Re: SA Query timeout

Sun Mar 03, 2024 4:37 am

@Neolo,
Could you please show your configuration?
Which configuration are you asking about?
Everything is default except for it's an open network with OWE enabled.
 
Neolo
just joined
Posts: 15
Joined: Mon Aug 26, 2019 12:24 pm

Re: SA Query timeout

Sun Mar 03, 2024 4:38 am

I didn't see any mention of disabling Frame Protection. Did this not have any effect?
The only effect it makes is rendering WPA3 and OWE inoperable. And I don't want that.
 
Neolo
just joined
Posts: 15
Joined: Mon Aug 26, 2019 12:24 pm

Re: SA Query timeout

Sun Mar 03, 2024 4:42 am

RouterOS and firmware ver <= 7.13.4 - normal work
No it wasn't. I just upgraded from 7.13.4 to 7.14, both have the same problem. Trust me, I have a public place to test with 200 people connecting, not just own laptop and a phone.
 
User avatar
Kanzler
Member Candidate
Member Candidate
Posts: 135
Joined: Wed Oct 05, 2022 6:55 pm
Location: Ukraine

Re: SA Query timeout

Sun Mar 03, 2024 7:51 am

@Neolo
Very strange, I don't experience such an issue myself. Have you tried enabling FT? Maybe that will help?
 
MaxwellsEq
newbie
Posts: 33
Joined: Mon Apr 05, 2021 11:13 pm

Re: SA Query timeout

Sun Mar 03, 2024 9:53 am

I didn't see any mention of disabling Frame Protection. Did this not have any effect?
The only effect it makes is rendering WPA3 and OWE inoperable. And I don't want that.
Lots of non-compute devices (TVs, cameras, doorbells etc.) which don't support Frame Protection also don't seem to properly ignore its presence. If you Google SA Query Timeout, you will find this also an issue with non-Mikrotik Wireless setups. We seem to have two choices, only have very modern non-compute devices (fully WPA3 compliant) or run a Wireless radio setup which has no WPA3 elements including Frame Protection (with the small security risk this implies).
 
ToTheFull
Member
Member
Posts: 402
Joined: Fri Mar 24, 2023 3:24 pm

Re: SA Query timeout

Sun Mar 03, 2024 10:59 am

SNIP: Trust me, I have a public place to test with 200 people connecting, not just own laptop and a phone.
From my point of view that would look painfull on the eyes.
I have tried the "Connect Priority 0/1" trick and although it seems to help (not cure) it causes unexplained speed drops on both my AX devices.
 
Neolo
just joined
Posts: 15
Joined: Mon Aug 26, 2019 12:24 pm

Re: SA Query timeout

Sun Mar 03, 2024 10:34 pm

SNIP: Trust me, I have a public place to test with 200 people connecting, not just own laptop and a phone.
From my point of view that would look painfull on the eyes.
I have tried the "Connect Priority 0/1" trick and although it seems to help (not cure) it causes unexplained speed drops on both my AX devices.
I have that priority in place, it makes zero effect, timeouts still written in log.
 
Neolo
just joined
Posts: 15
Joined: Mon Aug 26, 2019 12:24 pm

Re: SA Query timeout

Sun Mar 03, 2024 10:35 pm

@Neolo
Very strange, I don't experience such an issue myself. Have you tried enabling FT? Maybe that will help?
What's FT?
 
Neolo
just joined
Posts: 15
Joined: Mon Aug 26, 2019 12:24 pm

Re: SA Query timeout

Sun Mar 03, 2024 10:38 pm


The only effect it makes is rendering WPA3 and OWE inoperable. And I don't want that.
Lots of non-compute devices (TVs, cameras, doorbells etc.) which don't support Frame Protection also don't seem to properly ignore its presence. If you Google SA Query Timeout, you will find this also an issue with non-Mikrotik Wireless setups. We seem to have two choices, only have very modern non-compute devices (fully WPA3 compliant) or run a Wireless radio setup which has no WPA3 elements including Frame Protection (with the small security risk this implies).
Nope, in the environment I have there is no TVs or doorbells, but phones and tablets.
Mikrotik should fix the firmware to accommodate all models properly, it's all it is.
 
User avatar
Kanzler
Member Candidate
Member Candidate
Posts: 135
Joined: Wed Oct 05, 2022 6:55 pm
Location: Ukraine

Re: SA Query timeout

Sun Mar 03, 2024 10:44 pm

set ft=yes and ft-over-ds=yes in security profile to enable 802.11r fast BSS transitions (roaming)
 
User avatar
tangent
Forum Guru
Forum Guru
Posts: 1656
Joined: Thu Jul 01, 2021 3:15 pm
Contact:

Re: SA Query timeout

Mon Mar 04, 2024 12:33 am

What's FT?

Fast Transitions, a recently added feature. Disabled by default. “FT” is the tab name in WinBox.
 
Neolo
just joined
Posts: 15
Joined: Mon Aug 26, 2019 12:24 pm

Re: SA Query timeout

Tue Mar 05, 2024 9:15 pm

What's FT?

Fast Transitions, a recently added feature. Disabled by default. “FT” is the tab name in WinBox.
I have enabled it in my security template, but it doesn't do anything about SA Query timeouts alone.
However, when I have connected all APs via Capsman and enabled FT and FT over DS, that seems stopped SA Query Timeout errors.
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: SA Query timeout

Sun Apr 07, 2024 11:32 pm

solution for me:
/interface/wifiwave2/configuration> set [find] security.connect-priority=0/1
How do you query this setting? /interface/wifi/configuration/print doesn't show anything. It doesn't appear in /export either.
 
ToTheFull
Member
Member
Posts: 402
Joined: Fri Mar 24, 2023 3:24 pm

Re: SA Query timeout

Sun Apr 07, 2024 11:35 pm

I think they added it to this, if thats what you mean?
interface/wifi/monitor 0,1,2,3
                 state: running        running   running        running
               channel: 5500/ax/Ceee   2412/ax   5180/ax/Ceee   2462/ax
      registered-peers: 3              0         1              2
      authorized-peers: 3              0         1              2
              tx-power: 22             14        18             15
    channel-priorities: 0:5500/ax/Ceee 0:2412/ax 0:5180/ax/Ceee 0:2462/ax
 
User avatar
chechito
Forum Guru
Forum Guru
Posts: 3135
Joined: Sun Aug 24, 2014 3:14 am
Location: Bogota Colombia
Contact:

Re: SA Query timeout

Sun Apr 07, 2024 11:46 pm

try this security settings for compatibility
security.authentication-types=wpa2-psk .disable-pmkid=yes .encryption=ccmp .group-encryption=ccmp .group-key-update=1d .passphrase=xxxxxxxxxxxx .wps=disable

PD: i dont have any ax device for testing, this config i use it on hap-ac2 and audience, with routeros 7.13.5 and 7.14.2 working ok
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: SA Query timeout

Mon Apr 08, 2024 12:07 am

Thanks, will do but another time - it's late in UK and I've spent more hours than I really wanted to on this.
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: SA Query timeout

Mon Apr 08, 2024 12:22 am

try this security settings for compatibility
security.authentication-types=wpa2-psk .disable-pmkid=yes .encryption=ccmp .group-encryption=ccmp .group-key-update=1d .passphrase=xxxxxxxxxxxx .wps=disable

PD: i dont have any ax device for testing, this config i use it on hap-ac2 and audience, with routeros 7.13.5 and 7.14.2 working ok
I'll go through docs:
.encryption=ccmp .group-encryption=ccmp .group-key-update=1d
That's already the defaults.
disable-pmkid=yes
If unsure this rather lowers compatibility.
wps=disable
Sure, good idea. But I think this not increase/decrease compatibility.
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: SA Query timeout

Mon Apr 08, 2024 3:45 pm

I'm going to do some more reading up on this before I start making any changes.

For the record, the device I'm having trouble with is an Lenovo V15 G2-ALC laptop, Windows 10, Realtek 882CE 802.11ac wireless chip. Using WPA2/3 authentication with defaults for everything else. Not tried the FT switches yet or any other tweaks.

Connects fine with no SA Query timeout errors in the log when sat on the coffee table about 1.5m away. Move it onto the bench about 3m away and unable to connect to 5GHz with SA Query Timeout in log. There is a partial 20m stone wall in the way and often me :-)

When 1.5m from the hAP ax2, the router reports signal strength -54. The laptop reports a signal strength of -37. That -54 is "interesting", i.e. it being so low - suggests poor signal from the laptop? Connected to timeout errors? Never had any problem with old Virgin Media router.

I bought a cheap Wi-Fi 6 USB adapter for testing purposes. Signal strengths are -44 at router and -47 on laptop. When using this, it also works fine on the bench.

The SA query time errors occur both with WPA2 and WPA3. I thought it was a WPA3 "thing" but clearly not hence the reason for wanting to read up more.
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: SA Query timeout

Mon Apr 08, 2024 4:39 pm

I left the laptop on the coffee table, connected to 5GHz using the Wi-Fi 6 USB network adapter and came back about an hour later and it too had got SA Query timeout errors and had fallen back to 2.4GHz:

Image

Something isn't right here. This is sat 1.5m from the router with very little else going on. I've restarted the adapter and it's reconnected at 5GHz...

Image
 
MikrotikUser100
just joined
Posts: 2
Joined: Tue Apr 30, 2024 3:04 pm

SA query timeout

Tue Apr 30, 2024 3:09 pm

Hello,

We are having hard times "enjoying" our mikrotik hardware.
Despite numerous software upgrades, we are still experiencing "SA Query Timeout" on several devices in our network.
I really don't understand, this problem has been reported like a year ago, and still Mikrotik did NOTHING to help their customers. Don't you think it's kinda wrong?
We spent 500 EUR in hardware. Obviously it's my last mikrotik, but since I cannot return it anymore, I need to fix the problem.

The same client works perfectly on another wifi from another vendor. So the problem is purely in mikrotik and their software/hardware (and mine is hAP ax^3 - which is pretty expensive and at least SOHO level, not a cheap home device)

Please PROVIDE SOLUTION ASAP. I don't understand what did I pay for.
 
akakua
Frequent Visitor
Frequent Visitor
Posts: 61
Joined: Mon Apr 06, 2020 4:52 pm

Re: SA Query timeout

Tue Apr 30, 2024 6:37 pm

has anyone tried to set "disabled" for management protection?
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: SA query timeout

Tue Apr 30, 2024 6:43 pm

I really don't understand, this problem has been reported like a year ago, and still Mikrotik did NOTHING to help their customers. Don't you think it's kinda wrong?
I tend to agree. The Lenovo laptop I mentioned above really struggles to maintain a 5G connection and it's in the same room. I'm keeping totally away from AX range in the commercial space. This is just my home/office setup.

I wonder if Mikrotik is spread too thin on the development team? I must admit the range of devices available does seem a lot. I wonder if the development team keep going to the hardware guys "STOP!!! We need to get the existing kit working first" ;-)
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: SA Query timeout

Tue Apr 30, 2024 6:44 pm

has anyone tried to set "disabled" for management protection?
No but I will have a go. Doesn't that reduce security?
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: SA Query timeout

Tue Apr 30, 2024 6:51 pm

@MikrotikUser100
Besides the log message on your mikrotik device (SAQuery timeout...): how do you experience the problem on your client device?
 
MikrotikUser100
just joined
Posts: 2
Joined: Tue Apr 30, 2024 3:04 pm

Re: SA Query timeout

Wed May 01, 2024 2:00 pm

@MikrotikUser100
Besides the log message on your mikrotik device (SAQuery timeout...): how do you experience the problem on your client device?
It's unusable, as we use it remotly.
It's not just a log message, it's a total disconnection from the network and hence complete instability and inability to use the device.

I have tried to disable WPA3 leaving only WPA2 on my wifi interfaces with no luck, didn't help at all. And what makes it worse, is when the laptop is close to the mikrotik (like 1-2 meters) it works.
 
ivicask
Member
Member
Posts: 438
Joined: Tue Jul 07, 2015 2:40 pm
Location: Croatia, Zagreb

Re: SA Query timeout

Wed May 01, 2024 2:31 pm

@MikrotikUser100
Besides the log message on your mikrotik device (SAQuery timeout...): how do you experience the problem on your client device?
It's unusable, as we use it remotly.
It's not just a log message, it's a total disconnection from the network and hence complete instability and inability to use the device.

I have tried to disable WPA3 leaving only WPA2 on my wifi interfaces with no luck, didn't help at all. And what makes it worse, is when the laptop is close to the mikrotik (like 1-2 meters) it works.
This fixed my query errors, try set it exactly like this.
You do not have the required permissions to view the files attached to this post.
 
akakua
Frequent Visitor
Frequent Visitor
Posts: 61
Joined: Mon Apr 06, 2020 4:52 pm

Re: SA Query timeout

Wed May 01, 2024 2:41 pm


No but I will have a go. Doesn't that reduce security?
sa query is part of protected management frames (802.11w), so you won't get any timeouts, if it disabled:)
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: SA Query timeout

Thu May 02, 2024 5:06 pm

Okay, got a few minutes spare to have a look at this. Laptop is back in the location where it gets SQ query timeouts. About to disable management protection.

Image

Got a warning but assume that's okay. Have disabled WPS as well but assume that's unconnected.

Image

Later... hmm maybe I'll turn off WPA3 as well as I don't seem to be able to connect at 5GHz. Keeps falling back to 2.4GHz. Maybe that warning means that 5Ghz won't work?
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: SA Query timeout

Thu May 02, 2024 5:33 pm

Management protection is required for WPA3. So according to the red message I assume you have configured wpa2-psk/wpa3-psk mode (or even "better": wpa3-psk alone). In a "mixed" mode you need to at least set management protection to "allowed". As WPA3 requires it. And your laptop now maybe wants to connect using WPA3 and fails terribly.
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: SA Query timeout

Thu May 02, 2024 6:52 pm

Okay, have turned WPA3 off and switched back to just WPA2. Devices now connected at 5G except the laptop is still preferring to fall back to 2.4GHz. I suspect we may be barking up the wrong tree here and the problem with this specific Lenovo laptop is it's transmit power. This is what the laptop reports from inSSIDer:

Image

However, this is a log entry from the hAP ax2:
00:45:E2:81:E4:61@private-5g connected, signal strength -67
So the hAP ax2 is reporting a signal from the laptop of -67 which is borderline poor.

So maybe the SA Query Timeout log entries are because the transmit power is relatively poor. I'll split the SSID into 2 and 5GHz so I can force it to try and connect to 5GHz.

Later... when SSID is different between 2.4GHz and 5GHz, laptop will connect to 5GHz quite happily and reports connection speed of 390Mbps both directions. hAP ax2 reports a signal of -65. I'll turn WPA3 back on and reset management protection.
Last edited by robmaltsystems on Thu May 02, 2024 7:15 pm, edited 1 time in total.
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: SA Query timeout

Thu May 02, 2024 7:07 pm

A question - in terms of deciding whether to connect at 2.4GHz or 5GHz, is it the client (Windows/laptop) that decides? Or does the access point get involved?
 
erlinden
Forum Guru
Forum Guru
Posts: 2626
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: SA Query timeout

Fri May 03, 2024 12:08 am

It is up to the client. I tend to lower Tx Power of the 2.4GHz radio to have clients prefer 5GHz over 2.4GHz.

Turn on wireless debug logging to get more insights of the cause.
 
ulysses
Member Candidate
Member Candidate
Posts: 101
Joined: Fri Sep 25, 2015 1:26 pm

Re: SA Query timeout

Wed May 15, 2024 11:07 pm

I also have this issue, also with a Lenovo laptop. Other devices, including Apple and Android phones, and a MacBook, work well.
I have twp capsman managed Cap AX with WPA2+3 and FT enabled
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: SA Query timeout

Thu May 16, 2024 2:18 am

You can deactivate FT. It's also not activated by default. Other manufacturers prioritize maximum compatibility, so most features that could cause issues with clients are inactive. You can only activate features like FT after clicking "yes, please, advanced settings, no auto mode, and yes, I understand it can cause problems, thanks for the heads up" five times. With Unifi, you only get WPA2 and maybe 802.11v (if at all) in "Auto" mode. Just because ROS doesn't bombard you with warnings about potential problems with WPA3 or FT doesn't mean ROS is Satan incarnate for not informing you about the consequences. And if a red warning does pop up, people freak out, open forum topics, and want to know how to get rid of those ugly red messages. They're not interested in solving the problem; they just want to hide the message because it's ugly.
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: SA Query timeout

Mon Aug 26, 2024 6:35 pm

Resurrecting this post so not the hijack the other post. I've just done some very unscientific testing (but arguably valid) of a hAP ac lite and my new hAP ax2. Top line - the hAP ax2 receives a signal that's 10dB worse than the hAP ac lite. During the test, only one device's Wi-Fi was enabled at once.

Image

For the hAP ax2, it's receiving a signal strength of -70dB from the laptop - this is borderline and most likely results in the SA Query timeout situation. The hAP ac lite receives a signal of ~60dB. The laptop receives a signal of -50dB for both devices.

-10dB difference is IMO a big enough difference to raise eyebrows. The hAP ax2 is Wi-Fi 6 enabled with WPA2/WPA3 PSK encryption whereas the hAP ac lite is Wi-Fi 5 enabled with WPA/WPA2 PSK. I'll do some mores tests by changing the hAP ax2 to Wi-Fi 5 and same WPA.
 
jaclaz
Forum Guru
Forum Guru
Posts: 1981
Joined: Tue Oct 03, 2023 4:21 pm

Re: SA Query timeout

Mon Aug 26, 2024 6:52 pm

I wonder why the Ax2 is always represented as standing ... :?

AFAIK it needs to be standing because of better heat dissipation, but it is possible that the internal antennas are designed to work with the device standing and having it flat on the table reduces their efficiency (or you have a lot of signal at an upper floor and in the basement :wink: ) .

You should try with the Ax2 in the recommended orientation, it may make a difference (or maybe not?).

In theory the ac lite has lower gain antennas (1.5/2 db) whilst the Ax2 has higher gain antennas (4/4.5 db) so reception should be better on the Ax2, the opposite of what you measured.
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: SA Query timeout

Mon Aug 26, 2024 7:07 pm

Legacy wireless driver does not support 802.11w. So you won't spot a SA query timeout in HAP AC lite logs.
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: SA Query timeout

Mon Aug 26, 2024 7:12 pm

Same thought crossed my mind. I put it horizontal because that's the natural orientation of the hAP ac lite. But I've also just tried vertical - no difference. Whilst vertical, tried rotating 90 degrees. No difference. Flat on it's back. No difference. Switch to AC with WPA/WPA2. No difference. Signal strength stubbornly sticks around -70dB whereas the hAP ac lite is around -60dB. The only way to get 5GHz to work is to be sat in clear sight about 2m away from the hAP ax2.

If it looks like a duck, swims like a duck, and quacks like a duck, then it probably is a duck. Having spent hours fiddling with this, my gut instinct is that the RX antenna/signal in the hAP ax2 is weaker than the previous hAP ac range and therefore this leads SA Query timeouts and fall-back to 2.4GHz band.

PS. Before I tried the tests today, it's been vertical since I installed it.
Last edited by robmaltsystems on Mon Aug 26, 2024 7:16 pm, edited 2 times in total.
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: SA Query timeout

Mon Aug 26, 2024 7:12 pm

In theory the ac lite has lower gain antennas (1.5/2 db) whilst the Ax2 has higher gain antennas (4/4.5 db) so reception should be better on the Ax2, the opposite of what you measured.
Quite... that are many, many posts around AX signal strength on here that the gun isn't just smoking, it's firing.
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: SA Query timeout

Mon Aug 26, 2024 7:15 pm

Legacy wireless driver does not support 802.11w. So you won't spot a SA query timeout in HAP AC lite logs.
Understood but I was mainly looking the receive signal strength of the hAP devices for comparison.
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: SA Query timeout

Mon Aug 26, 2024 7:22 pm

Another observation. Normally, the SSID for 2.4GHz and 5GHz are identical. However, for this test, I added "5G" on the end of the SSID so I could force it onto one band or another. When the SSIDs are different, the SA Query timeout errors never occur. Even though the RX signal is poor, it's still managing pretty decent speeds:

Image

I'm going to bet that when I remove the "5G" tag, I'll start getting the timeouts and it'll fall back to 2.4GHz. IMO a Tx Rate of ~800Mbps and Rx rate of ~500Mbps doesn't merit a fall back to 2.4GHz. I asked above whether the decision to fall back is triggered by the router, the client or both.
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: SA Query timeout

Mon Aug 26, 2024 7:25 pm

Easy bet. It is already known this is the root of the issue. That's why people commonly tinker around with connect-priority.
 
jaclaz
Forum Guru
Forum Guru
Posts: 1981
Joined: Tue Oct 03, 2023 4:21 pm

Re: SA Query timeout

Mon Aug 26, 2024 7:32 pm

Another observation. Normally, the SSID for 2.4GHz and 5GHz are identical. However, for this test, I added "5G" on the end of the SSID so I could force it onto one band or another. When the SSIDs are different, the SA Query timeout errors never occur. Even though the RX signal is poor, it's still managing pretty decent speeds:
This is very interesting :) , it may connect this SA Query Timeout to a "decision" to be made either on the Mikrotik or on the client about which frequency to use within a same SSID.
Obviously if the SSID's are different such a decision needs not to be taken, i.e.it is taken manually before when choosing one of the two SSID's.
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: SA Query timeout

Mon Aug 26, 2024 7:38 pm

Easy bet. It is already known this is the root of the issue. That's why people commonly tinker around with connect-priority.
Giving this a go! Disabled it on 5Ghz interface and switched back from WPA2/3 to WPA/WPA2.
 
erlinden
Forum Guru
Forum Guru
Posts: 2626
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: SA Query timeout

Mon Aug 26, 2024 7:43 pm

Giving this a go! Disabled it on 5Ghz interface and switched back from WPA2/3 to WPA/WPA2.
Why use WPA (when you can use open)?
8)
 
jaclaz
Forum Guru
Forum Guru
Posts: 1981
Joined: Tue Oct 03, 2023 4:21 pm

Re: SA Query timeout

Mon Aug 26, 2024 7:52 pm

Easy bet. It is already known this is the root of the issue. That's why people commonly tinker around with connect-priority.
I thought that was related to issues when roaming with two or more different AP's?
viewtopic.php?p=1093107#p1093107
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: SA Query timeout

Mon Aug 26, 2024 8:59 pm

Switching between bands on same AP is also called roaming AFAIK.
 
jaclaz
Forum Guru
Forum Guru
Posts: 1981
Joined: Tue Oct 03, 2023 4:21 pm

Re: SA Query timeout

Mon Aug 26, 2024 11:34 pm

I see now, so in the referenced post the new and old AP are to be intended as same AP but new and old bands.
 
litvcom
just joined
Posts: 4
Joined: Tue Jun 11, 2024 8:11 pm

Re: SA Query timeout

Fri Aug 30, 2024 1:16 am

Similar behavior on my AX3, hopefully in RouterOS 7.16.x they will bring the work to the desired level.
 
Parking4754
just joined
Posts: 9
Joined: Tue Nov 07, 2023 11:23 pm

Re: SA Query timeout

Thu Sep 05, 2024 11:45 am

Same problem here, setup as follows:
- 4009 as CAPsMAN
- CAP XL, ax2 and ax3 as AP’s
- Running 7.15.3

FT roaming works but clients regularly lose their connection to an AP and reconnect seconds later. Logs mention SA Query timeout. Only WPA2 and CCMP configured.
Last edited by Parking4754 on Fri Sep 06, 2024 12:36 am, edited 1 time in total.
 
gigabyte091
Forum Guru
Forum Guru
Posts: 1518
Joined: Fri Dec 31, 2021 11:44 am
Location: Croatia

Re: SA Query timeout

Thu Sep 05, 2024 2:43 pm

After disabling WPA3 I don't have wifi issues anymore, timeouts happens only when signal is weak.
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: SA Query timeout

Wed Sep 18, 2024 11:48 pm

I concur with the weak signal observation. Problem is that one doesn't feel the signal is weak when the SA Query timeout occurs.
 
ToTheFull
Member
Member
Posts: 402
Joined: Fri Mar 24, 2023 3:24 pm

Re: SA Query timeout

Thu Sep 19, 2024 12:26 am

Depends what you define as weak, the following cuulmination of events goes from conncted to my cAP ax upstairs roaming to my hAP ax2 Downstairs then going outside my house to another building with double layer brick walls which disconnects after a period and then re-joins. That would be a mobile phone in a pocket. if you call that not great I just can't agree. that would mean I just need an external AP?

19:36:46 wireless,info 9E:@cap-wifi1 roamed to 9E::DB@wifi2, signal strength -48
19:49:52 wireless,info 9E:@wifi2 disconnected, SA Query timeout, signal strength -71
19:49:57 wireless,info 9E:@wifi2 connected, signal strength -71
 
litvcom
just joined
Posts: 4
Joined: Tue Jun 11, 2024 8:11 pm

Re: SA Query timeout

Tue Sep 24, 2024 10:53 pm

I concur with the weak signal observation. Problem is that one doesn't feel the signal is weak when the SA Query timeout occurs.
This happens even a few meters away from the router, so it's definitely not due to a weak signal. I just upgraded to 7.16, but I don't see any fixes in the changelog, so I don't think anything has changed.
 
User avatar
Coughy
Frequent Visitor
Frequent Visitor
Posts: 86
Joined: Tue Apr 23, 2024 2:53 am
Location: Brisbane Au

Re: SA Query timeout

Wed Sep 25, 2024 8:38 am

i have roaming working and no sa timeouts
and very little disconects
i have been playing with the config for minths now and i think i have it working pretty good
this is the best i can get it
Screenshot 2024-09-25 153727.png
You do not have the required permissions to view the files attached to this post.
 
Serge
just joined
Posts: 1
Joined: Sun Nov 12, 2023 1:47 pm

Re: SA Query timeout

Wed Sep 25, 2024 11:55 am

cAP ax
7.14.3 - free from this bug
7.15.x - BUG present
Whats about 7.16?
 
User avatar
Sirafim
just joined
Posts: 4
Joined: Thu Sep 26, 2024 12:05 pm

Re: SA Query timeout

Thu Sep 26, 2024 12:15 pm

cAP ax
7.14.3 - free from this bug
7.15.x - BUG present
Whats about 7.16?
Nothing.
Until yesterday I had firmware 7.14.3 installed on AX3 - everything worked without a single problem.
Yesterday I installed 7.16 - again there were constant disconnections, SA and a new problem: AX3 unavailability for connection after disconnection.

AX3 is paired with hAP AX Lite. hAP AX Lite - no problems after upgrading to 7.16.

As a result: I returned firmware 7.14.3 on AX3
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: SA Query timeout

Thu Sep 26, 2024 1:38 pm

It is probably all because of this innocent changelog line in ROS 7.15 changelog:
*) wifi-qcom - updated driver;
Jeez, why Mikrotik not reverting this change and re-introduce updated drivers once they got the issues fixed? Instead they take into account people having issues by running latest version of ROS.
 
User avatar
Coughy
Frequent Visitor
Frequent Visitor
Posts: 86
Joined: Tue Apr 23, 2024 2:53 am
Location: Brisbane Au

Re: SA Query timeout

Thu Sep 26, 2024 2:06 pm

running 7.16.rc4 , runing 7.16.rc4 firmware
no sa querys, time outs or really any of the sort like it used to yes i do get a couple disconects but noithing like what it use to be like
no real issues at moment , i did have the authentisicate loop bug but i have got that to dissapear
hapax3 , hapax2, capax x 3 all running 7.16.rc4 firmware
all roaming and working yes i do get a couple of disconects and stuff high signals but it is getting better
i have tweaked the config file a bit but seems to be working for me
i have started a complete new config as i found that a restored config made issues and bugs
so i update and make a completely new config for that base ros and i dont really have issues anymore learnt this over the last few months of fault finding and testing settings.
im happy to share my config and for some to try and see if it helps out as i have been useing bits and pieces from here to try and test out as well

cAP ax
7.14.3 - free from this bug
7.15.x - BUG present
Whats about 7.16?
Nothing.
Until yesterday I had firmware 7.14.3 installed on AX3 - everything worked without a single problem.
Yesterday I installed 7.16 - again there were constant disconnections, SA and a new problem: AX3 unavailability for connection after disconnection.

AX3 is paired with hAP AX Lite. hAP AX Lite - no problems after upgrading to 7.16.

As a result: I returned firmware 7.14.3 on AX3
 
neki
Member Candidate
Member Candidate
Posts: 241
Joined: Thu Sep 07, 2023 10:20 am

Re: SA Query timeout

Thu Sep 26, 2024 3:20 pm

cAP ax
7.14.3 - free from this bug
7.15.x - BUG present
Whats about 7.16?
Nothing.
Until yesterday I had firmware 7.14.3 installed on AX3 - everything worked without a single problem.
Yesterday I installed 7.16 - again there were constant disconnections, SA and a new problem: AX3 unavailability for connection after disconnection.

AX3 is paired with hAP AX Lite. hAP AX Lite - no problems after upgrading to 7.16.

As a result: I returned firmware 7.14.3 on AX3
Can you share your config please? Same applies to you @infabo
 
User avatar
Sirafim
just joined
Posts: 4
Joined: Thu Sep 26, 2024 12:05 pm

Re: SA Query timeout

Thu Sep 26, 2024 4:51 pm



Nothing.
Until yesterday I had firmware 7.14.3 installed on AX3 - everything worked without a single problem.
Yesterday I installed 7.16 - again there were constant disconnections, SA and a new problem: AX3 unavailability for connection after disconnection.

AX3 is paired with hAP AX Lite. hAP AX Lite - no problems after upgrading to 7.16.

As a result: I returned firmware 7.14.3 on AX3
Can you share your config please? Same applies to you @infabo
No problem.
This is one variant that works fine on 7.14.3, but doesn't work on 7.15+
/interface wifi channel
add band=5ghz-ax disabled=no frequency=5220,5240 name=channel.ax width=20/40/80mhz
add band=5ghz-ac disabled=no frequency=5220,5240 name=channel.ac width=20/40/80mhz
/interface wifi security
add authentication-types=wpa2-psk connect-priority=0/1 disable-pmkid=yes disabled=no ft=no ft-over-ds=no group-encryption=ccmp \
    group-key-update=12h management-protection=disabled name=security.b1 wps=disable
/interface wifi
set [ find default-name=wifi1 ] channel.frequency=5220 comment="WIFI AX" configuration=cfg.ax configuration.mode=ap disabled=no
add channel.frequency=5220 comment="WIFI AC" configuration=cfg.ac configuration.mode=ap disabled=no mac-address=XX:XX \
    master-interface=wifi1 name=wifi3 security=security.b1
/interface wifi configuration
add channel=channel.ax country=Ukraine datapath=datapath.b1 disabled=no mode=ap multicast-enhance=enabled name=cfg.ax security=\
    security.b1 ssid=AX
add channel=channel.ac country=Ukraine datapath=datapath.b1 disabled=no mode=ap multicast-enhance=enabled name=cfg.ac security=\
    security.b1 ssid=AC
/interface wifi datapath
add bridge=bridge.b1 disabled=no name=datapath.b1
 
neki
Member Candidate
Member Candidate
Posts: 241
Joined: Thu Sep 07, 2023 10:20 am

Re: SA Query timeout

Thu Sep 26, 2024 9:15 pm

This is weird, as it was already mentioned here, SA Query is part of 802.11w (protected management frames), so this shouldn't be even possible with management-protection=disabled.

I also had this issue, but it was caused by misconfiguration on my side. Anyway, I also encountered another bug when my security settings weren't properly applied. Counldn't this be the issue?
 
ToTheFull
Member
Member
Posts: 402
Joined: Fri Mar 24, 2023 3:24 pm

Re: SA Query timeout

Thu Sep 26, 2024 9:19 pm

Flapping problem has returned with 7.16
 
User avatar
Sirafim
just joined
Posts: 4
Joined: Thu Sep 26, 2024 12:05 pm

Re: SA Query timeout

Sat Sep 28, 2024 1:09 pm

Mediabox TOX1 on RoS 7.15+ firmware was losing connection with AX3 on 5GHz every 2-5 minutes. After returning to firmware 7.14.3, everything started working stably again.
At the same time connection to hAP AX lite on 2GHz via N protocol works stably on TOX1 media box.
About TOX1 media box https://techxreviews.com/tox1-tv-box-review/

POCO F4 smartphone refused to connect to the AP after losing connection with AX3 on RoS 7.15+ firmware. No problem occurred on firmware 7.14.3 with the same configuration.

The same happens on ASUS laptop on AX, on HP laptop on AC.
Also checked on TP-Link DWA-185 (Linux,Windows) same problems on firmware 7.15+.
 
zubrev
just joined
Posts: 2
Joined: Fri Feb 05, 2021 11:04 am

Re: SA Query timeout

Sat Sep 28, 2024 2:04 pm

Use only wpa2!
management protection - disable!

the problem seems to have disappeared (No SA query timeout messages in log, roaming messages between AP appeared)!
 
neki
Member Candidate
Member Candidate
Posts: 241
Joined: Thu Sep 07, 2023 10:20 am

Re: SA Query timeout

Sat Sep 28, 2024 11:30 pm

7.17beta2

*) wifi - re-word the "SA Query timeout" log message to "not responding";
 
flynno
Member
Member
Posts: 319
Joined: Wed Aug 27, 2014 8:11 pm

Re: SA Query timeout

Sat Sep 28, 2024 11:51 pm

7.17beta2

*) wifi - re-word the "SA Query timeout" log message to "not responding";
Fixing typo's
 
MrRobotdev
just joined
Posts: 20
Joined: Sun Jul 30, 2023 8:44 pm

Re: SA Query timeout

Sun Sep 29, 2024 8:35 am

I had the same problem with hap ax2 only with my win10 laptops. No problem with mobiles.

I was using WPA2 and WPA3.

When i select only WPA3, problem disappeared.

Probable works with only WPA2.

Not an expert to know the details why this is happening but right now i have zero problems.
 
User avatar
Sirafim
just joined
Posts: 4
Joined: Thu Sep 26, 2024 12:05 pm

Re: SA Query timeout

Sun Sep 29, 2024 11:11 am

7.17beta2


Fixing typo's
The problem will remain, but it will be called something else?
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: SA Query timeout

Sun Sep 29, 2024 12:03 pm

According to Mikrotik it is not a problem. It is just a notice. "wireless,info" gives the severity already
 
flynno
Member
Member
Posts: 319
Joined: Wed Aug 27, 2014 8:11 pm

Re: SA Query timeout

Sun Sep 29, 2024 1:48 pm

Image

This has been going on since installed, capsmanv2 with 2x cAPGi-5HaxD2HaxD and 1x C52iG-5HaxD2HaxD
All running 7.15.3

10 wireless devices have no issue and do not disconnect and about 4-5 devices keep disconnecting and reconnecting,
Basic settings applied below


/interface wifi channel
add band=2ghz-ax comment="1, 6, 11 = 2.4G" disabled=no frequency=2412 name=\
channel1_2,4G skip-dfs-channels=all width=20/40mhz-Ce
add band=2ghz-ax disabled=no frequency=2437 name=channel6_2.4G \
skip-dfs-channels=all width=20/40mhz-eC
add band=2ghz-ax disabled=no frequency=2462 name=channel11_2.4G \
skip-dfs-channels=all width=20/40mhz-eC
add band=5ghz-ax comment="indoor channels 36, 40, 44, 48 = 5G" disabled=no \
frequency=5180 name=channel36_5G skip-dfs-channels=all width=20/40/80mhz
add band=5ghz-ax disabled=no frequency=5200 name=channel40_5G \
skip-dfs-channels=all width=20/40/80mhz
add band=5ghz-ax disabled=no frequency=5220 name=channel44_5G \
skip-dfs-channels=all width=20/40/80mhz
add band=5ghz-ax disabled=no frequency=5240 name=channel48_5G \
skip-dfs-channels=all width=20/40/80mhz

/interface wifi security
add authentication-types=wpa2-psk disabled=no ft=yes ft-over-ds=yes \
group-encryption=ccmp group-key-update=40m name=local_sec
add authentication-types=wpa2-psk disabled=no ft=yes ft-over-ds=yes \
group-encryption=ccmp group-key-update=40m name=mgmt_sec
add authentication-types=wpa2-psk disabled=no ft=yes ft-over-ds=yes \
group-encryption=ccmp group-key-update=40m name=secondary_sec
You do not have the required permissions to view the files attached to this post.
 
pdrsks
just joined
Posts: 2
Joined: Tue Oct 01, 2024 5:31 pm

Re: SA Query timeout

Tue Oct 01, 2024 5:44 pm

Hi guys, I had this problem with a cap ax on 7.16 and an intel ax200 wifi card, with Windows 10 (not 11) on the last wifi drivers. After trying different things, including using only WPA2, disabling fast roaming, downgrading to 7.14.3 (this one worked), the solution was to modify an advanced parameter on the driver settings.

In device manager, go to network adapters, properties, advanced properties and in MIMO power save mode select No SMPS. With this, all my disconnections dissapeared, I hope this also works for someone else.
 
MrRobotdev
just joined
Posts: 20
Joined: Sun Jul 30, 2023 8:44 pm

Re: SA Query timeout

Wed Oct 02, 2024 6:50 am

Unfortunately the problem reappeared after 2 days on WPA3 only. So i really dont know what the solution would be...

Thats why nobody recommends Mikrotik for WiFi - AP... this is a major problem, not be able to connect steady one laptop
 
User avatar
macgaiver
Forum Guru
Forum Guru
Posts: 1768
Joined: Wed May 18, 2005 5:57 pm
Location: Sol III, Sol system, Sector 001, Alpha Quadrant

Re: SA Query timeout

Wed Oct 02, 2024 8:53 am

I have 10 AP roaming setup here, all devices but one are working just fine, the only one with issue is with intel ax200/201 wifi card and windows 11, it randomly decides to disconnect form the closest/best AP (signal level -50) and roam to worst possible AP (signal level -86/-90) for absolutely no reason, while stacionary on the table....

all indications are that it is client decision to disconnect and move.

I have tried latest driver, changed few settings (fast roaming, wpa3 disabled etc). Internet shows that there are lots of similar problems with that intel card on different vendors also...
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: SA Query timeout

Wed Oct 02, 2024 9:17 am

Interesting.

"Some legacy APs may have compatibility issue with supporting the SMPS mode and may cause various link quality problems such as low throughput. Change this setting to No SMPS may help to work around the issue"
https://www.intel.com/content/www/us/en ... he%20issue

And already one report on the forum on this: viewtopic.php?t=207037
 
User avatar
woland
Member
Member
Posts: 310
Joined: Mon Aug 16, 2021 4:49 pm

Re: SA Query timeout

Wed Oct 02, 2024 10:44 am

In device manager, go to network adapters, properties, advanced properties and in MIMO power save mode select No SMPS. With this, all my disconnections dissapeared, I hope this also works for someone else.
Nice input, thanks I´ll try disabling SMPS.
The link Infabo provided clearly shows , that this should only happen on "legacy APs" .
I only have trouble with this on my CAPax, which I did not consider legacy up until now. It only happens with one laptop I use. I never have any problems on other APs with this device.
I think MT Wifi will be considered legacy for me as well soon, but I stil wish MT wakes up and puts more efforts to resolve this issue!
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: SA Query timeout

Wed Oct 02, 2024 11:12 am

Indeed. MIMO SMPS is as old as 802.11n. See https://dot11ap.wordpress.com/spatial-m ... save-smps/
But maybe some kind of bug in either Intel drivers or on Mikrotik AP side. Given that disconnecting clients issue is really related to Intel SMPS setting at all.
 
dmfr
Frequent Visitor
Frequent Visitor
Posts: 52
Joined: Thu Oct 15, 2020 11:14 am

Re: SA Query timeout

Wed Oct 02, 2024 5:36 pm

From my side, on 7.17beta2, using
- security.authentication-types=wpa2-eap
- security.management-protection=disabled
So far, the issue does not occur anymore, on any wifi adapter (low-end RTL8821 or high-end Intel AX201)
 
litvcom
just joined
Posts: 4
Joined: Tue Jun 11, 2024 8:11 pm

Re: SA Query timeout

Wed Oct 02, 2024 9:35 pm

In device manager, go to network adapters, properties, advanced properties and in MIMO power save mode select No SMPS. With this, all my disconnections dissapeared, I hope this also works for someone else.
I tried it on RouterOS 7.16, but it didn't help, so it looks like I'll have to go back to RouterOS 7.14.3 and forget about the update.
 
inray
just joined
Posts: 13
Joined: Tue Jan 16, 2024 8:58 am
Location: EU

Re: SA Query timeout

Thu Oct 03, 2024 12:21 am

I have tried latest driver, changed few settings (fast roaming, wpa3 disabled etc). Internet shows that there are lots of similar problems with that intel card on different vendors also...
This is unfortunately not a windows driver problem as the same issues exist with Linux clients.
It is a known interoperability problem of RouterOS with the specific Intel WiFi chipsets (AX2xx) used in the vast majority of laptops and motherboards.

Only functional workaround known so far is to disable WPA3 and management protection on ROS side.
Certainly not the ideal solution but the only one until Mikrotik developers find and fix the issue.
 
MrRobotdev
just joined
Posts: 20
Joined: Sun Jul 30, 2023 8:44 pm

Re: SA Query timeout

Mon Oct 07, 2024 9:04 am

@normis

You asked for my support ticket regarding the SA query timeout and the inability to connect different business laptops to wifi since 7.15 version.

Some expert users have found the problem and MIkrotik still in 7.17 beta version has no fix.

Really? Take a Lenovo L13 laptop and setup a wifi with wpa3 configuration and you will understand what i mean.

BEFORE proceeding to feature development you all must fix the important problems like that. Users cannot connect to wifi - this should be a priority i think.

Please read the posts above regarding the problem.
 
User avatar
woland
Member
Member
Posts: 310
Joined: Mon Aug 16, 2021 4:49 pm

Re: SA Query timeout

Mon Oct 07, 2024 3:00 pm

Agree with @MrRobotdev, but could you just post your WiFi Adapter type? Most Lenovos come in lots of different variants with possibly different WLAN chipsets.

My Lenovo YogaPro 9 can be added to the list. It has the latest drivers installed and has no issues with TPLink Omada, Unify, Cisco APs using WPA3 PSK or WPA3 Enterprise. There are no issues with CAPac APs running WPA2. But on my CAPax with 7.16: unusable.
WIFI Chipset:
Intel WiFi 6E AX211
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: SA Query timeout

Mon Oct 07, 2024 3:56 pm

I agree. Let's collect the affected client chipsets here. Once there is a larger list collected: Mikrotik can invest ~20$ for that wireless card that appear most frequent in that list. Put this card into some old notebook and start debugging happily. Hopefully resulting in a fix soon.
 
pdrsks
just joined
Posts: 2
Joined: Tue Oct 01, 2024 5:31 pm

Re: SA Query timeout

Mon Oct 07, 2024 8:12 pm

I thought that I solved the problem with the intel ax200 chipset with the no SPMS parameter but unfortunately I still had disconnects. I have switched to a Realtek based card for 22 euros, in particular based on the chipset 8852BE and all my problems are gone and the signal is a little better. For me, it was not worth spending so much time diagnosing the problem insted of buying a new card. I hope the problem can be fixed for intel cards.
 
User avatar
woland
Member
Member
Posts: 310
Joined: Mon Aug 16, 2021 4:49 pm

Re: SA Query timeout

Mon Oct 07, 2024 8:23 pm

Well replacing the WLAN adapter in my company issued laptop is not the way I want to go. My Intel card is working perfectly well with every other AP I tried. Also some Lenovos simply refuse WLAN adapters which they don´t get shipped with (don´t ask me why, dumbness of Lenovos policies?).
Also I have one more suspect, but I could not fully confirm it yet: my sons Laptop has a Realtek 8822CE. He complained a lot last summer about the connectivity to the CAPax. So maybe this bug doesn´t only affect Intel cards.
 
dmfr
Frequent Visitor
Frequent Visitor
Posts: 52
Joined: Thu Oct 15, 2020 11:14 am

Re: SA Query timeout

Tue Oct 08, 2024 1:54 am

my sons Laptop has a Realtek 8822CE...
So maybe this bug doesn´t only affect Intel cards.
It doesn't. Realtek's 88xx are affected as well.

Side note, these series have a history of problems with APs powered by (some) Mediatek chipsets. Ubiquiti Nano HDs were a total disaster with Realtek clients.
So I thought at first the same was happening with new Qualcomm firmware (ROS > 7.14.3)... until we experienced same issues with Intel AXs and discovered how global that problem is..
 
User avatar
woland
Member
Member
Posts: 310
Joined: Mon Aug 16, 2021 4:49 pm

Re: SA Query timeout

Tue Oct 08, 2024 10:04 am

Thanks @dmfr! But to me it looks like not all RTL88xx are affected, as @pdrsks wrote, that his 8852BE works flawlessly.
Still good to know the issues are complicated at does not only affect MT.
 
MrRobotdev
just joined
Posts: 20
Joined: Sun Jul 30, 2023 8:44 pm

Re: SA Query timeout

Tue Oct 08, 2024 10:04 pm

Agree with @MrRobotdev, but could you just post your WiFi Adapter type? Most Lenovos come in lots of different variants with possibly different WLAN chipsets.

My Lenovo YogaPro 9 can be added to the list. It has the latest drivers installed and has no issues with TPLink Omada, Unify, Cisco APs using WPA3 PSK or WPA3 Enterprise. There are no issues with CAPac APs running WPA2. But on my CAPax with 7.16: unusable.
WIFI Chipset:
Intel WiFi 6E AX211
Same exactly WIFI adapter here, Intel Wifi 6E AX211 on a Lenovo L13
 
User avatar
woland
Member
Member
Posts: 310
Joined: Mon Aug 16, 2021 4:49 pm

Re: SA Query timeout

Thu Oct 10, 2024 12:31 am

Thanks @MrRobotdev, so until now we have:
Intel WiFi 6E AX211
Realtek 8822CE


Those are affected, if WPA3 is used.
Any other chipsets?
 
inray
just joined
Posts: 13
Joined: Tue Jan 16, 2024 8:58 am
Location: EU

Re: SA Query timeout

Thu Oct 10, 2024 12:03 pm

Thoroughly tested by me and affected when WPA3 is used
Intel WiFi 6E AX201
Intel WiFi 6E AX210
Intel® WiFi 7 BE200

and of course Intel WiFi 6E AX211
 
dmfr
Frequent Visitor
Frequent Visitor
Posts: 52
Joined: Thu Oct 15, 2020 11:14 am

Re: SA Query timeout

Thu Oct 10, 2024 1:42 pm

Bad news, below is my last update to support ticket

--------------------------

After more testing in living conditions with :
- 7.17beta2 or 7.16 stable
- wpa2 only + management protection disabled
- additionally, band steering disabled
- various chipsets (Realtek 8821, Intel AX201, Google Pixel 4/6)

it seems that unfortunately the problem is deeper than management protection frames and/or wpa3.
Unexplained connectivity drops still happens under some conditions.

Example :
- 2 (or more) stations with busy, continuous traffic (ex UDP or websocket video streaming)
- other stations almost idle
- at some point, at the same time :
- - connectivity breaks on one of the active stations...
- -... and connectivity breaks as well on one (or more) random idle station(s)
- affected stations will eventually reconnect after several attempts
- no relevant messages in log, except disconnect / connect
Revert to 7.14.3, no more issues. Stress tests such as above always pass.

"SA Query timeout" might be one of the symptoms when mgmt protection enabled, but it is definitely not the root cause.
As of today any potential workaround mentionned does not entirely clear the problem, except revert to 7.14.3
 
ivicask
Member
Member
Posts: 438
Joined: Tue Jul 07, 2015 2:40 pm
Location: Croatia, Zagreb

Re: SA Query timeout

Thu Oct 10, 2024 1:59 pm

This is exactly my observation with same settings tried.
For example yesterday i tried to watch movie and my LG OLED and Samsung soundbar disconnected with connection lost 4 times in 2 hours while i try to watch a movie...

Most of the time router kicks all clients same time with query timeout (or connection lost on 7.17)

Zero problems on 7.14.3.

I think at this point Mikrotik should just revert new Qualcomm drivers they added in 7.15 until they figure whats wrong...
You do not have the required permissions to view the files attached to this post.
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: SA Query timeout

Thu Oct 10, 2024 2:59 pm

it is known to be issues since many months. not even reverted in 7.17beta2. so won't happen.
 
User avatar
woland
Member
Member
Posts: 310
Joined: Mon Aug 16, 2021 4:49 pm

Re: SA Query timeout

Thu Oct 10, 2024 7:39 pm

Thanks for your inputs!
So we have issues with WPA3 with the new WIFI AX Drivers at least with the following chipsets:

Intel WiFi 6E AX201
Intel WiFi 6E AX210
Intel WiFi 6E AX211
Intel WiFi 7 BE200
Realtek 8822CE

Unfortunately these are very common chipsets!

I hope MT wakes up and gives us some hints? This must affect lots of users, MT looses lots of reputation here. @Normis ?
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: SA Query timeout

Thu Oct 10, 2024 7:55 pm

Intel ax200 also reported by some.
 
dmfr
Frequent Visitor
Frequent Visitor
Posts: 52
Joined: Thu Oct 15, 2020 11:14 am

Re: SA Query timeout

Thu Oct 10, 2024 8:03 pm

So we have issues with WPA3 with the new WIFI AX Drivers at least with the following chipsets:
"SA query timeout" is a symptom, not the root cause.
The problem occurs as well with wpa2 + no mgmt protection.
WPA3 just makes is more obvious.

I am not sure chipset vendor / model really matters anyway.
Reviewing logs from controller I've seen "drops" from Iphone, Pixel, Intel AX, Realtek 88xx...

One thing, the drop have a tendancy to occur on APs with more than one active (significant traffic) station.
It never happens if there's only one station registered to the AP.
 
Sddaw
just joined
Posts: 1
Joined: Thu Apr 25, 2024 3:50 pm

Re: SA Query timeout

Thu Oct 10, 2024 10:10 pm

busy, continuous traffic (ex UDP or websocket video streaming)
dunno bout significant traffic but this! every second-third time i'm on a zoom call wifi drops! ax211 lap <-> hap ax3
Image
Last edited by Sddaw on Thu Oct 10, 2024 10:26 pm, edited 1 time in total.
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: SA Query timeout

Thu Oct 10, 2024 11:20 pm

I had the same problem with hap ax2 only with my win10 laptops. No problem with mobiles.

I was using WPA2 and WPA3.

When i select only WPA3, problem disappeared.

Probable works with only WPA2.

Not an expert to know the details why this is happening but right now i have zero problems.
Sounds like a very similar configuration to me. Same hAP ax2, only with Windows laptops.
 
User avatar
woland
Member
Member
Posts: 310
Joined: Mon Aug 16, 2021 4:49 pm

Re: SA Query timeout

Fri Oct 11, 2024 10:39 am

Huhh, not easy to catch and we are probably talking about multiple bugs.
I never had issues with my previous laptop (gave that back, so Wifi chipset unknown) and my mobiles. Only my new laptop seems to be affected and my childs laptop. My previous laptop had Win10 my current one and also my childs laptop has Win11 installed.
I have WPA3 enabled.
Unfortunately I do only spend time around there where my CAPax is installed every 2-3Weeks, so I can´t test right now, but I´ll check tomorrow with WPA2/WPA3 and swithcing off/on management frame protection and then will roll back to 7.14.3, probably will try 7.17betaX as well.
I also have a few Linux laptops, I´ll check them too!

So for me those chips under Win11 are affected with 7.15.x-7.16 on my CAPax.
Intel WiFi 6E AX211
Realtek 8822CE

Thanks everyone for the infos!
 
MrRobotdev
just joined
Posts: 20
Joined: Sun Jul 30, 2023 8:44 pm

Re: SA Query timeout

Sun Oct 13, 2024 7:29 am

If 7.14.3 works, why Mikrotik just revert the relevant drivers to that state until they figure out what is going on?

STOP feature development and start bug fix guys... simple as that...

What is the meaning of moving forward to 7.17 or 7.18 if we cannot connect with our business laptops to wifi?

HP also affected
 
netmn
just joined
Posts: 2
Joined: Fri Nov 10, 2023 2:18 pm

Re: SA Query timeout

Tue Oct 15, 2024 2:21 pm

The same issue on AX3, so using 7.14.3 version with Factory Firmware 7.15.2. :mrgreen:
Very sad issue.
 
luki
just joined
Posts: 8
Joined: Tue Jan 17, 2017 7:35 pm

Re: SA Query timeout

Wed Oct 16, 2024 10:20 am

7.17beta2
Unfortunately, the problem still exists, only the name has changed
Intel WiFi 6E AX211
You do not have the required permissions to view the files attached to this post.
 
alibloke
Frequent Visitor
Frequent Visitor
Posts: 61
Joined: Fri Jun 03, 2016 12:13 am

Re: SA Query timeout

Wed Oct 16, 2024 11:23 am

*) wifi - re-word the "SA Query timeout" log message to "not responding";
We might have to rename this thread ;)
 
inray
just joined
Posts: 13
Joined: Tue Jan 16, 2024 8:58 am
Location: EU

Re: SA Query timeout

Wed Oct 16, 2024 4:00 pm

Rewording a long-standing issue instead of fixing it. :?
Well done, Mikrotik!
Last edited by inray on Wed Oct 16, 2024 4:05 pm, edited 1 time in total.
 
holvoetn
Forum Guru
Forum Guru
Posts: 6753
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: "not responding" - a.k.a. SA Query timeout

Wed Oct 16, 2024 4:03 pm

*) wifi - re-word the "SA Query timeout" log message to "not responding";
We might have to rename this thread ;)
Done.
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - a.k.a. SA Query timeout

Wed Oct 16, 2024 4:05 pm

Nit picking: "f.k.a" instead of "a.k.a" ;)
"not responding" - f.k.a. SA Query timeout
 
holvoetn
Forum Guru
Forum Guru
Posts: 6753
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: "not responding" - f.k.a. SA Query timeout

Wed Oct 16, 2024 4:06 pm

True ...
 
dmfr
Frequent Visitor
Frequent Visitor
Posts: 52
Joined: Thu Oct 15, 2020 11:14 am

Re: "not responding" - f.k.a. SA Query timeout

Wed Oct 16, 2024 10:07 pm

Everyone can understand fixing such an issue is no trivial matter.

Especially as it involves a driver from third party (Qualcomm), maybe a binary blob driver,
and it sure takes some special conditions to reproduce,
- ie continuous traffic on several stations (video call is good example),
- plus chipset vendor/model might matter, or maybe not so much, anyway..

However if a few guys at Mikrotik are listening, maybe just a little bit, to their users, they cannot deny the fact that :

** there is something wrong with qcom driver >= 7.15beta **

.and it's not limited to WPA3 / mgmt protection
..and it's not limited to a few low-end chipsets
...and it's not limited to some niche usage

I pers. think (and i'm probably not alone on this) that time for agile testing/debugging based on "stable" releases is largely over now.

As a wifi equipment vendor, mikrotik should be able to build real-hard-life test beds in their own labs, instead on endlessly asking for pcaps and supouts.

In the meantime, for the sake of Mikrotik's reputation,

** please revert, one way or another, to a clean qcom driver (<= 7.14.3 like) ***

Message in a bottle ? Anyone reading this ?
hope so, because :

- users that -are- aware of the problem (a few percent) are legitimately excepting a fix from the vendor, so far the fix (and the vendor) are nowhere to be found, and this is bad

- users (the rest) that are just rolling equipment on production are experiencing everyday bad performance (disconnects, drops), and will legitimely blame mikrotik at the end, not without a lesson learned for their future investments. And this is even worse.
 
User avatar
woland
Member
Member
Posts: 310
Joined: Mon Aug 16, 2021 4:49 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Oct 17, 2024 4:55 pm

Probably no use complaining, but it feels refreshing. After some horrible test results with 7.16.1, 7.17b2 last weekend. I was rolling back my CAPax to 7.14.3. Turns out that even then the results with the laptop of my son (RTL chipset) are still horrible. There are random interruptions, lot of jitter.

I got fed up and purchased TPLink Omada, I´ll replace my CAPax this weekend. I need stable WIFI and I can use my time better for more important things than to try to figure out the newest MT bugs.

Still got one installation based on CAPac/WAPac, but that´s my last one. Runs ROS7, but the old drivers. Lack of VLAN tagging on the driver side for the new drivers is a big no no.

The purchase of my CAPax was just money thrown out the window.
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Oct 17, 2024 5:50 pm

Good point. And given my findings today, it's time to evaluate the competition again. The reason: local flent tests (local test server) are suddenly performing terribly. The whole WiFi tilts and/or pings go beyond 1000ms during the test. Interestingly, the same flent test ran ~half year ago on version 7.13 flawlessly (including perfect prioritization). I have no idea where the problem is coming from now. The UniFi U6+ didn't convince me back then. TP-Link or Zyxel - though I’m leaning more towards Zyxel. I'm curious to see what these manufacturers can offer out of the box.
 
dmfr
Frequent Visitor
Frequent Visitor
Posts: 52
Joined: Thu Oct 15, 2020 11:14 am

Re: "not responding" - f.k.a. SA Query timeout

Thu Oct 17, 2024 7:39 pm

I'm curious to see what these manufacturers can offer out of the box.
Some good & bad probably.
Talking about Unifi, it's a Java controller, some devices have been brillant (AC long range), some devices a real disaster (Nano HD, drops & disconnects never solved)

The general chit-chat about promising competitors might feel good in a frustrating situation, but the focus here is to see the infamous problem fixed the quickest. :)
However, if it can help Mikrotik to realize how fast the house is burning...
 
WeWiNet
Long time Member
Long time Member
Posts: 610
Joined: Thu Sep 27, 2018 4:11 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Oct 17, 2024 7:50 pm

Good point. And given my findings today, it's time to evaluate the competition again. The reason: local flent tests (local test server) are suddenly performing terribly. The whole WiFi tilts and/or pings go beyond 1000ms during the test. Interestingly, the same flent test ran ~half year ago on version 7.13 flawlessly (including perfect prioritization). I have no idea where the problem is coming from now. The UniFi U6+ didn't convince me back then. TP-Link or Zyxel - though I’m leaning more towards Zyxel. I'm curious to see what these manufacturers can offer out of the box.
My own personal guessing is that additionally the steering (and other stuff) Mikrotik is doing, creates lot of issues. Since the recent ax drivers I see my devices hang, not respond on Wifi
while on 2.4G they should have at least decent coverage. Pages do not load, speed test failures etc. Something I never had before.
But as Mikrotik does not want to give you any meaningful logs for steering events (I asked for that long time ago) nor any other advanced Wifi mechanism, and as nothing can be tuned
its a failing black box.
I am in my last attempt to solve my Mikrotik Wifi network before going to some other brand.
 
User avatar
woland
Member
Member
Posts: 310
Joined: Mon Aug 16, 2021 4:49 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Oct 17, 2024 10:41 pm

Talking about Unifi, it's a Java controller, some devices have been brillant (AC long range), some devices a real disaster (Nano HD, drops & disconnects never solved)
I got no real experience with Unify, but my current Omada setup has replaced a previous CAPac & Capsman based installation here (this is another flat, not the one where I was trying to use the CAPax). I had the CAPacs for a year. Before that I had different Openwrt based setups. I have spent so much more time with Capsman and the CAPac APs, than with all the other setups together for the last 15 years. I have high levels of interference here, a scan shows around 100 SSIDs. With CAPacs that was a problem, required continous optimizations. With my current setup which is installed a year ago, I spent maybe 3-4Hours configuring in total. It just works, has lots of nice features, I have no jitter, no disruptions, great performance, VLANs are easy to configure.
The general chit-chat about promising competitors might feel good in a frustrating situation, but the focus here is to see the infamous problem fixed the quickest. :)
However, if it can help Mikrotik to realize how fast the house is burning...
Well I still have lots of MT devices, and I love some aspects about them. So I definitely hope also some guys from MT are reading this thread and they do care. Except there were no signs of this yet.
 
ivicask
Member
Member
Posts: 438
Joined: Tue Jul 07, 2015 2:40 pm
Location: Croatia, Zagreb

Re: "not responding" - f.k.a. SA Query timeout

Fri Oct 18, 2024 10:19 am

After having months of constant disconnects and i tested every beta versions since 7.15 to 7.17 and tried every possible setting i may discovered something.

I changed wireless interfaces default queue type wireless default(SFQ) to CODEL ( /queue/interface>)
add fq-codel-ecn=no fq-codel-interval=60ms fq-codel-limit=800 kind=fq-codel name=fq
All problems stopped, got devices connected for 7 days now which was impossible before.(7.12 beta)

Can anyone else test this also to confirm?
 
dmfr
Frequent Visitor
Frequent Visitor
Posts: 52
Joined: Thu Oct 15, 2020 11:14 am

Re: "not responding" - f.k.a. SA Query timeout

Fri Oct 18, 2024 11:33 pm

Can anyone else test this also to confirm?
Just tried with 7.17beta2 and super-fresh 7.17beta4) with no luck.
Queues on wifi1 (5GHz) and wifi2 (2.4Ghz, not used, but anyway) as per your instructions, replacing wireless-default.
Exact same symptoms.

Test setup used :
- Realtek 8821ce / AX201 laptops, running bittorrent to generate bulk traffic
- Pixel 4a streaming video feed (webrtc like, continuous traffic, no buffering)

In matter of seconds : video stuttering and event. stops. Bit Torrent traffic falling to zero.
Controller log : connection lost / not responding / disconnect / reconnect

Tried again the same after 7.14.3 downgrade, and tried again, and again.
- BitTorrent at 15/20 MB/s (realtek AC max in real life)
- smooth video feeds (with strictly no buffering)
 
Josephny
Forum Veteran
Forum Veteran
Posts: 768
Joined: Tue Sep 20, 2022 12:11 am
Location: New York, USA

Re: "not responding" - f.k.a. SA Query timeout

Sat Oct 19, 2024 4:49 am

After having months of constant disconnects and i tested every beta versions since 7.15 to 7.17 and tried every possible setting i may discovered something.

I changed wireless interfaces default queue type wireless default(SFQ) to CODEL ( /queue/interface>)
add fq-codel-ecn=no fq-codel-interval=60ms fq-codel-limit=800 kind=fq-codel name=fq
All problems stopped, got devices connected for 7 days now which was impossible before.(7.12 beta)

Can anyone else test this also to confirm?
I just tried this (ax3, iPhone) and the frequent association/disconnection continues.

Thank you for the working on this!
 
ivicask
Member
Member
Posts: 438
Joined: Tue Jul 07, 2015 2:40 pm
Location: Croatia, Zagreb

Re: "not responding" - f.k.a. SA Query timeout

Sat Oct 19, 2024 5:36 am

Can anyone else test this also to confirm?
Just tried with 7.17beta2 and super-fresh 7.17beta4) with no luck.
Queues on wifi1 (5GHz) and wifi2 (2.4Ghz, not used, but anyway) as per your instructions, replacing wireless-default.
Exact same symptoms.

Test setup used :
- Realtek 8821ce / AX201 laptops, running bittorrent to generate bulk traffic
- Pixel 4a streaming video feed (webrtc like, continuous traffic, no buffering)

In matter of seconds : video stuttering and event. stops. Bit Torrent traffic falling to zero.
Controller log : connection lost / not responding / disconnect / reconnect

Tried again the same after 7.14.3 downgrade, and tried again, and again.
- BitTorrent at 15/20 MB/s (realtek AC max in real life)
- smooth video feeds (with strictly no buffering)
Yeah, "not responding" is another issue, I never saw this in my logs, my fix helped with "connection lost" or "query timeout" type of logs under full signal..
 
TikTime24
just joined
Posts: 3
Joined: Mon Feb 19, 2024 4:39 am

Re: "not responding" - f.k.a. SA Query timeout

Sun Oct 20, 2024 2:53 pm

After having months of constant disconnects and i tested every beta versions since 7.15 to 7.17 and tried every possible setting i may discovered something.

I changed wireless interfaces default queue type wireless default(SFQ) to CODEL ( /queue/interface>)
add fq-codel-ecn=no fq-codel-interval=60ms fq-codel-limit=800 kind=fq-codel name=fq
All problems stopped, got devices connected for 7 days now which was impossible before.(7.12 beta)

Can anyone else test this also to confirm?

Hey Ivica, how did you calculate fq-codel-interval and fq-codel-limit? Why 60ms and 800?
 
dmfr
Frequent Visitor
Frequent Visitor
Posts: 52
Joined: Thu Oct 15, 2020 11:14 am

Re: "not responding" - f.k.a. SA Query timeout

Sun Oct 20, 2024 9:15 pm

Yeah, "not responding" is another issue, I never saw this in my logs, my fix helped with "connection lost" or "query timeout" type of logs under full signal..
"Connection lost" is actually the 7.17 rename of the infamous "SA Query timeout".
Different log name, same disease.
Despite all potential fixes tried, it invariably narrows down to the bogus "qcom driver update" introduced in 7.15, which for some reason seem very hard to admit at Mikrotik.
 
User avatar
woland
Member
Member
Posts: 310
Joined: Mon Aug 16, 2021 4:49 pm

Re: "not responding" - f.k.a. SA Query timeout

Mon Oct 21, 2024 1:46 pm

My replacement AP did not get delivered in time, so I thankfully tested the suggestion von @ivicask on 7.17b4. I tried testing with HW queue only and also with Codel. I did not notice any positive changes in behavior.
Too bad :(
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Mon Oct 21, 2024 4:13 pm

@ anyone with wpa3-psk enabled and flapping clients: try to enable GCMP (in addition to CCMP). On security profile or directly on the wifi interface:
/interface wifi security set encryption=ccmp,gcmp
 
User avatar
woland
Member
Member
Posts: 310
Joined: Mon Aug 16, 2021 4:49 pm

Re: "not responding" - f.k.a. SA Query timeout

Tue Oct 29, 2024 6:12 pm

Thanks @infabo !
Unfortunately I always had both (CCMP & GCMP) enabled.
 
netmn
just joined
Posts: 2
Joined: Fri Nov 10, 2023 2:18 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Oct 31, 2024 12:48 pm

so we must using 7.14.3 version for normal functionality, great
 
Santi70
Frequent Visitor
Frequent Visitor
Posts: 60
Joined: Mon Sep 07, 2020 12:35 am

Re: "not responding" - f.k.a. SA Query timeout

Thu Oct 31, 2024 1:18 pm

I had that problem for a long time, it was removed by itself at some point with version 15
# 2024-10-31 12:13:09 by RouterOS 7.16.1
# software id = G48Y-1U35
#
# model = RBD52G-5HacD2HnD
# serial number = xxxx
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no ft=yes ft-over-ds=yes name=sec1 wps=disable
/interface wifi
set [ find default-name=wifi1 ] channel.band=2ghz-n .frequency=2412 .width=20mhz \
    configuration.country=Spain .mode=ap .ssid=mired .tx-power=6 disabled=no security=sec1
set [ find default-name=wifi2 ] channel.band=5ghz-ac .frequency=5660,5220 .width=20/40mhz \
    configuration.country=Spain .mode=ap .ssid=mired .tx-power=18 disabled=no mtu=1500 security=\
    sec1
 
Jelezka
just joined
Posts: 2
Joined: Wed Mar 20, 2024 11:28 pm

Re: "not responding" - f.k.a. SA Query timeout

Sat Nov 02, 2024 9:42 pm

7.16.1 - same problem(( SA Query timeout
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: "not responding" - f.k.a. SA Query timeout

Sat Nov 02, 2024 11:22 pm

This topic has now been around for over a year. At some point, we all call it a day. I travel with my laptop to all sorts of places and rarely have an issue. Sure, we all end up in places where they're trying to use an underpowered access point and way too many clients. But generally I just connect and work.

But not at home with my hAP ax2 where I'm usually no more than a few metres away and there's only maybe 10 devices connected. Stability is poor.

Keep getting adverts for WiFi 7 routers. Seriously tempted. Doubt it's can be any worse.
 
Jef61
just joined
Posts: 8
Joined: Sat Jun 01, 2024 10:06 pm

Re: "not responding" - f.k.a. SA Query timeout

Sat Nov 02, 2024 11:34 pm

Tried 7.16.1 today but again many disconnects on WiFi, and back to 7.14.3 :(
 
User avatar
woland
Member
Member
Posts: 310
Joined: Mon Aug 16, 2021 4:49 pm

Re: "not responding" - f.k.a. SA Query timeout

Mon Nov 04, 2024 11:37 am

But generally I just connect and work.
But not at home with my hAP ax2 where I'm usually no more than a few metres away and there's only maybe 10 devices connected. Stability is poor.
I´m very sad, that I have to agree. Me and my family are using different laptops, from very cheap to very expensive, some old, some brand new. We almost never experience any issues with WLAN. It´s just the CAPax + WPA3.
Since last Friday, the issues are gone as I have given up and replaced the CAPax by a somewhat smaller, but similar in appearance device, which only costs slightly more.
Now we have perfect coverage in every corner of our flat, there is no jitter, no timeouts, no problems and no more time investment needed.
Of course: that device does not support SMB or running containers, but I could not care less. I needed a working AP!

MT has signalized not much interest into looking in this issue since 7.14.3!!!
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Mon Nov 04, 2024 12:54 pm

Please provide a name of the new AP - or it did not happen. ;)
 
User avatar
woland
Member
Member
Posts: 310
Joined: Mon Aug 16, 2021 4:49 pm

Re: "not responding" - f.k.a. SA Query timeout

Mon Nov 04, 2024 2:27 pm

Hmm, I did avoid it, so as to not make the MT fanatics too angry.

But since you don´t believe me otherwise: it´s a TP-Link Omada EAP673 with an OC200 controller (I might add some more APs in the future). They are both fed by a HEXPoE. Firewall/router is a an RB5009 here.
I´ve decided to not jump on the WIFI7 train yet and save some money, but also a lot of electric power.

On my other family site I have 2 slightly older EAP670 + a single EAP615 with the same controller. Switches are from MT, firewall is Opnsense.
This setup runs since 2 years, without any problems/tuning on the WIFI side. That´s something, because If I run a scan I get over 100 SSIDs (some have insane TX power) as this is located inside a courtyard. I get lots of noise from every direction.

I don't have any photos, but if I did, I'd probably be a bit embarrassed to show my sloppy cabling.
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Mon Nov 04, 2024 2:52 pm

Thank you. There are not many Mikrotik wireless fanatics here. If any at all (maybe erlinden :P).
 
erlinden
Forum Guru
Forum Guru
Posts: 2626
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: "not responding" - f.k.a. SA Query timeout

Mon Nov 04, 2024 3:07 pm

8) 8)
 
eddieb
Member
Member
Posts: 354
Joined: Thu Aug 28, 2014 10:53 am
Location: Netherlands

Re: "not responding" - f.k.a. SA Query timeout

Tue Nov 05, 2024 7:57 am

/me too ...
running all MT wifi here
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Tue Nov 05, 2024 8:33 am

I am running Mikrotik wireless as well. But I would not call me a die-hard fan of the gear. But I did not find anything better that matches my requirements. Always open for improvement.
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 07, 2024 10:19 pm

So, now I have wap ax running for about a week and I can't seem to have any of the issues discussed here. I have it pretty much on default, meaning I have wpa2-psk/wpa3-psk enabled and all the other bells and whistles like FT and so on. No issues. Well, don't have fancy pants latest iPhones nor do I have any "smart" IOT wifi devices. Some AX200 cards (win10/linux) as well. But nothing exploded nor did something go crazy.
 
User avatar
woland
Member
Member
Posts: 310
Joined: Mon Aug 16, 2021 4:49 pm

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 08, 2024 10:46 am

Strange, @infabo, maybe you are not running jitter/loss sensitive sessions and you did not look at the logs? Maybe you don´t have interference?
Maybe there was something in my config? But if that was the case, why did others report similar issues like mine. Anyway: I´m not going to throw out my CAPax, so for future reference:
give us your config or nothing happened. :)

Ps. there were no explosions on my side, just disconnects & jitter
 
seriquiti
newbie
Posts: 25
Joined: Wed May 11, 2022 12:55 pm

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 08, 2024 10:57 am

I'm on 7.16.1 on my HAP AX2 at home and still getting WIFI "Lockouts" too.

10-20 seconds of no data going through to wifi clients - totally unresponsive. 7.14.3 doesn't have the issue.

I don't even have WPA3 enabled. Have tried different frequences with no difference. It's at the point where I have installed an old HAP AC Lite where WIFI actually works.
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 08, 2024 11:14 am

My log is flooded with "too strong signal" log entries ("xxxxxx@cap-wifi2 disconnected, too strong signal, signal strength 159"). But this is nothing ever reported here and I have already reported that to Mikrotik. SA query timeout only occasional, no more frequently than on cap ac running wifi-qcom-ac.

Regarding the interference: pretty sure I have no interference. 5ghz spectrum is clean as clean can get. Even on 2ghz I have only one neighbor AP in reach where I can easily use a different channel. Regarding the jitter thing I can't tell. I have no webrtc or any other kind of streams in use. So I can't say.
/interface wifi channel
add frequency=2412,2442,2472 name=channel-2ghz reselect-interval=6h..12h
add frequency=5490-5710 name=channel-5ghz reselect-interval=6h..12h
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk encryption=ccmp,gcmp ft=yes ft-over-ds=yes name=foobar wps=disable
add authentication-types=wpa2-psk,wpa3-psk encryption=ccmp,gcmp name=foobar-guest wps=disable
/interface wifi capsman
set enabled=yes upgrade-policy=suggest-same-version
/interface wifi configuration
add country=Austria datapath=foobar-guest multicast-enhance=enabled name=foobar-guest security=foobar-guest ssid=foobar-guest
add channel=channel-2ghz country=Austria datapath=foobar multicast-enhance=enabled name=foobar-2ghz security=foobar ssid=foobar
add channel=channel-5ghz country=Austria datapath=foobar multicast-enhance=enabled name=foobar-5ghz security=foobar ssid=foobar
/interface wifi datapath
add bridge=bridge client-isolation=yes name=foobar-guest
add bridge=bridge name=foobar
/interface wifi provisioning
add action=create-dynamic-enabled disabled=no master-configuration=foobar-2ghz slave-configurations=foobar-guest supported-bands=2ghz-n
add action=create-dynamic-enabled disabled=no master-configuration=foobar-5ghz supported-bands=5ghz-ac
 
User avatar
woland
Member
Member
Posts: 310
Joined: Mon Aug 16, 2021 4:49 pm

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 08, 2024 11:45 am

Thanks @infabo! I don´t see any difference worth mentioning, but I don´t have access to my config now.
I have never seen that "too strong signal" entry.
Maybe your clients are only using WPA2?
The SA Query timeouts mostly happened to laptops further away from the AP, but not only.
As for the jitter, I spend a lot of time in teleconferences, so probably that´s the reason of my sensitivity.

Beste Grüße
 
User avatar
tangent
Forum Guru
Forum Guru
Posts: 1656
Joined: Thu Jul 01, 2021 3:15 pm
Contact:

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 08, 2024 12:44 pm

Strange, @infabo, maybe you are not running jitter/loss sensitive sessions and you did not look at the logs?

I've got logs from my ax³ going back to August, and I see only 55 instances of "not responding" in that time, the first being 41 days ago, so roughly once a day. The only WiFi bug I'm experiencing is the one where it occasionally latches onto the 2.4GHz and won't switch to 5 until forced.

Maybe you don´t have interference?

I'm in a small town, in a detached house, but not so far from neighbors that I'd make that claim. I can see a dozen other networks at the moment.

give us your config or nothing happened. :)

Okay.
 
User avatar
woland
Member
Member
Posts: 310
Joined: Mon Aug 16, 2021 4:49 pm

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 08, 2024 2:40 pm

I appreciate your answer and your homepage @tangent!
I´m completely clueless, why these issues affect someone, while others don´t have them. It might have something to do with the fact, that in my 2 setups there is interference from many other APs, as both are located in a courtyard on the 2nd floor, facing many other flats.
I certainly had no day passing by without at least a few tens of timeouts.

I´ll certainly observe how MT WIFI makes progress, as the versatility of MT HW & SW is fascinating, but I don´t regret having been replaced it.
 
DesertDweller
just joined
Posts: 6
Joined: Mon Sep 04, 2023 7:23 am

Re: "not responding" - f.k.a. SA Query timeout

Sun Nov 10, 2024 10:06 pm

Hopefully this helps someone. I simply changed the channel from 36 ( 5180 ) to 40 ( 5200 ) and the problem went away.
Edit: spoke too soon :/
 
MrRobotdev
just joined
Posts: 20
Joined: Sun Jul 30, 2023 8:44 pm

Re: "not responding" - f.k.a. SA Query timeout

Sat Nov 16, 2024 10:59 am

Still No solution for this problem.... An ideas how can solve it?
 
balu
just joined
Posts: 5
Joined: Tue Nov 19, 2024 3:59 pm

Re: "not responding" - f.k.a. SA Query timeout

Tue Nov 19, 2024 4:01 pm

What's new in 7.17beta5 (2024-Nov-13 12:51):
*) wifi - add information to each interface, showing which CAPsMAN manages it or which CAP hosts it when applicable;
*) wifi - added station-roaming support (additional fixes);
*) wifi - fixed failure with "auto" peer update on the OWE interface;
*) wifi-qcom-ac - fix possible conflict between radio and USB initialization on hAP ac2;
*) wifi-qcom-ac - improved CPU load balancing and system stability;
I think it's worth trying.
 
erlinden
Forum Guru
Forum Guru
Posts: 2626
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: "not responding" - f.k.a. SA Query timeout

Tue Nov 19, 2024 5:34 pm

Still No solution for this problem.... An ideas how can solve it?
Can you share your config?
I read a lot of people running into problems, while others have perfectly stable connections. It might be config related, at least that is pretty easy to analyse.
/interface wifi export 
Remove serial and any other private info, post between code tags by using the </> button.

I used @tangent's config as baic config, it can be found here:
https://tangentsoft.com/mikrotik/wiki?n ... ome+WiFi&p
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26912
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: "not responding" - f.k.a. SA Query timeout

Wed Nov 20, 2024 9:13 am

If the latest beta version does not solve your issue, please send supout.rif file to support, describing in detail about what happened.
 
Sheriff1972
newbie
Posts: 31
Joined: Fri Feb 16, 2018 7:48 pm

Re: "not responding" - f.k.a. SA Query timeout

Wed Nov 20, 2024 9:54 am

I am looking forward to the latest WiFi changes getting rolled into a stable release. At this point I will give it a try
 
balu
just joined
Posts: 5
Joined: Tue Nov 19, 2024 3:59 pm

Re: "not responding" - f.k.a. SA Query timeout

Wed Nov 20, 2024 11:04 am

If the latest beta version does not solve your issue, please send supout.rif file to support, describing in detail about what happened.
So far it looks good - no drops all day. The logs are clear too. My device is AX3.
 
jdub88
Frequent Visitor
Frequent Visitor
Posts: 93
Joined: Fri Sep 25, 2020 1:35 pm

Re: "not responding" - f.k.a. SA Query timeout

Wed Nov 20, 2024 11:54 am

Just wanted to add my $0.02 here, too. This has been a huge problem for me for a while now. I have a hAP AX3. I work from home and regularly have to be on video calls, which is usually when this issue will rear it's head. I've tried skipping DFS channels, disabling WPA3..nothing seems to have helped. At the moment I have my work VLAN SSID running only on 2.4GHz which has been more stable. I am in the UK, so I've set the correct country.

Here's my wifi config - does anything look out of place here?
interface wifi
set [ find default-name=wifi1 ] channel.skip-dfs-channels=10min-cac comment=IOT configuration.country="United Kingdom" .mode=ap .ssid=IOT disabled=no security.authentication-types=wpa2-psk,wpa3-psk
set [ find default-name=wifi2 ] channel.skip-dfs-channels=10min-cac comment=IOT configuration.country="United Kingdom" .mode=ap .ssid=IOT disabled=no security.authentication-types=wpa2-psk,wpa3-psk .connect-priority=0
add comment=WORK configuration.hide-ssid=no .mode=ap .ssid=WORK mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi1 name=wifi3 security.authentication-types=wpa3-psk .connect-priority=0
add comment=WORK configuration.hide-ssid=no .mode=ap .ssid=WORK disabled=no mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi2 name=wifi4 security.authentication-types=wpa3-psk .connect-priority=0
add comment=GUEST configuration.mode=ap .ssid=GUEST disabled=no mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi1 name=wifi5 security.authentication-types=wpa2-psk,wpa3-psk
add comment=GUEST configuration.mode=ap .ssid=GUEST disabled=no mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi2 name=wifi6 security.authentication-types=wpa2-psk,wpa3-psk
add comment=HOME configuration.mode=ap .ssid=HOME disabled=no mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi1 name=wifi7 security.authentication-types=wpa2-psk,wpa3-psk
add comment=HOME configuration.mode=ap .ssid=HOME disabled=no mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi2 name=wifi8 security.authentication-types=wpa2-psk,wpa3-psk
The consensus here seems to be to downgrade to 7.14.3 - However given the big changes at 7.15 to wifi, is that as simple as installing the ros and qcom package for this version and hitting downgrade, or are there config changes/other caveats to be aware of? I am reluctant to try the beta version; I don't need or want latest and greatest, I just need my multiple VLANs & WiFi to be stable. My recent experience upgrading even on the stable channel has been....disappointing, shall we say!

I hope Mikrotik can fix this problem ASAP and turn that golden version that actually gives stable wifi into an LTS.
 
mainTAP
Frequent Visitor
Frequent Visitor
Posts: 57
Joined: Tue Oct 02, 2012 4:01 am

Re: "not responding" - f.k.a. SA Query timeout

Wed Nov 20, 2024 1:44 pm

I am also experiencing this issue on AX2 and Chateau LTE18 ax both running 7.16.1 and it's quite frustrating.
 
balu
just joined
Posts: 5
Joined: Tue Nov 19, 2024 3:59 pm

Re: "not responding" - f.k.a. SA Query timeout

Wed Nov 20, 2024 1:57 pm

Do you even read what I wrote above, or are you just typing these posts to write something? @jdub88, have you tried the version I mentioned? On my AX3, the problem no longer occurs.
 
mndtrp
just joined
Posts: 8
Joined: Thu Feb 16, 2023 6:26 pm

Re: "not responding" - f.k.a. SA Query timeout

Wed Nov 20, 2024 2:10 pm

If the latest beta version does not solve your issue, please send supout.rif file to support, describing in detail about what happened.
Can you share what change in beta5 is related to resolving this issue?
 
ateran
just joined
Posts: 5
Joined: Wed Nov 20, 2024 2:57 pm

Re: "not responding" - f.k.a. SA Query timeout

Wed Nov 20, 2024 3:01 pm

They renamed the log message so you are not going to see the "SA Query timeout" message.
It's in the changelog: wifi - re-word the "SA Query timeout" log message to "not responding";
So yeah, problem solved...
 
erlinden
Forum Guru
Forum Guru
Posts: 2626
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: "not responding" - f.k.a. SA Query timeout

Wed Nov 20, 2024 3:43 pm

FFS, creating a profile just to make fun.

@mndtrip:
*) wifi - added station-roaming support (additional fixes);

In addition, I used the config supplied by @tangent:
https://tangentsoft.com/mikrotik/wiki?n ... ome+WiFi&p

You may want to try this to see if it helps.
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Wed Nov 20, 2024 3:44 pm

If the latest beta version does not solve your issue, please send supout.rif file to support, describing in detail about what happened.
Can you share what change in beta5 is related to resolving this issue?
Can you share the issue you are experiencing besides the log message? It is your first post in this topic.
 
ateran
just joined
Posts: 5
Joined: Wed Nov 20, 2024 2:57 pm

Re: "not responding" - f.k.a. SA Query timeout

Wed Nov 20, 2024 4:05 pm

I created the profile because I'm fed up with basic functionality not working in a wireless router.
I have a hAP ax³ and since I had it never worked well with multiple devices. But the worst thing is that I cannot even use the 5Ghz band with my notebook(having Intel AX200 card) because of the frequent disconnects, standing 2 meters away from the device. I tested it with the latest beta too, same issues present.
This forum, reddit etc. is full of these problems about Mikrotik wireless devices, but still some people like to blame the users
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26912
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: "not responding" - f.k.a. SA Query timeout

Wed Nov 20, 2024 4:14 pm

I'm sorry about your experience, but as you can see in this thread, beta versions do solve most of the issues for many people.
If you are running the latest beta and stll have some issues, you have to post the full logs and problem descriptions, as we don't know if it's even related to what is being fixed in the betas.
 
mainTAP
Frequent Visitor
Frequent Visitor
Posts: 57
Joined: Tue Oct 02, 2012 4:01 am

Re: "not responding" - f.k.a. SA Query timeout

Wed Nov 20, 2024 4:24 pm

Updated the AX2 to the beta5 but the issue is still present.
 2024-11-20 14:29:20 wireless,info 8C:17:59:xx:xx:xx@5ghz disconnected, not responding, signal strength -53
 2024-11-20 14:29:28 wireless,info 8C:17:59:xx:xx:xx@5ghz connected, signal strength -53
 2024-11-20 14:29:44 wireless,info 8C:17:59:xx:xx:xx@5ghz disconnected, not responding, signal strength -50
 2024-11-20 14:29:45 wireless,info 8C:17:59:xx:xx:xx@5ghz connected, signal strength -52
 2024-11-20 15:13:24 wireless,info 8C:17:59:xx:xx:xx@5ghz disconnected, connection lost, signal strength -54
 2024-11-20 15:13:25 wireless,info 8C:17:59:xx:xx:xx@2ghz connected, signal strength -46
 2024-11-20 15:16:31 wireless,info 8C:17:59:xx:xx:xx@2ghz disconnected, not responding, signal strength -47
 2024-11-20 15:16:33 wireless,info 8C:17:59:xx:xx:xx@2ghz connected, signal strength -49
 2024-11-20 15:19:35 wireless,info 8C:17:59:xx:xx:xx@2ghz disconnected, not responding, signal strength -47
 2024-11-20 15:19:37 wireless,info 8C:17:59:xx:xx:xx@2ghz connected, signal strength -47
 2024-11-20 15:21:40 wireless,info 8C:17:59:xx:xx:xx@2ghz disconnected, not responding, signal strength -48
 2024-11-20 15:21:40 wireless,info 8C:17:59:xx:xx:xx@5ghz connected, signal strength -56
 
jdub88
Frequent Visitor
Frequent Visitor
Posts: 93
Joined: Fri Sep 25, 2020 1:35 pm

Re: "not responding" - f.k.a. SA Query timeout

Wed Nov 20, 2024 4:50 pm

@jdub88, have you tried the version I mentioned? On my AX3, the problem no longer occurs.
Not yet, no - I am rather reluctant to try betas when there's plenty of folks saying it hasn't addressed their issue. I can't mess about too much with this router for work reasons.

2.4Ghz is working well for me at the moment
 
alibloke
Frequent Visitor
Frequent Visitor
Posts: 61
Joined: Fri Jun 03, 2016 12:13 am

Re: "not responding" - f.k.a. SA Query timeout

Wed Nov 20, 2024 5:27 pm

Does this setting help you guys?
security.connect-priority=0/1
 
mndtrp
just joined
Posts: 8
Joined: Thu Feb 16, 2023 6:26 pm

Re: "not responding" - f.k.a. SA Query timeout

Wed Nov 20, 2024 5:41 pm



Can you share what change in beta5 is related to resolving this issue?
Can you share the issue you are experiencing besides the log message? It is your first post in this topic.
Single HAP AX2 providing WIFI 2.4Ghz and 5GHz WIFI.
Seeing "disconnected, connection lost, signal strength -<number>
Persistent issues with MS Teams calls and casting to Chromecasts.
Mobile phone disconnects/reconnects.
Issues are only noticeable on 5Ghz.
It's been like this post 7.14.3 and I'm tired of testing builds. That is why I asked.
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Wed Nov 20, 2024 6:20 pm

I have a hAP ax³ and since I had it never worked well with multiple devices. But the worst thing is that I cannot even use the 5Ghz band with my notebook(having Intel AX200 card) because of the frequent disconnects, standing 2 meters away from the device. I tested it with the latest beta too, same issues present.
I have Intel AX200 card too in my notebook. Access point is wap ax right now though. Usually cap ac (with wifi-qcom-ac package) for a very long time. No, I do not have frequent disconnects. 5m and three brick walls away. Yes, 5ghz. Yes, it just works. What now? Maybe this is primarily all an AX3 issue?

But I can tell you one thing: Intel AX200 is a diva. At least the Linux drivers (written by Intel lol).
 
mainTAP
Frequent Visitor
Frequent Visitor
Posts: 57
Joined: Tue Oct 02, 2012 4:01 am

Re: "not responding" - f.k.a. SA Query timeout

Wed Nov 20, 2024 6:34 pm

For me the 2ghz seems even worse than 5ghz :
 2024-11-20 15:13:24 wireless,info 8C:17:59:xx:xx:xx@5ghz disconnected, connection lost, signal strength -54
 2024-11-20 15:13:25 wireless,info 8C:17:59:xx:xx:xx@2ghz connected, signal strength -46
 2024-11-20 15:16:31 wireless,info 8C:17:59:xx:xx:xx@2ghz disconnected, not responding, signal strength -47
 2024-11-20 15:16:33 wireless,info 8C:17:59:xx:xx:xx@2ghz connected, signal strength -49
 2024-11-20 15:19:35 wireless,info 8C:17:59:xx:xx:xx@2ghz disconnected, not responding, signal strength -47
 2024-11-20 15:19:37 wireless,info 8C:17:59:xx:xx:xx@2ghz connected, signal strength -47
 2024-11-20 15:21:40 wireless,info 8C:17:59:xx:xx:xx@2ghz disconnected, not responding, signal strength -48
 2024-11-20 15:21:40 wireless,info 8C:17:59:xx:xx:xx@5ghz connected, signal strength -56
 2024-11-20 16:55:00 wireless,info 8C:17:59:xx:xx:xx@5ghz disconnected, connection lost, signal strength -60
 2024-11-20 16:55:02 wireless,info 8C:17:59:xx:xx:xx@5ghz connected, signal strength -57
 2024-11-20 16:55:48 wireless,info 8C:17:59:xx:xx:xx@5ghz disconnected, connection lost, signal strength -52
 2024-11-20 16:55:48 wireless,info 8C:17:59:xx:xx:xx@2ghz connected, signal strength -47
 2024-11-20 16:58:51 wireless,info 8C:17:59:xx:xx:xx@2ghz disconnected, not responding, signal strength -48
 2024-11-20 16:59:00 wireless,info 8C:17:59:xx:xx:xx@2ghz connected, signal strength -48
 2024-11-20 17:02:02 wireless,info 8C:17:59:xx:xx:xx@2ghz disconnected, not responding, signal strength -47
 2024-11-20 17:02:13 wireless,info 8C:17:59:xx:xx:xx@2ghz connected, signal strength -46
 2024-11-20 17:04:23 wireless,info 8C:17:59:xx:xx:xx@2ghz disconnected, not responding, signal strength -47
 2024-11-20 17:04:26 wireless,info 8C:17:59:xx:xx:xx@2ghz connected, signal strength -47
 2024-11-20 17:07:29 wireless,info 8C:17:59:xx:xx:xx@2ghz disconnected, not responding, signal strength -47
 2024-11-20 17:07:38 wireless,info 8C:17:59:xx:xx:xx@2ghz connected, signal strength -47
 2024-11-20 17:10:40 wireless,info 8C:17:59:xx:xx:xx@2ghz disconnected, not responding, signal strength -47
 2024-11-20 17:10:47 wireless,info 8C:17:59:xx:xx:xx@2ghz connected, signal strength -46
 2024-11-20 17:13:50 wireless,info 8C:17:59:xx:xx:xx@2ghz disconnected, not responding, signal strength -47
 2024-11-20 17:13:52 wireless,info 8C:17:59:xx:xx:xx@2ghz connected, signal strength -48
 2024-11-20 17:16:55 wireless,info 8C:17:59:xx:xx:xx@2ghz disconnected, not responding, signal strength -48
 2024-11-20 17:16:57 wireless,info 8C:17:59:xx:xx:xx@2ghz connected, signal strength -484
 2024-11-20 17:20:00 wireless,info 8C:17:59:xx:xx:xx@2ghz disconnected, not responding, signal strength -49
 2024-11-20 17:20:08 wireless,info 8C:17:59:xx:xx:xx@2ghz connected, signal strength -48
 2024-11-20 17:23:11 wireless,info 8C:17:59:xx:xx:xx@2ghz disconnected, not responding, signal strength -47
 2024-11-20 17:23:13 wireless,info 8C:17:59:xx:xx:xx@2ghz connected, signal strength -47
 2024-11-20 17:26:16 wireless,info 8C:17:59:xx:xx:xx@2ghz disconnected, not responding, signal strength -45
 2024-11-20 17:26:23 wireless,info 8C:17:59:xx:xx:xx@2ghz connected, signal strength -44
 2024-11-20 17:29:25 wireless,info 8C:17:59:xx:xx:xx@2ghz disconnected, not responding, signal strength -47
 2024-11-20 17:29:36 wireless,info 8C:17:59:xx:xx:xx@2ghz connected, signal strength -46
 
User avatar
woland
Member
Member
Posts: 310
Joined: Mon Aug 16, 2021 4:49 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 21, 2024 1:32 pm

For me the 2ghz seems even worse than 5ghz :
Sry. but not very useful, pls. give some details: ROS Version ? Config? Chipset in client?
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 21, 2024 2:37 pm

"8C:17:59" belongs to "Intel Corporate". At lest we know this.
 
ateran
just joined
Posts: 5
Joined: Wed Nov 20, 2024 2:57 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 21, 2024 2:58 pm

I created the profile because I'm fed up with basic functionality not working in a wireless router.
I have a hAP ax³ and since I had it never worked well with multiple devices. But the worst thing is that I cannot even use the 5Ghz band with my notebook(having Intel AX200 card) because of the frequent disconnects, standing 2 meters away from the device. I tested it with the latest beta too, same issues present.
This forum, reddit etc. is full of these problems about Mikrotik wireless devices, but still some people like to blame the users
So I installed the new release: 7.17beta6. At first everything started in a similar fashion.
Nov/21/2024 09:00:05 memory	xx:3F@wifi1 disconnected, not responding, signal strength -74
Nov/21/2024 09:00:15 memory	xx:3F@wifi1 disconnected, not responding, signal strength -73
Nov/21/2024 09:03:51 memory	xx:3F@wifi1 disconnected, not responding, signal strength -71
Nov/21/2024 09:10:01 memory	xx:3F@wifi1 disconnected, not responding, signal strength -81
Nov/21/2024 09:59:27 memory	xx:3F@wifi1 disconnected, not responding, signal strength -81
I know the signal is not the best, but I was in a different room, although like 5 meters aways.

After this I tried out the following suggestion:
security.connect-priority=0/1
The issue no longer occurred up until now, but this does seem like a workaround and not a fix.
It seems to me that the client does not hang now at least and just roams to 2.4 and I do not notice the disconnect
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 21, 2024 3:25 pm

just update your client device intel driver - probably more successful than running beta ROS. I have window 10 and Manjaro Linux both running AX200 cards and I dont have these disconnect logs. But I do keep my systems up2date.....
 
ateran
just joined
Posts: 5
Joined: Wed Nov 20, 2024 2:57 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 21, 2024 3:29 pm

just update your client device intel driver - probably more successful than running beta ROS. I have window 10 and Manjaro Linux both running AX200 cards and I dont have these disconnect logs. But I do keep my systems up2date.....
I'm on the latest driver(23.90.0.2) on Windows 11. Everything is up to date.
 
mainTAP
Frequent Visitor
Frequent Visitor
Posts: 57
Joined: Tue Oct 02, 2012 4:01 am

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 21, 2024 3:50 pm

Sry. but not very useful, pls. give some details: ROS Version ? Config? Chipset in client?
AX2 running the beta5, default config, the client is using AX211
After downgrading to 7.14.3, the client's uptime is 21hours
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 21, 2024 4:41 pm

Interesting. Then it's maybe the different wireless AX chipsets in the MikroTik hardware.
 
User avatar
woland
Member
Member
Posts: 310
Joined: Mon Aug 16, 2021 4:49 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 21, 2024 5:28 pm

It might be: to my surprise CAPax & HAPax2 do share the same chips: QCN-5052 & QCN-5022 (my issues were with CAPax and also with AX211)

Thanks @mainTAP ! Can you pls add if you are using WPA3? Also do you see lots of other neighbors APs ?
 
Jef61
just joined
Posts: 8
Joined: Sat Jun 01, 2024 10:06 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 21, 2024 7:46 pm

Oke, I have tested 7.17beta6 on ax2
Still a mess, audio stream keeps disconnecting
# 2024-11-21 18:32:44 by RouterOS 7.17beta6
# software id = 
#
# model = C52iG-5HaxD2HaxD
# serial number = 

/interface wifi> export
set [ find default-name=wifi1 ] configuration.country=Netherlands .mode=ap .ssid=Kraailook-5 disabled=no security.authentication-types=wpa2-psk
set [ find default-name=wifi2 ] configuration.country=Netherlands .mode=ap .ssid=Kraailook disabled=no security.authentication-types=wpa2-psk
Logging:
 2024-11-21 18:31:01 wireless,info FC:44:82:2A:33:A2@wifi1 disconnected, not responding, signal strength -52
 2024-11-21 18:31:10 wireless,info 2E:02:8A:32:B0:EA@wifi2 connected, signal strength -50
 2024-11-21 18:31:43 wireless,info FC:44:82:2A:33:A2@wifi1 connected, signal strength -53
 2024-11-21 18:31:48 wireless,info AC:67:84:37:E7:B0@wifi1 disconnected, connection lost, signal strength -75
 2024-11-21 18:32:00 wireless,info F8:5E:A0:8C:82:B4@wifi1 connected, signal strength -69
 2024-11-21 18:32:01 wireless,info AC:67:84:37:E7:B0@wifi1 connected, signal strength -66
 2024-11-21 18:33:37 wireless,info FC:44:82:2A:33:A2@wifi1 disconnected, not responding, signal strength -53
 2024-11-21 18:33:39 wireless,info FC:44:82:2A:33:A2@wifi1 connected, signal strength -53
 2024-11-21 18:33:45 wireless,info D8:8C:79:3B:62:9A@wifi1 disconnected, not responding, signal strength -60
 2024-11-21 18:33:49 wireless,info AC:67:84:37:E7:B0@wifi1 disconnected, not responding, signal strength -66
 2024-11-21 18:33:52 wireless,info F8:5E:A0:8C:82:B4@wifi1 disconnected, connection lost, signal strength -67
 2024-11-21 18:33:53 wireless,info D8:8C:79:3B:62:9A@wifi1 connected, signal strength -58
 2024-11-21 18:33:53 wireless,info 3E:2C:D4:47:54:4A@wifi1 disconnected, not responding, signal strength -47
 2024-11-21 18:33:56 wireless,info F8:5E:A0:8C:82:B4@wifi1 connected, signal strength -66
 2024-11-21 18:33:56 wireless,info AC:67:84:37:E7:B0@wifi1 connected, signal strength -76
 2024-11-21 18:35:05 wireless,info FC:44:82:2A:33:A2@wifi1 disconnected, not responding, signal strength -52
 2024-11-21 18:35:07 wireless,info D8:8C:79:3B:62:9A@wifi1 disconnected, not responding, signal strength -56
 2024-11-21 18:35:07 wireless,info FC:44:82:2A:33:A2@wifi1 connected, signal strength -53
 2024-11-21 18:35:11 wireless,info D8:8C:79:3B:62:9A@wifi1 connected, signal strength -57
 2024-11-21 18:35:12 wireless,info F8:5E:A0:8C:82:B4@wifi1 disconnected, not responding, signal strength -67
 2024-11-21 18:35:15 wireless,info F8:5E:A0:8C:82:B4@wifi1 connected, signal strength -68
 2024-11-21 18:36:10 wireless,info F6:49:C3:18:86:F4@wifi1 disconnected, connection lost, signal strength -54
 2024-11-21 18:36:47 wireless,info 70:EE:50:02:51:58@wifi2 connected, signal strength -73
 2024-11-21 18:36:56 wireless,info 70:EE:50:02:51:58@wifi2 disconnected, connection lost, signal strength -69
 2024-11-21 18:37:23 wireless,info F8:5E:A0:8C:82:B4@wifi1 disconnected, connection lost, signal strength -68
 2024-11-21 18:39:16 wireless,info 3E:2C:D4:47:54:4A@wifi1 connected, signal strength -46
 2024-11-21 18:39:19 wireless,info FC:44:82:2A:33:A2@wifi1 disconnected, not responding, signal strength -54
 2024-11-21 18:39:21 wireless,info FC:44:82:2A:33:A2@wifi1 connected, signal strength -57
 2024-11-21 18:39:25 wireless,info AE:64:64:88:EF:93@wifi2 disconnected, connection lost, signal strength -89
 2024-11-21 18:39:25 wireless,info 1E:24:A2:48:7D:81@wifi1 connected, signal strength -75
 2024-11-21 18:39:27 wireless,info F8:5E:A0:8C:82:B4@wifi1 connected, signal strength -67
 2024-11-21 18:41:00 wireless,info F8:5E:A0:8C:82:B4@wifi1 disconnected, connection lost, signal strength -66
 2024-11-21 18:41:07 wireless,info FC:44:82:2A:33:A2@wifi1 disconnected, not responding, signal strength -52
 2024-11-21 18:41:10 wireless,info FC:44:82:2A:33:A2@wifi1 connected, signal strength -57
 2024-11-21 18:41:13 wireless,info F8:5E:A0:8C:82:B4@wifi1 connected, signal strength -67
 2024-11-21 18:41:53 wireless,info FC:44:82:2A:33:A2@wifi1 disconnected, not responding, signal strength -52
 2024-11-21 18:41:53 wireless,info AE:64:64:88:EF:93@wifi2 connected, signal strength -47
 2024-11-21 18:42:04 wireless,info FC:44:82:2A:33:A2@wifi1 connected, signal strength -51
 2024-11-21 18:42:06 wireless,info F8:5E:A0:8C:82:B4@wifi1 disconnected, connection lost, signal strength -67
 2024-11-21 18:42:08 wireless,info D8:8C:79:3B:62:9A@wifi1 disconnected, not responding, signal strength -59
 2024-11-21 18:42:09 wireless,info AE:64:64:88:EF:93@wifi2 disconnected, connection lost, signal strength -41
 2024-11-21 18:42:10 wireless,info F8:5E:A0:8C:82:B4@wifi1 connected, signal strength -68
 2024-11-21 18:42:11 wireless,info 1E:24:A2:48:7D:81@wifi1 disconnected, not responding, signal strength -43
 2024-11-21 18:42:11 wireless,info AC:67:84:37:E7:B0@wifi1 disconnected, not responding, signal strength -71
 2024-11-21 18:42:13 wireless,info D8:8C:79:3B:62:9A@wifi1 connected, signal strength -60
 2024-11-21 18:42:18 wireless,info AC:67:84:37:E7:B0@wifi1 connected, signal strength -77
 2024-11-21 18:42:19 wireless,info AE:64:64:88:EF:93@wifi2 connected, signal strength -43
 2024-11-21 18:42:23 wireless,info F8:5E:A0:8C:82:B4@wifi1 disconnected, not responding, signal strength -67
Last edited by Jef61 on Thu Nov 21, 2024 8:02 pm, edited 1 time in total.
 
erlinden
Forum Guru
Forum Guru
Posts: 2626
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 21, 2024 7:56 pm

Could you give these settings a try, @Jef61:
/interface wifi configuration
  add name=homeapcfg country="Netherlands" mode=ap \
  ssid="Kraailook" channel.skip-dfs-channels=10min-cac \
  security.authentication-types=wpa2-psk,wpa3-psk \
  .passphrase="[Moet je nog even zelf invullen]" .ft=yes .ft-over-ds=yes
/interface wifi
  set [ find default-name=wifi1 ] name=wifi5 \
    configuration=homeapcfg channel.band=5ghz-ax .width=20/40/80mhz
  set [ find default-name=wifi2 ] \
    configuration=homeapcfg channel.band=2ghz-ax .width=20mhz
You might first need to forget the network/SSID on the device involved.
 
ateran
just joined
Posts: 5
Joined: Wed Nov 20, 2024 2:57 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 21, 2024 8:17 pm

It might be: to my surprise CAPax & HAPax2 do share the same chips: QCN-5052 & QCN-5022 (my issues were with CAPax and also with AX211)

Thanks @mainTAP ! Can you pls add if you are using WPA3? Also do you see lots of other neighbors APs ?
The hAP ax3 has the same chips according to product specifications.
 
Jef61
just joined
Posts: 8
Joined: Sat Jun 01, 2024 10:06 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 21, 2024 8:49 pm

@erlinden, I have changed the configuration:
/interface wifi configuration
add channel.skip-dfs-channels=10min-cac country=Netherlands mode=ap name=homeapcfg security.authentication-types=wpa2-psk,wpa3-psk .ft=yes .ft-over-ds=yes ssid=Kraailook
/interface wifi
set [ find default-name=wifi2 ] channel.band=2ghz-ax .skip-dfs-channels=disabled .width=20mhz configuration=homeapcfg configuration.country=Netherlands .mode=ap .ssid=Kraailook \
    disabled=no security.authentication-types=wpa2-psk
set [ find default-name=wifi1 ] channel.band=5ghz-ax .skip-dfs-channels=10min-cac .width=20/40/80mhz configuration=homeapcfg configuration.country=Netherlands .mode=ap .ssid=\
    Kraailook-5 disabled=no name=wifi5 security.authentication-types=wpa2-psk,wpa3-psk
Logging:
 2024-11-21 19:39:48 wireless,info BA:01:EF:BB:6F:CF@wifi2 connected, signal strength -46
 2024-11-21 19:40:08 wireless,info FC:44:82:2A:33:A2@wifi5 disconnected, not responding, signal strength -58
 2024-11-21 19:40:08 wireless,info 3A:D6:A3:3B:C6:E6@wifi5 disconnected, connection lost, signal strength -49
 2024-11-21 19:40:09 wireless,info 3A:D6:A3:3B:C6:E6@wifi5 connected, signal strength -45
 2024-11-21 19:40:10 wireless,info FC:44:82:2A:33:A2@wifi5 connected, signal strength -58
 2024-11-21 19:40:11 wireless,info D8:8C:79:4B:CA:FF@wifi5 disconnected, not responding, signal strength -59
 2024-11-21 19:40:13 wireless,info AC:67:84:37:E7:B0@wifi5 disconnected, not responding, signal strength -74
 2024-11-21 19:40:18 wireless,info FC:44:82:2A:33:A2@wifi5 disconnected, not responding, signal strength -56
 2024-11-21 19:40:20 wireless,info D8:8C:79:4B:CA:FF@wifi5 connected, signal strength -52
 2024-11-21 19:40:20 wireless,info FC:44:82:2A:33:A2@wifi5 connected, signal strength -56
 2024-11-21 19:40:22 wireless,info D8:8C:79:3B:62:9A@wifi5 disconnected, not responding, signal strength -57
 2024-11-21 19:40:26 wireless,info FC:44:82:2A:33:A2@wifi5 disconnected, not responding, signal strength -55
 2024-11-21 19:40:31 wireless,info FC:44:82:2A:33:A2@wifi5 connected, signal strength -56
 2024-11-21 19:40:33 wireless,info BA:01:EF:BB:6F:CF@wifi2 disconnected, connection lost, signal strength -46
 2024-11-21 19:40:34 wireless,info BA:01:EF:BB:6F:CF@wifi2 connected, signal strength -47
 2024-11-21 19:40:43 wireless,info 3A:D6:A3:3B:C6:E6@wifi5 disconnected, connection lost, signal strength -49
 2024-11-21 19:40:47 wireless,info FC:44:82:2A:33:A2@wifi5 disconnected, not responding, signal strength -58
 2024-11-21 19:40:48 wireless,info D8:8C:79:3B:62:9A@wifi5 connected, signal strength -56
 2024-11-21 19:41:20 wireless,info FC:44:82:2A:33:A2@wifi5 connected, signal strength -56
 2024-11-21 19:41:29 wireless,info D8:8C:79:4B:CA:FF@wifi5 disconnected, not responding, signal strength -50
 2024-11-21 19:41:33 wireless,info AC:67:84:37:E7:B0@wifi5 connected, signal strength -79
 2024-11-21 19:41:39 wireless,info D8:8C:79:4B:CA:FF@wifi5 connected, signal strength -57
 2024-11-21 19:42:29 wireless,info F6:49:C3:18:86:F4@wifi5 connected, signal strength -40
 2024-11-21 19:42:36 wireless,info 3E:2C:D4:47:54:4A@wifi5 disconnected, not responding, signal strength -49
 2024-11-21 19:42:36 wireless,info 3E:2C:D4:47:54:4A@wifi5 connected, signal strength -52
 2024-11-21 19:43:00 wireless,info 2E:02:8A:32:B0:EA@wifi2 disconnected, connection lost, signal strength -50
 2024-11-21 19:43:13 wireless,info BA:01:EF:BB:6F:CF@wifi2 disconnected, connection lost, signal strength -45
 2024-11-21 19:43:13 wireless,info 3A:D6:A3:3B:C6:E6@wifi5 connected, signal strength -45
 2024-11-21 19:43:27 wireless,info BA:01:EF:BB:6F:CF@wifi2 connected, signal strength -47
 2024-11-21 19:43:33 wireless,info FC:44:82:2A:33:A2@wifi5 disconnected, not responding, signal strength -56
 2024-11-21 19:43:45 wireless,info AC:67:84:37:E7:B0@wifi5 disconnected, not responding, signal strength -74
 2024-11-21 19:43:46 wireless,info FC:44:82:2A:33:A2@wifi5 connected, signal strength -58
 2024-11-21 19:43:47 wireless,info BA:01:EF:BB:6F:CF@wifi2 disconnected, connection lost, signal strength -45
 2024-11-21 19:43:47 wireless,info 3A:D6:A3:3B:C6:E6@wifi5 disconnected, connection lost, signal strength -52
 2024-11-21 19:43:50 wireless,info 3A:D6:A3:3B:C6:E6@wifi5 connected, signal strength -46
 
Jef61
just joined
Posts: 8
Joined: Sat Jun 01, 2024 10:06 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 21, 2024 8:55 pm

I'm going to switch back to 7.14.3 now, otherwise I'll get into a fight here :D :shock:
 
erlinden
Forum Guru
Forum Guru
Posts: 2626
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 21, 2024 8:55 pm

Did you update both RouterOS and firmware?

Pretty sure support would like to have your supout file. If you have the chance...
 
Jef61
just joined
Posts: 8
Joined: Sat Jun 01, 2024 10:06 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 21, 2024 9:07 pm

Did you update both RouterOS and firmware?

Pretty sure support would like to have your supout file. If you have the chance...
Yes, both updated.
 
kratos
just joined
Posts: 1
Joined: Thu Nov 21, 2024 9:32 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 21, 2024 11:53 pm

I’m experiencing the same error on a new ‘cap ax’ device with the latest update, version 7.16.1. The devices keep disconnecting periodically, which is extremely annoying.
You do not have the required permissions to view the files attached to this post.
 
User avatar
tangent
Forum Guru
Forum Guru
Posts: 1656
Joined: Thu Jul 01, 2021 3:15 pm
Contact:

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 22, 2024 2:59 am

@erlinden, I have changed the configuration:

You should read my guide more carefully. It goes to some trouble to explain how and why to solve the redundant and conflicting configuration you've got going on here, doubtless owing to use of WinBox instead of the CLI.

I wonder if this is part of the reason people are having trouble: WinBox makes it stupendously easy to cause this type of redundancy, which may then give RouterOS conflicting instructions, preventing things like FT from working properly because the configuration isn't the same for all radios on the same SSID. It tries to make the transition, finds that it cannot due to a configuration difference, and then bounces the client out.

My persnickety nature may be the secret behind my success here: I don't tolerate messy configurations, which gives RouterOS no choice but to do exactly what I told it to do.
 
sadMikrotikUser
just joined
Posts: 1
Joined: Fri Nov 22, 2024 7:15 am

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 22, 2024 7:26 am

Joined the forum to let others know that I also have been experiencing SA query timeout related issues.

I have downgraded my C52iG-5HaxD2HaxD (hAP ax²) to v7.14.3 and my wifi network issues have disappeared.
 
MrRobotdev
just joined
Posts: 20
Joined: Sun Jul 30, 2023 8:44 pm

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 22, 2024 8:54 am

The frustrating thing is that Mikrotik cannot resolve the problem that persists for so many months.

Eventually i bought a usb2ethernet adapter for my business laptop and a long 7 m ethernet cable on the floor to solve the problem.

What a shame really...
 
Jef61
just joined
Posts: 8
Joined: Sat Jun 01, 2024 10:06 pm

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 22, 2024 9:56 am

I have decided to stop using Mikrotik wifi (disable it). I ordered a 3-set of Asus XD5.
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 22, 2024 10:22 am

Looks like a nice little device. Features a lot of "AI" features. Have fun!
 
jdub88
Frequent Visitor
Frequent Visitor
Posts: 93
Joined: Fri Sep 25, 2020 1:35 pm

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 22, 2024 11:16 am

The frustrating thing is that Mikrotik cannot resolve the problem that persists for so many months.

Eventually i bought a usb2ethernet adapter for my business laptop and a long 7 m ethernet cable on the floor to solve the problem.

What a shame really...
It does seem counterintutive. I've been consideing ditching the wifi too, however with my work machine only on a 2.4ghz radio, it's been totally fine on 7.16.1
 
jdub88
Frequent Visitor
Frequent Visitor
Posts: 93
Joined: Fri Sep 25, 2020 1:35 pm

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 22, 2024 11:22 am

@erlinden, I have changed the configuration:

You should read my guide more carefully. It goes to some trouble to explain how and why to solve the redundant and conflicting configuration you've got going on here, doubtless owing to use of WinBox instead of the CLI.

I wonder if this is part of the reason people are having trouble: WinBox makes it stupendously easy to cause this type of redundancy, which may then give RouterOS conflicting instructions, preventing things like FT from working properly because the configuration isn't the same for all radios on the same SSID. It tries to make the transition, finds that it cannot due to a configuration difference, and then bounces the client out.

My persnickety nature may be the secret behind my success here: I don't tolerate messy configurations, which gives RouterOS no choice but to do exactly what I told it to do.
Thanks for writing and sharing this. I don't use winbox, but I did look through it and from what I could see it was more (in relation to mine, anywya) neat than doing much diferent

Anything about this stand out to you as clearly wrong?
set [ find default-name=wifi1 ] channel.skip-dfs-channels=all comment=IOT configuration.country="United Kingdom" .mode=ap .ssid=IOT disabled=no \
    security.authentication-types=wpa2-psk,wpa3-psk
set [ find default-name=wifi2 ] channel.skip-dfs-channels=10min-cac comment=IOT configuration.country="United Kingdom" .mode=ap .ssid=IOT disabled=no \
    security.authentication-types=wpa2-psk,wpa3-psk 
add comment=PRIV configuration.hide-ssid=no .mode=ap .ssid=PRIV mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi1 name=wifi3 
   security.authentication-types=wpa3-psk \
add comment=PRIV configuration.hide-ssid=no .mode=ap .ssid=PRIV disabled=no mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi2 name=wifi4 \
    security.authentication-types=wpa3-psk 
add comment=GUEST configuration.mode=ap .ssid=GUEST disabled=no mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi1 name=wifi5 security.authentication-types=\
    wpa2-psk,wpa3-psk
add comment=GUEST configuration.mode=ap .ssid=GUEST disabled=no mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi2 name=wifi6 security.authentication-types=\
    wpa2-psk,wpa3-psk
add comment=HOME configuration.mode=ap .ssid=HOME disabled=no mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi1 name=wifi7 security.authentication-types=\
    wpa2-psk,wpa3-psk
add comment=HOME configuration.mode=ap .ssid=HOME disabled=no mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi2 name=wifi8 security.authentication-types=\
    wpa2-psk,wpa3-psk
 
mainTAP
Frequent Visitor
Frequent Visitor
Posts: 57
Joined: Tue Oct 02, 2012 4:01 am

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 22, 2024 11:26 am

Thanks @mainTAP ! Can you pls add if you are using WPA3? Also do you see lots of other neighbors APs ?
Both WPA3 and WPA2 are enabled, there are no neighbor's AP at 5ghz in sight and one 2ghz far at -87dbm, but I also have Chateau LTE18 ax at different channels, which is also experiencing the same issue. The client is 4-5m away from the AP without any obstructions in between.
 
erlinden
Forum Guru
Forum Guru
Posts: 2626
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 22, 2024 11:53 am

Anything about this stand out to you as clearly wrong?
Not clearly wrong (at first sight), I totally love the concept of DRY.

So, something like this:
/interface wifi configuration
add name=homeapcfg country="United Kingdom" mode=ap ssid="HOME"
add name=iotapcfg country="United Kingdom" mode=ap ssid="IOT"
add name=privapcfg country="United Kingdom" mode=ap ssid="PRIV"
add name=guestapcfg country="United Kingdom" mode=ap ssid="GUEST"

/interface wifi channel
add name=homeapchan2 skip-dfs-channels=10min-cac band=2ghz-ax width=20mhz
add name=homeapchan5 skip-dfs-channels=10min-cac band=5ghz-ax width=20/40/80mhz

/interface wifi security
add name=homeapsec authentication-types=wpa2-psk,wpa3-psk passphrase="yourPSKgoesHere" ft=yes ft-over-ds=yes
add name=iotapsec authentication-types=wpa2-psk,wpa3-psk passphrase="yourPSKgoesHere" ft=yes ft-over-ds=yes
add name=privapsec authentication-types=wpa2-psk,wpa3-psk passphrase="yourPSKgoesHere" ft=yes ft-over-ds=yes
add name=guestapsec authentication-types=wpa2-psk,wpa3-psk passphrase="yourPSKgoesHere" ft=yes ft-over-ds=yes

/interface wifi
set [ find default-name=wifi1 ] channel=homeapchan5 configuration=homeapcfg security=homeapsec
set [ find default-name=wifi2 ]  channel=homeapchan2   configuration=homeapcfg security=homeapsec

add comment=PRIV configuration=privapcfg  mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi1 name=wifi3 security=privapsec 
add comment=PRIV configuration=privapcfg mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi2 name=wifi4 security=privapsec 

add comment=GUEST configuration=guestapcfg  mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi1 name=wifi5 security=guestapsec 
add comment=GUEST configuration=guestapcfg mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi2 name=wifi6 security=guestapsec 

add comment=HOME configuration=homeapcfg  mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi1 name=wifi7 security=homeapsec 
add comment=HOME configuration=homeapcfg mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi2 name=wifi8 security=homeapsec 
    
It is less error-prone, and making adjustments is sooooo much easier.
 
Jef61
just joined
Posts: 8
Joined: Sat Jun 01, 2024 10:06 pm

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 22, 2024 12:07 pm

@erlinden, I have changed the configuration:

You should read my guide more carefully. It goes to some trouble to explain how and why to solve the redundant and conflicting configuration you've got going on here, doubtless owing to use of WinBox instead of the CLI.

I wonder if this is part of the reason people are having trouble: WinBox makes it stupendously easy to cause this type of redundancy, which may then give RouterOS conflicting instructions, preventing things like FT from working properly because the configuration isn't the same for all radios on the same SSID. It tries to make the transition, finds that it cannot due to a configuration difference, and then bounces the client out.

My persnickety nature may be the secret behind my success here: I don't tolerate messy configurations, which gives RouterOS no choice but to do exactly what I told it to do.
I don´t use Winbox and have reset the device many times to factory settings (with the new version). The only way to get it stable is using version 7.14.3.
I'm a big Mikrotik fan, using it for many years, but not going to advice Mikrotik WiFi anymore.
 
jdub88
Frequent Visitor
Frequent Visitor
Posts: 93
Joined: Fri Sep 25, 2020 1:35 pm

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 22, 2024 2:28 pm

Anything about this stand out to you as clearly wrong?
Not clearly wrong (at first sight), I totally love the concept of DRY.

So, something like this:
/interface wifi configuration
add name=homeapcfg country="United Kingdom" mode=ap ssid="HOME"
add name=iotapcfg country="United Kingdom" mode=ap ssid="IOT"
add name=privapcfg country="United Kingdom" mode=ap ssid="PRIV"
add name=guestapcfg country="United Kingdom" mode=ap ssid="GUEST"

/interface wifi channel
add name=homeapchan2 skip-dfs-channels=10min-cac band=2ghz-ax width=20mhz
add name=homeapchan5 skip-dfs-channels=10min-cac band=5ghz-ax width=20/40/80mhz

/interface wifi security
add name=homeapsec authentication-types=wpa2-psk,wpa3-psk passphrase="yourPSKgoesHere" ft=yes ft-over-ds=yes
add name=iotapsec authentication-types=wpa2-psk,wpa3-psk passphrase="yourPSKgoesHere" ft=yes ft-over-ds=yes
add name=privapsec authentication-types=wpa2-psk,wpa3-psk passphrase="yourPSKgoesHere" ft=yes ft-over-ds=yes
add name=guestapsec authentication-types=wpa2-psk,wpa3-psk passphrase="yourPSKgoesHere" ft=yes ft-over-ds=yes

/interface wifi
set [ find default-name=wifi1 ] channel=homeapchan5 configuration=homeapcfg security=homeapsec
set [ find default-name=wifi2 ]  channel=homeapchan2   configuration=homeapcfg security=homeapsec

add comment=PRIV configuration=privapcfg  mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi1 name=wifi3 security=privapsec 
add comment=PRIV configuration=privapcfg mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi2 name=wifi4 security=privapsec 

add comment=GUEST configuration=guestapcfg  mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi1 name=wifi5 security=guestapsec 
add comment=GUEST configuration=guestapcfg mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi2 name=wifi6 security=guestapsec 

add comment=HOME configuration=homeapcfg  mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi1 name=wifi7 security=homeapsec 
add comment=HOME configuration=homeapcfg mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi2 name=wifi8 security=homeapsec 
    
It is less error-prone, and making adjustments is sooooo much easier.
Thank you for this, looks so much cleaner. Will have a little cleaup.

Things have been oddly stable the last few days, too..
 
User avatar
tangent
Forum Guru
Forum Guru
Posts: 1656
Joined: Thu Jul 01, 2021 3:15 pm
Contact:

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 22, 2024 7:36 pm

I don´t use Winbox

Then that leaves me wondering how you managed to produce eight redundancies in that configuration, plus one outright conflict. This configuration is cleaner and simpler while saying very nearly the same thing:

/interface wifi configuration
add name=homeapcfg ssid=Kraailook country=Netherlands mode=ap \
    channel.skip-dfs-channels=10min-cac \
    security.authentication-types=wpa2-psk,wpa3-psk \
    .ft=yes .ft-over-ds=yes
/interface wifi
set [ find default-name=wifi2 ] configuration=homeapcfg \
    channel.band=2ghz-ax disabled=no .width=20mhz
set [ find default-name=wifi1 ] configuration=homeapcfg \
    channel.band=5ghz-ax disabled=no name=wifi5

The only liberty I took here was combining your SSIDs, without which your declared wish for ".ft=yes" is pointless in a single-AP setup. If you truly do want separate 2.4 and 5 GHz networks, then you'd put just the .ssid setting back the way it was and then take the .ft settings out of the homeapcfg definition.

Even if this change fails to solve your stability problem, and you find yourself back on 7.14.3, I'd still give the same cleanup advice.
 
Airiasas
just joined
Posts: 19
Joined: Thu Apr 25, 2024 9:14 pm

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 22, 2024 10:47 pm

Can someone look through my config too, as I am getting loads of SA Query timeout/ "not responding" errors in the log. Also extremely poor network performance of WiFi..
# 2024-11-22 20:27:41 by RouterOS 7.17beta6
# software id = 3ZSU-PBZW
#
# model = RB5009UPr+S+
# serial number = ****************
/interface bridge
add admin-mac=*********************** auto-mac=no comment=defconf name=bridge
/interface ethernet
set [ find default-name=ether1 ] comment=Port1 name=Fiber_eth1
/interface vlan
add interface=Fiber_eth1 name=vlanfiber vlan-id=911
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=sec1
/interface wifi configuration
add country="United Kingdom" datapath.bridge=bridge disabled=no mode=ap name=\
    2ghz security=sec1 ssid="Home - Wi-Fi"
add country="United Kingdom" datapath.bridge=bridge disabled=no name=5ghz \
    security=sec1 ssid="Home - Wi-Fi"
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
/disk settings
set auto-media-interface=bridge auto-media-sharing=yes auto-smb-sharing=yes
/interface bridge port
# not running
add bridge=bridge comment=defconf interface=ether2
# not running
add bridge=bridge comment=defconf interface=ether3
# not running
add bridge=bridge comment=defconf interface=ether4
# not running
add bridge=bridge comment=defconf interface=ether5
# not running
add bridge=bridge comment=defconf interface=ether6
# not running
add bridge=bridge comment=defconf interface=ether7
add bridge=bridge comment=defconf interface=ether8
# not running
add bridge=bridge comment=defconf interface=sfp-sfpplus1
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=Fiber_eth1 list=WAN
add comment=defconf interface=vlanfiber list=WAN
/interface ovpn-server server
add mac-address=********** name=ovpn-server1
/interface wifi cap
set caps-man-addresses="" certificate=request discovery-interfaces=bridge \
    enabled=yes
/interface wifi capsman
set ca-certificate=auto enabled=yes package-path=/packages/ \
    require-peer-certificate=no upgrade-policy=suggest-same-version
/interface wifi provisioning
add action=create-dynamic-enabled disabled=no master-configuration=2ghz \
    supported-bands=2ghz-n,2ghz-g,2ghz-ax
add action=create-dynamic-enabled disabled=no master-configuration=5ghz \
    supported-bands=5ghz-a,5ghz-n,5ghz-ac,5ghz-ax
add action=create-dynamic-enabled disabled=no master-configuration=2ghz \
    supported-bands=2ghz-n,2ghz-g,2ghz-ax
add action=create-dynamic-enabled disabled=no master-configuration=5ghz \
    supported-bands=5ghz-a,5ghz-n,5ghz-ac,5ghz-ax
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=\
    192.168.88.0
/ip dhcp-client
add comment=defconf interface=Fiber_eth1
add comment=defconf interface=vlanfiber
/ip dhcp-server
add address-pool=default-dhcp interface=bridge lease-time=3h name=defconf \
    parent-queue=*FFFFFFFF
/ip dhcp-server lease
add address=192.168.88.253 mac-address=********************* server=defconf
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf dns-server=192.168.88.1 gateway=\
    192.168.88.1
 
inray
just joined
Posts: 13
Joined: Tue Jan 16, 2024 8:58 am
Location: EU

Re: "not responding" - f.k.a. SA Query timeout

Sat Nov 23, 2024 3:29 pm

Can someone look through my config too, as I am getting loads of SA Query timeout/ "not responding" errors in the log. Also extremely poor network performance of WiFi..
Disable wpa3 leaving only wpa2 enabled and you should be OK.
Nothing wrong with your config, btw. The problem is RouterOS wifi implementation, not a user error.
 
jimmys01
just joined
Posts: 3
Joined: Sun Nov 24, 2024 10:55 am

Re: "not responding" - f.k.a. SA Query timeout

Sun Nov 24, 2024 11:01 am

This issue is starting to bother me as imensly.
I will share my experience. I have arround 20 tasmotas (iot) in the house and 2 phones (xiaomi 11 note 5g)
The phones are havving this issue and when it happens it does not matter if I connect the device to 5ghz or 2.4ghz.
I also figured that when this happens the devices are stuck to 1000 kbps at the wifi registration page both in Tx Rate and Rx Rate.

Mikrotik, do something. Please
 
Airiasas
just joined
Posts: 19
Joined: Thu Apr 25, 2024 9:14 pm

Re: "not responding" - f.k.a. SA Query timeout

Mon Nov 25, 2024 1:33 am

Can someone look through my config too, as I am getting loads of SA Query timeout/ "not responding" errors in the log. Also extremely poor network performance of WiFi..
Disable wpa3 leaving only wpa2 enabled and you should be OK.
Nothing wrong with your config, btw. The problem is RouterOS wifi implementation, not a user error.
Disabling WPA3 did not resolve the issue, but thanks for the advice...
 
erlinden
Forum Guru
Forum Guru
Posts: 2626
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: "not responding" - f.k.a. SA Query timeout

Mon Nov 25, 2024 9:55 am

Can someone look through my config too, as I am getting loads of SA Query timeout/ "not responding" errors in the log. Also extremely poor network performance of WiFi..
Can you add/change a couple of things:
/interface wifi channel
add band=2ghz-ax disabled=no frequency=2412,2437,2462 name=CHAN-2G skip-dfs-channels=10min-cac width=20mhz
add band=5ghz-ax disabled=no frequency=5170-5735 name=CHAN-5G skip-dfs-channels=10min-cac width=20/40/80mhz

/interface wifi datapath
add bridge=bridge disabled=no name=DP

/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=sec1

/interface wifi configuration
add channel=CHAN-2G country="United Kingdom" datapath=DP disabled=no name=CONF-2G ssid="Home - Wi-Fi" mode=ap security=SEC1
add channel=CHAN-5G country="United Kingdom" datapath=DP disabled=no name=CONF-5G ssid="Home - Wi-Fi" mode=ap security=SEC1

/interface wifi provisioning
add=action=create-dynamic-enabled disabled=no master-configuration=CONF-2G supported-bands=2ghz-ax
add=action=create-dynamic-enabled disabled=no master-configuration=CONF-5G supported-bands=5ghz-ax
Basicly a clean up, with all the settings in the correct place. And some adjustments (as you can see).
Hope this makes things better.

My assumption is that you only use AX CAPS, is that correct?
 
jimmys01
just joined
Posts: 3
Joined: Sun Nov 24, 2024 10:55 am

Re: "not responding" - f.k.a. SA Query timeout

Mon Nov 25, 2024 2:27 pm

After having months of constant disconnects and i tested every beta versions since 7.15 to 7.17 and tried every possible setting i may discovered something.

I changed wireless interfaces default queue type wireless default(SFQ) to CODEL ( /queue/interface>)
add fq-codel-ecn=no fq-codel-interval=60ms fq-codel-limit=800 kind=fq-codel name=fq
All problems stopped, got devices connected for 7 days now which was impossible before.(7.12 beta)

Can anyone else test this also to confirm?
second day today, seems solved for me!! I will let you know if something changes
 
mndtrp
just joined
Posts: 8
Joined: Thu Feb 16, 2023 6:26 pm

Re: "not responding" - f.k.a. SA Query timeout

Mon Nov 25, 2024 5:07 pm

After having months of constant disconnects and i tested every beta versions since 7.15 to 7.17 and tried every possible setting i may discovered something.

I changed wireless interfaces default queue type wireless default(SFQ) to CODEL ( /queue/interface>)
add fq-codel-ecn=no fq-codel-interval=60ms fq-codel-limit=800 kind=fq-codel name=fq
All problems stopped, got devices connected for 7 days now which was impossible before.(7.12 beta)

Can anyone else test this also to confirm?
second day today, seems solved for me!! I will let you know if something changes
Testing this as well with the latest development build (7.17rc1). Not holding my breath. Will report back.

Edit: iPhone 16 and Chromecasts just dropped off WIFI. 30 minutes into testing... Will let the test run for the rest of the day.

Edit2: Just as bad as before. Rolling back to 7.14.3

Edit3: Rudimentary ping script showing devices loosing WIFI. Version 7.17.rc1 deployed at 16:30. Rollback to 7.14.3 at 21:30 with no more disconnects.
Link is up 16:43:24.56
Link is down 16:47:04.73
Link is up 16:47:08.93
Link is down 17:02:22.72
Link is up 17:02:29.12
Link is down 17:14:41.28
Link is up 17:14:42.77
Link is down 17:21:51.71
Link is up 17:22:18.44
Link is down 17:22:24.75
Link is up 17:22:25.89
Link is down 17:22:30.72
Link is up 17:22:31.94
Link is down 17:22:36.72
Link is up 17:22:37.96
Link is down 17:22:42.70
Link is up 17:22:43.78
Link is down 17:29:46.75
Link is up 17:30:02.94
Link is down 17:30:07.75
Link is up 17:30:13.84
Link is down 17:42:02.22
Link is up 17:42:08.73
Link is down 17:44:56.70
Link is up 17:45:00.92
Link is down 17:45:05.73
Link is up 17:45:11.81
Link is down 17:53:37.71
Link is up 17:53:43.78
Link is down 17:55:48.73
Link is up 17:55:49.98
Link is down 17:55:56.49
Link is up 17:56:02.53
Link is down 17:56:07.22
Link is up 17:56:08.54
Link is down 17:57:48.72
Link is up 17:57:54.83
Link is down 17:57:59.73
Link is up 17:58:05.99
Link is down 17:58:10.75
Link is up 17:58:11.82
Link is down 18:03:18.73
Link is up 18:03:25.09
Link is down 18:03:29.72
Link is up 18:03:31.09
Link is down 18:03:37.73
Link is up 18:03:39.04
Link is down 18:03:45.22
Link is up 18:03:46.72
Link is down 18:03:51.72
Link is up 18:03:53.19
Link is down 18:03:59.23
Link is up 18:04:06.08
Link is down 18:04:10.73
Link is up 18:04:21.82
Link is down 18:04:26.73
Link is up 18:04:28.02
Link is down 18:04:34.21
Link is up 18:04:35.92
Link is down 18:04:42.21
Link is up 18:04:43.28
Link is down 18:28:35.73
Link is up 18:28:37.04
Link is down 18:28:41.70
Link is up 18:28:42.78
Link is down 18:40:34.22
Link is up 18:40:40.29
Link is down 18:43:04.72
Link is up 18:43:11.04
Link is down 18:43:15.72
Link is up 18:43:17.04
Link is down 18:43:23.21
Link is up 18:43:24.67
Link is down 18:43:29.74
Link is up 18:43:35.97
Link is down 18:43:42.21
Link is up 18:43:43.29
Link is down 19:10:20.23
Link is up 19:10:21.46
Link is down 19:10:29.25
Link is up 19:10:30.43
Link is down 19:10:35.23
Link is up 19:10:36.66
Link is down 19:18:41.73
Link is up 19:18:43.27
Link is down 19:22:56.25
Link is up 19:22:59.01
Link is down 19:36:02.72
Link is up 19:36:09.15
Link is down 19:43:47.22
Link is up 19:43:48.43
Link is down 20:00:03.76
Link is up 20:00:09.84
Link is down 20:00:22.73
Link is up 20:00:28.95
Link is down 20:00:35.23
Link is up 20:00:36.31
Link is down 21:21:25.45
Link is up 21:21:32.10
Link is down 21:21:39.71
Link is up 21:21:41.01
Link is down 21:21:55.70
Link is up 21:22:07.24
Link is down 21:23:58.24
Link is up 21:24:32.27
Last edited by mndtrp on Tue Nov 26, 2024 8:18 am, edited 1 time in total.
 
Airiasas
just joined
Posts: 19
Joined: Thu Apr 25, 2024 9:14 pm

Re: "not responding" - f.k.a. SA Query timeout

Mon Nov 25, 2024 10:53 pm

Can someone look through my config too, as I am getting loads of SA Query timeout/ "not responding" errors in the log. Also extremely poor network performance of WiFi..
Can you add/change a couple of things:
/interface wifi channel
add band=2ghz-ax disabled=no frequency=2412,2437,2462 name=CHAN-2G skip-dfs-channels=10min-cac width=20mhz
add band=5ghz-ax disabled=no frequency=5170-5735 name=CHAN-5G skip-dfs-channels=10min-cac width=20/40/80mhz

/interface wifi datapath
add bridge=bridge disabled=no name=DP

/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=sec1

/interface wifi configuration
add channel=CHAN-2G country="United Kingdom" datapath=DP disabled=no name=CONF-2G ssid="Home - Wi-Fi" mode=ap security=SEC1
add channel=CHAN-5G country="United Kingdom" datapath=DP disabled=no name=CONF-5G ssid="Home - Wi-Fi" mode=ap security=SEC1

/interface wifi provisioning
add=action=create-dynamic-enabled disabled=no master-configuration=CONF-2G supported-bands=2ghz-ax
add=action=create-dynamic-enabled disabled=no master-configuration=CONF-5G supported-bands=5ghz-ax
Basicly a clean up, with all the settings in the correct place. And some adjustments (as you can see).
Hope this makes things better.

My assumption is that you only use AX CAPS, is that correct?
Yes I use cap ax APs, I have made the changes still getting loads of disconnects and very poor WiFi performance.
When I bought the mikrotik kit I understood that wireless might not be top of the line, but I did not expect it to be so bad... Hopefully they can resolve it...
 
erlinden
Forum Guru
Forum Guru
Posts: 2626
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: "not responding" - f.k.a. SA Query timeout

Tue Nov 26, 2024 8:41 am

Yes I use cap ax APs, I have made the changes still getting loads of disconnects and very poor WiFi performance.
When I bought the mikrotik kit I understood that wireless might not be top of the line, but I did not expect it to be so bad... Hopefully they can resolve it...
Can you post the current config, at least the /interface wifi part?
/interface wifi export
Have you enabled debug logging for wireless? That might give some more insights.
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26912
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: "not responding" - f.k.a. SA Query timeout

Tue Nov 26, 2024 8:45 am

This topic is becoming a mix of every possible wifi related issue. Please always post exact log of the error, routerOS version, device model and preferably chipset. They are not all the same issue.
 
pfyod
just joined
Posts: 1
Joined: Wed Aug 30, 2023 1:25 pm

Re: "not responding" - f.k.a. SA Query timeout

Tue Nov 26, 2024 8:58 am

This topic is becoming a mix of every possible wifi related issue. Please always post exact log of the error, routerOS version, device model and preferably chipset. They are not all the same issue.
The symptom is always the same ("SA Query timeout" / "not responding") and the only "fix" that reliably works is rolling back to 7.14.3.

My setup is:

isp modem -ethernet-> ax3 (acting as a router) -wifi-> [ax3 (station bridge), ax2 (station bridge)]

and I experience "SA Query timeout" on connections between primary ax3 and station bridge devices on 7.15 and 7.16. I'll be trying 7.17 when stable is out, but judging from this thread is still might not fix the issue...
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26912
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: "not responding" - f.k.a. SA Query timeout

Tue Nov 26, 2024 9:13 am

just to confirm, what is the signal when this happens? does it happen if the devices are reasonably close to eachother?
 
jimmys01
just joined
Posts: 3
Joined: Sun Nov 24, 2024 10:55 am

Re: "not responding" - f.k.a. SA Query timeout

Tue Nov 26, 2024 9:18 am

This topic is becoming a mix of every possible wifi related issue. Please always post exact log of the error, routerOS version, device model and preferably chipset. They are not all the same issue.
I had the SA Query log error and after the update the not responding log error and I am now at 7.17beta6. After changing the default queue type from SFQ to CODEL as the post above, Its my thired day of not having issues. I repeat that only my Xiaomi Phones where havving issues and it was even when switching between 2.4g and 5g and it would go away by itself after a few minutes and come back randomly. Model is C52iG-5HaxD2HaxD
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26912
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: "not responding" - f.k.a. SA Query timeout

Tue Nov 26, 2024 9:18 am

Please everyone that still sees "not responding" (previously called "SA Query timeout") in their log on 7.17rc versions.

- hardware model of AP
- hardware model of the client that is disconnecting
- post exact log messages
- post distance from client to AP when this happened
- post registration table info, and frequency that is used at that time
- if nothing else is changed, simple downgrade to 7.14.x fixes it or not?
- all of this send also to support@mikrotik.com including Supout.rif file from the device, made when issue happened.
- also include supout.rif from 7.14.3 where the issue does not happen, but same device is connected

WE DO NOT HAVE YOUR SUPOUT.RIF files from 7.16 and newer. I checked our support system, and there is no up to date debug information reported by anyone. Please help us to find the issue, by providing this information.
 
mndtrp
just joined
Posts: 8
Joined: Thu Feb 16, 2023 6:26 pm

Re: "not responding" - f.k.a. SA Query timeout

Tue Nov 26, 2024 10:38 am

Please everyone that still sees "not responding" (previously called "SA Query timeout") in their log on 7.17rc versions.

- hardware model of AP
- hardware model of the client that is disconnecting
- post exact log messages
- post distance from client to AP when this happened
- post registration table info, and frequency that is used at that time
- if nothing else is changed, simple downgrade to 7.14.x fixes it or not?
- all of this send also to support@mikrotik.com including Supout.rif file from the device, made when issue happened.
- also include supout.rif from 7.14.3 where the issue does not happen, but same device is connected

WE DO NOT HAVE YOUR SUPOUT.RIF files from 7.16 and newer. I checked our support system, and there is no up to date debug information reported by anyone. Please help us to find the issue, by providing this information.
I have posted support information as requested. Please investigate.
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: "not responding" - f.k.a. SA Query timeout

Tue Nov 26, 2024 11:34 pm

Joined the forum to let others know that I also have been experiencing SA query timeout related issues.

I have downgraded my C52iG-5HaxD2HaxD (hAP ax²) to v7.14.3 and my wifi network issues have disappeared.
This gives me a little bit of comfort that the issue is most likely software, not hardware related. And thank you to Mikrotik with engaging with us all in asking for logs.
 
gjmelena
just joined
Posts: 13
Joined: Fri Jun 21, 2024 2:18 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 28, 2024 4:15 pm

- hardware model of AP - RB5009UG+S+
- hardware model of the client that is disconnecting - doesn't matter, lot of devices
- post exact log messages - screenshot
- post distance from client to AP when this happened - 3 meters, directly visible
- post registration table info, and frequency that is used at that time - doesn't matter, see screenshot
Snímek obrazovky 2024-11-28 150320.png
Snímek obrazovky 2024-11-28 151022.png
- if nothing else is changed, simple downgrade to 7.14.x fixes it or not? - no it doesn't help
- all of this send also to support@mikrotik.com including Supout.rif file from the device, made when issue happened.
- also include supout.rif from 7.14.3 where the issue does not happen, but same device is connected
Snímek obrazovky 2024-11-28 145746.png
[admin@MikroTik] > /interface wifi export
# 2024-11-28 14:52:46 by RouterOS 7.14.3
# software id = 6WWU-BQIS
#
# model = RB5009UG+S+
# serial number = ****
/interface wifi configuration
add disabled=no mode=ap name=WifiCfg1 security.authentication-types=wpa2-psk .encryption="" .ft=yes .ft-over-ds=yes ssid=\
KZP steering.rrm=yes .wnm=yes
add datapath.bridge=bridge .vlan-id=3 disabled=no name=WifiCfg2 security.authentication-types=wpa2-psk .encryption="" .ft=\
yes .ft-over-ds=yes ssid=KZP-Public steering.rrm=yes .wnm=yes
/interface wifi datapath
add bridge=bridge name=vlan3 vlan-id=3
/interface wifi capsman
set enabled=yes interfaces=bridge package-path="" require-peer-certificate=no upgrade-policy=none
/interface wifi provisioning
add action=create-dynamic-enabled disabled=no master-configuration=WifiCfg1 slave-configurations=WifiCfg2
You do not have the required permissions to view the files attached to this post.
Last edited by gjmelena on Thu Nov 28, 2024 4:37 pm, edited 1 time in total.
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26912
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 28, 2024 4:30 pm

RB5009UG+S+ has no wireless interfaces. What are the actual APs used?
 
gjmelena
just joined
Posts: 13
Joined: Fri Jun 21, 2024 2:18 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Nov 28, 2024 4:38 pm

RB5009UG+S+ has no wireless interfaces. What are the actual APs used?
2 devices - both cAPGi-5HaxD2HaxD
also downgraded to - 7.14.3
 
sinisa
newbie
Posts: 34
Joined: Sun Apr 17, 2011 12:46 am

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 29, 2024 9:38 am


# model = RB5009UG+S+
# serial number = ****
/interface wifi configuration
add disabled=no mode=ap name=WifiCfg1 security.authentication-types=wpa2-psk .encryption="" .ft=yes .ft-over-ds=yes ssid=\
KZP steering.rrm=yes .wnm=yes

As I (and some other people too) wrote a few times before:

remove ft-over-ds=yes completely.

You can also add connect-priority=0/1 but I don't think it makes big difference, ft-over-ds is the main problem.
 
KozmoNaut
just joined
Posts: 4
Joined: Fri Nov 29, 2024 7:40 pm

Re: "not responding" - f.k.a. SA Query timeout

Fri Nov 29, 2024 7:53 pm

As I (and some other people too) wrote a few times before:

remove ft-over-ds=yes completely.

You can also add connect-priority=0/1 but I don't think it makes big difference, ft-over-ds is the main problem.
I disagree on FT over DS being the culprit.

I have FT and FT over DS turned on and Connect Priority set to 0/1, and roaming works perfectly for both Android and iPhones, as well as laptops (primarily the claimed problematic Intel AX210 and AX211 adapters). I see no "not responding" or "SA Query Timeout" messages in the log.

Previously, it did not work correctly until I set Connect Priority to 0/1.

The setup is an RB5009 as CAPsMAN controlling a wAP AC and a cAP AC, all are running 7.16.2. Both APs were configured by resetting to CAPS mode and turning off IPv6 forwarding to accept RAs and set an IPv6 via SLAAC.
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Sat Nov 30, 2024 2:11 pm

wifi-qcom-ac drivers may not be affected at all. No issue here as well.
 
sinisa
newbie
Posts: 34
Joined: Sun Apr 17, 2011 12:46 am

Re: "not responding" - f.k.a. SA Query timeout

Sat Nov 30, 2024 7:20 pm

As I (and some other people too) wrote a few times before:

remove ft-over-ds=yes completely.

You can also add connect-priority=0/1 but I don't think it makes big difference, ft-over-ds is the main problem.
I disagree on FT over DS being the culprit.

I have FT and FT over DS turned on and Connect Priority set to 0/1, and roaming works perfectly for both Android and iPhones, as well as laptops (primarily the claimed problematic Intel AX210 and AX211 adapters). I see no "not responding" or "SA Query Timeout" messages in the log.

Previously, it did not work correctly until I set Connect Priority to 0/1.

The setup is an RB5009 as CAPsMAN controlling a wAP AC and a cAP AC, all are running 7.16.2. Both APs were configured by resetting to CAPS mode and turning off IPv6 forwarding to accept RAs and set an IPv6 via SLAAC.
Well, my experience is what I wrote, with ft-over-ds many clients would Timeout, without it everyone is happy.

So just try it, it takes e few seconds to change config, a within a minute you'll know it it works for you...
 
KozmoNaut
just joined
Posts: 4
Joined: Fri Nov 29, 2024 7:40 pm

Re: "not responding" - f.k.a. SA Query timeout

Sun Dec 01, 2024 12:40 pm



I disagree on FT over DS being the culprit.

I have FT and FT over DS turned on and Connect Priority set to 0/1, and roaming works perfectly for both Android and iPhones, as well as laptops (primarily the claimed problematic Intel AX210 and AX211 adapters). I see no "not responding" or "SA Query Timeout" messages in the log.

Previously, it did not work correctly until I set Connect Priority to 0/1.

The setup is an RB5009 as CAPsMAN controlling a wAP AC and a cAP AC, all are running 7.16.2. Both APs were configured by resetting to CAPS mode and turning off IPv6 forwarding to accept RAs and set an IPv6 via SLAAC.
Well, my experience is what I wrote, with ft-over-ds many clients would Timeout, without it everyone is happy.

So just try it, it takes e few seconds to change config, a within a minute you'll know it it works for you...
As I said, I tried several different combinations of configuration.

Out of everything I tested, enabling both FT and FT over DS and setting Connect Priority to 0/1 is the solution that made the errors stop.
 
gjmelena
just joined
Posts: 13
Joined: Fri Jun 21, 2024 2:18 pm

Re: "not responding" - f.k.a. SA Query timeout

Mon Dec 02, 2024 12:36 pm

Well, this is probably going to be a surprise.
Screenshot 2024-12-02 112500.png
Since then, it hasn't acted up... or I just didn't notice...

Please, don't start arguing here.

Honestly, I don't understand how MikroTik can allow this. This basically tarnishes their brand entirely. If I had known what kind of problems this would cause and that in our company meeting room, they’d rather just run an HDMI cable, I would have bought Ubiquiti instead. I sent an email to MikroTik support. Up until now, I haven't received a single email confirming that it was even delivered successfully. After many years, I must say this is truly a disaster. There are even free ticketing systems available
You do not have the required permissions to view the files attached to this post.
 
holvoetn
Forum Guru
Forum Guru
Posts: 6753
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: "not responding" - f.k.a. SA Query timeout

Mon Dec 02, 2024 12:45 pm

@gjmelena
And your point is ?? It's not really clear from your post.

PS I always use create enabled on capsman provisioning, simply to avoid numbers creeping up whenever a reboot/reconnect happens for whatever reason.
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Mon Dec 02, 2024 1:42 pm

@gjmelena what is your issue with create enabled?

And regarding the free ticket system: Mikrotik uses a commercial ticket system: https://help.mikrotik.com/servicedesk/servicedesk

And on case you wrote directly to support@mikrotik.com, this also be channeled to their ticket system IIRC. If you did not receive the auto-reply, then maybe your mail inbox is misconfigured (detected mail as spam e.g.)
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: "not responding" - f.k.a. SA Query timeout

Tue Dec 03, 2024 11:47 am

After many years, I must say this is truly a disaster.
I must say it's certainly stopped me rolling out any Mikrotik Wi-Fi 6 installations or updates which basically means I've not been installing Mikrotik for six months now as most clients are asking for (and really should be using) Wi-Fi 6.

I held hope that going back to an earlier firmware seems to resolve it which suggested software over hardware issues. Not so sure now after the recent series of replies here :(
 
User avatar
robmaltsystems
Forum Veteran
Forum Veteran
Posts: 706
Joined: Fri Jun 21, 2019 12:04 pm

Re: "not responding" - f.k.a. SA Query timeout

Tue Dec 03, 2024 11:48 am

And regarding the free ticket system: Mikrotik uses a commercial ticket system: https://help.mikrotik.com/servicedesk/servicedesk
Oh no, Jira ;-)
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Tue Dec 03, 2024 1:19 pm

Always to complain
 
erlinden
Forum Guru
Forum Guru
Posts: 2626
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: "not responding" - f.k.a. SA Query timeout

Tue Dec 03, 2024 1:29 pm

Out of everything I tested, enabling both FT and FT over DS and setting Connect Priority to 0/1 is the solution that made the errors stop.
For me, specifically adding the connect-priority=0/1 (in combination with default settings mostl) made my Samsung S21+ and iPhone 11 roam without disconnecting first. No error messages after that. Currently on 7.17RC2, but it also worked for me on 7.16.2. Also my laptop, which has the Intel AX211 is no longer giving me headaches.
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Tue Dec 03, 2024 1:33 pm

Also my laptop, which has the Intel AX211 is no longer giving me headaches.
Weren't you on the "My Mikrotik wifi6 works like a charm"-train all the time?
 
erlinden
Forum Guru
Forum Guru
Posts: 2626
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: "not responding" - f.k.a. SA Query timeout

Tue Dec 03, 2024 1:36 pm

Weren't you on the "My Mikrotik wifi6 works like a charm"-train all the time?
It does :lol:

Have done a lot of tweaking finding out I already had best settings.
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Tue Dec 03, 2024 4:11 pm

For me, specifically adding the connect-priority=0/1 (in combination with default settings mostl) made my Samsung S21+ and iPhone 11 roam without disconnecting first.
I would call this a workaround. Sort of. I don't know why "accept- equals hold-priority" is the default after all.
 
gjmelena
just joined
Posts: 13
Joined: Fri Jun 21, 2024 2:18 pm

Re: "not responding" - f.k.a. SA Query timeout

Wed Dec 04, 2024 10:38 am


For me, specifically adding the connect-priority=0/1 (in combination with default settings mostl) made my Samsung S21+ and iPhone 11 roam without disconnecting first. No error messages after that. Currently on 7.17RC2, but it also worked for me on 7.16.2. Also my laptop, which has the Intel AX211 is no longer giving me headaches.
Hello,
could someone explain what exactly the connect-priority=0/1 setting in MikroTik configuration affects?
@gjmelena what is your issue with create enabled?

And regarding the free ticket system: Mikrotik uses a commercial ticket system: https://help.mikrotik.com/servicedesk/servicedesk
Thanks for pointing that out, the email did indeed end up in the spam folder, which is unusual for me.

As for the create enabled, I don’t have a problem with that setting itself. I followed various guides on the internet, including MikroTik's documentation, and tried multiple configurations. The issue seems to be a combination of several errors occurring simultaneously.

Primarily the claimed problematic Intel AX210 and AX211 adapters – yes, I can confirm that these adapters, in combination with MikroTik, indeed cause issues with roaming, which fails to work properly. I have at least two laptops with these chips, one of which is used by a person who frequently needs to present on a projector. As I understand it, however, this is a driver issue, not a MikroTik problem.
 
neki
Member Candidate
Member Candidate
Posts: 241
Joined: Thu Sep 07, 2023 10:20 am

Re: "not responding" - f.k.a. SA Query timeout

Wed Dec 04, 2024 12:22 pm

could someone explain what exactly the connect-priority=0/1 setting in MikroTik configuration affects?
Try to use help page... https://help.mikrotik.com/docs/spaces/R ... Properties
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Wed Dec 04, 2024 4:17 pm

I'd like to hear an explanation why this is the default behavior:
If (accept-priority of AP2) = (hold-priority of AP1), a connection to AP2 will be allowed only if the MAC address can no longer be reached via AP1.


This basically - IMHO - leads to unnecessary disconnect messages in log. Client is connected to AP1 and wants to roam over to AP2. But AP2 disallows, because of "client is responding on AP1" decision? IMHO it is normal behavior that client still holds the connection to AP1 to avoid interruption. This is quite dumb move by AP2 and does not improve roaming experience. But on the other hand, I see clients roaming perfectly with default settings as well.
 
neki
Member Candidate
Member Candidate
Posts: 241
Joined: Thu Sep 07, 2023 10:20 am

Re: "not responding" - f.k.a. SA Query timeout

Wed Dec 04, 2024 4:59 pm

Question is, if one client can be connected to two different APs on two different frequencies at same time.
 
gftjhnk
just joined
Posts: 1
Joined: Fri Dec 06, 2024 12:37 pm

Re: "not responding" - f.k.a. SA Query timeout

Fri Dec 06, 2024 3:08 pm

I am on version 7.17rc2. The connection breaks continue. The connection is disconnected with a laptop with an AX210 network card. Moreover, during the break, the Internet disappears, including on the phone. But problems with the phone are not displayed in the logs.
104 2024-12-06 15:36:37 memory wireless, info 10:91:D1:D3:D6:DC@homewifi_5GHz disconnected, connection lost, signal strength -70
105 2024-12-06 15:36:50 memory wireless, info 10:91:D1:D3:D6:DC@homewifi_5GHz connected, signal strength -63
106 2024-12-06 15:37:22 memory wireless, info 10:91:D1:D3:D6:DC@homewifi_5GHz disconnected, connection lost, signal strength -71
107 2024-12-06 15:37:50 memory wireless, info 10:91:D1:D3:D6:DC@homewifi_5GHz connected, signal strength -64
110 2024-12-06 15:43:55 memory wireless, info 10:91:D1:D3:D6:DC@homewifi_5GHz disconnected, connection lost, signal strength -70
111 2024-12-06 15:43:59 memory wireless, info 10:91:D1:D3:D6:DC@homewifi_5GHz connected, signal strength -65
112 2024-12-06 15:44:19 memory wireless, info 10:91:D1:D3:D6:DC@homewifi_5GHz disconnected, connection lost, signal strength -67
113 2024-12-06 15:44:29 memory wireless, info 10:91:D1:D3:D6:DC@homewifi_5GHz connected, signal strength -65
 
erlinden
Forum Guru
Forum Guru
Posts: 2626
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: "not responding" - f.k.a. SA Query timeout

Fri Dec 06, 2024 3:28 pm

Welcome, @gftjhnk. Have you red all comments and changed configuration accordingly? Being able to replicate the problem isn't difficult.
 
alibloke
Frequent Visitor
Frequent Visitor
Posts: 61
Joined: Fri Jun 03, 2016 12:13 am

Re: "not responding" - f.k.a. SA Query timeout

Mon Dec 09, 2024 5:42 pm

In summary:
* connect-priority=0/1 seems to be mandatory for Intel based wifi cards
* WPA3 works for some devices, but not others (oddly my phone used to roam just fine a few versions ago) so cannot be used yet :(
* ft-over-ds makes no difference for me
* dynamic/static slave cap interfaces makes no difference
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Mon Dec 09, 2024 5:47 pm

In summary:
* connect-priority=0/1 seems to be mandatory for Intel based wifi cards
No. I have no such disconnect issues on my Intel AX200 devices (Windows+Linux).
 
alibloke
Frequent Visitor
Frequent Visitor
Posts: 61
Joined: Fri Jun 03, 2016 12:13 am

Re: "not responding" - f.k.a. SA Query timeout

Mon Dec 09, 2024 6:04 pm

Interesting, which version of rOS are you running?
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Mon Dec 09, 2024 6:05 pm

7.16.2
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26912
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: "not responding" - f.k.a. SA Query timeout

Tue Dec 10, 2024 9:12 am

It seems that several different issues are mixed together in one topic, for example:

- AX100/AX200 series clients reconnecting
- "Not responding" (previous versions "SA query timeout") error in non other devices (AX100/AX200 clients)
 
balu
just joined
Posts: 5
Joined: Tue Nov 19, 2024 3:59 pm

Re: "not responding" - f.k.a. SA Query timeout

Tue Dec 10, 2024 1:50 pm

It seems that several different issues are mixed together in one topic, for example:

- AX100/AX200 series clients reconnecting
- "Not responding" (previous versions "SA query timeout") error in non other devices (AX100/AX200 clients)
That's correct, and additionally, in 7.17rc2 it seems that the issue has returned. It's not as frequent as before, but for the second day in a row, I've experienced a drop on the 5G device while conducting a video call.
4A:1D:9C:7D:AB:E2@wifi_5g disconnected, not responding, signal strength -54
B6:15:04:92:71:BA@wifi_5g disconnected, not responding, signal strength -72
B6:15:04:92:71:BA@wifi_5g connected, signal strength -75
4A:1D:9C:7D:AB:E2@wifi_5g connected, signal strength -54
 
JonathanYoung2161
newbie
Posts: 36
Joined: Fri Apr 05, 2019 4:46 am
Location: Iowa

Re: "not responding" - f.k.a. SA Query timeout

Mon Dec 16, 2024 1:21 am

20H+ over 6 days in on this issue before I found this forum. I had tried dam near everything to include another hAP ax 3!. The only work around was to roll back to 7.14.3. What a joke! We upgraded to x3 hAP ax 3 AP's and they worked great from 7.12.2 to 7.14.3 and all versions since have been crap.

I'm a die hard Mikrotik fan boy but this is ridicule!
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26912
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: "not responding" - f.k.a. SA Query timeout

Mon Dec 16, 2024 10:20 am

Please see above, we need as much details about your setup and devices, as possible. And please try to use latest 7.17 when you make the RIF file, and send to support. You can downgrade after, but without those debug files, we can't do much.

We have received maybe 2-3 tickets about this from this topic. Please contact us, we can't solve this issue without your help.
 
balu
just joined
Posts: 5
Joined: Tue Nov 19, 2024 3:59 pm

Re: "not responding" - f.k.a. SA Query timeout

Mon Dec 16, 2024 9:04 pm

Normis you’ve already received 2-3 [devices], and in my opinion, that’s more than enough. I personally contributed to this effort, even though support is asking me to weaken my security by disabling WPA-3 and checking the registration table to see if someone might have hacked me I'm curious if, by doing this, you would take responsibility for any potential damages caused by weakening the router's security. After all, the bank would conveniently wash its hands of the matter, and I would lose my money.

Do you sell devices that are properly tested and of decent quality, or are they just kits from some Chinese manufacturer that we have to assemble and test ourselves? Be serious and start offering real solutions. You have a laboratory for testing; users here have put a lot of time and effort into isolating what causes the error—get to work and solve the problem!

By the way, I invited one of your consultants to my house; I’ll make him dinner, and he can monitor the router logs for me. So far, I haven’t received a response as to whether they’re interested or not.
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26912
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: "not responding" - f.k.a. SA Query timeout

Tue Dec 17, 2024 10:06 am

No, that is not enough, as we have not been able to replicate the issue in our testing environment. There could be more vairables in the affected setups, that we have not yet identified.

P.S: the consultants are not mikrotik developers or testers, they only help you configure the devices and are independent contractors
 
maigonis
Member Candidate
Member Candidate
Posts: 210
Joined: Sat Jul 20, 2019 8:16 pm

Re: "not responding" - f.k.a. SA Query timeout

Tue Dec 17, 2024 12:19 pm

Lets try to have some order related to current WiFi problems, as I do see two main issues discussed over forums and this topic, also I do suffer more or less myself. Those two issues are "SA Query timeout", that is related to WPA3 security problems (temp solution is to completely disable WPA3 and MFP) and "connection lost", that can affect any connected device on ax lineup and ac ipq40xx lineup whit vendor drivers (currently no workaround known to me).

First of all, both issues are not issues on their own, as those log entries can be present under normal usage. For example if device goes on idle, or changes APs (roams), changes networks (SSIDs), moves to mobile data etc. So if you see a few entries and you dont feel issues then you are probably fine, no reason to panic.

If you are affected whit these issues while using WiFi, for example while browsing web, gaming, Zooming (video calls), connection suddenly drops, or your smart TV looses connection while watching Netflix - then this is a real issue for you and your network.

Both issues can be related as both have the same symptom - AP have lost connection to STA (station). Or it be-leaves it does. It sounds like a low level issue (driver, firmware), as most cases I see people are showing logs whit STA rx level quite hi, aka STA is very close to AP. There is no way AP cant hear it, so mission it to find whats going on.

What to do next? Quite often i see people claiming that MT staff do not care about this, etc, but I dont believe that's the case. As Normis have sad - MT staff cant reproduce it in lab. Yesterday at work I was setting up CBs (Chromebooks), 26 identical CBs whit Intel AX201 wlan card, but only a few devices had this issue (wap ax used as AP), so even if MT staff have Intel wlan card in lab, it might not show this issue (this is what makes this issue harder to identify). So do sent supouts to support (so staff can see your logs and config) + as much as info you can give about STA. Most importantly what type of wlan card it has (OS you use, driver version etc). Even by mentioning brand and model can be problematic, as vendors do change hardware part related to markets. Also do attach pictures whit useful info, make videos, give more detailed descriptions, not just "not working!". STAs can flap because of other reason too, for example if your AP and STA have different countries set. Mediatek related cards do this, at least newer ones. Symptom is the same, but issue is different. Or PMKID presence or not on some wlan cards, etc. So do report properly, complaining on forums might not (most likely not) solve this issue. And dont forget that some STAs are "stupid", as manufacturer have issues on their own whit software (possibly hardware) and older devices can have compatibility issues whit newer wifi generation. These two problems are not MT specific and will affect you under any vendor AP.
 
mndtrp
just joined
Posts: 8
Joined: Thu Feb 16, 2023 6:26 pm

Re: "not responding" - f.k.a. SA Query timeout

Tue Dec 17, 2024 2:34 pm

Lets try to have some order related to current WiFi problems, as I do see two main issues discussed over forums and this topic, also I do suffer more or less myself. Those two issues are "SA Query timeout", that is related to WPA3 security problems (temp solution is to completely disable WPA3 and MFP) and "connection lost", that can affect any connected device on ax lineup and ac ipq40xx lineup whit vendor drivers (currently no workaround known to me).
Isn't the workaround for "connection lost" to roll-back to 7.14.3? It is for me and a lot of other impacted users posting in this thread.
The problem with this workaround is that we are missing out on new features, bug fixes and security patches. Which is very bad.

In my case all devices connected to my 5Ghz network loose connection at the same time. It's not a specific vendor/driver/firmware. it's ALL connected devices. 10+ of them. Chromecasts, 3rd party chromecast speakers, Nest hubs, Nest speakers, various iPhones, laptops etc.

I am actively supporting Mikrotik with supouts based on a multitude of configurations. This is eating up massive amounts of my time and WAF is dropping drastically. Mikrotik is nowhere near to finding the root cause of the issue. I'm even sharing my full, partial and minimal configuration (.rsc) with Mikrotik with the supouts and they should be able to use this in their labs to re-create the issue on ax devices. But it does seem that they instead use me (us) to identity the root cause, instead of putting effort into reproducing this issue and do low-level troubleshooting in labs made for that purpose.

Just my 2 cents.
 
maigonis
Member Candidate
Member Candidate
Posts: 210
Joined: Sat Jul 20, 2019 8:16 pm

Re: "not responding" - f.k.a. SA Query timeout

Tue Dec 17, 2024 4:39 pm

Lets try to have some order related to current WiFi problems, as I do see two main issues discussed over forums and this topic, also I do suffer more or less myself. Those two issues are "SA Query timeout", that is related to WPA3 security problems (temp solution is to completely disable WPA3 and MFP) and "connection lost", that can affect any connected device on ax lineup and ac ipq40xx lineup whit vendor drivers (currently no workaround known to me).
Isn't the workaround for "connection lost" to roll-back to 7.14.3? It is for me and a lot of other impacted users posting in this thread.
The problem with this workaround is that we are missing out on new features, bug fixes and security patches. Which is very bad.

In my case all devices connected to my 5Ghz network loose connection at the same time. It's not a specific vendor/driver/firmware. it's ALL connected devices. 10+ of them. Chromecasts, 3rd party chromecast speakers, Nest hubs, Nest speakers, various iPhones, laptops etc.

I am actively supporting Mikrotik with supouts based on a multitude of configurations. This is eating up massive amounts of my time and WAF is dropping drastically. Mikrotik is nowhere near to finding the root cause of the issue. I'm even sharing my full, partial and minimal configuration (.rsc) with Mikrotik with the supouts and they should be able to use this in their labs to re-create the issue on ax devices. But it does seem that they instead use me (us) to identity the root cause, instead of putting effort into reproducing this issue and do low-level troubleshooting in labs made for that purpose.

Just my 2 cents.
I agree that company should be able to solve these kind of issues on its own, if community can help - great. A basic device operation and stability whit default settings should be achievable. If you as user mess something up in config its on you, support can guide you to resolve it or help achieve some specific goal.

I personally haven't tested 7.14.3 (my lab wap ax cant even downgrade, min ROS version is 7.15.1), as I don't see this issue that much as others, but some models can have additional problems. Like ax2 have/had at one point, dunno if it was fully solved. All this adds up on even worse user experience.

As network enthusiast i really appreciate MT devices and capabilities ROS gives, it can be configured in way almost no other vendor can match (at least similar price point), so much fun, but currently I cant recommend AP lineup to regular consumer or enterprise because of these two (one?) issues. I can deal whit them, but most users cant.
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26912
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: "not responding" - f.k.a. SA Query timeout

Tue Dec 17, 2024 4:44 pm

Remember that this error is a completely normal error message in most networks. It is when a station is not responding. There could be many reasons, sleep, went away etc.
We are only talking about situations where signal has not changed and device is actively being used, and did not go anywhere. Seeing a few of these messges from time to time is completely normal otherwise.
 
CosignerStainless
just joined
Posts: 1
Joined: Thu Oct 24, 2024 9:22 am

Re: "not responding" - f.k.a. SA Query timeout

Tue Dec 17, 2024 5:00 pm

Hi,

I've been following this because I experience it also. Everything matches what I have seen above. I won't bother with technical details, since that has all been said, but maybe I can talk about my general environment. I've tested almost all of the config changes mentioned in this thread and others, and none seemed to affect things. 7.13.4 has worked completely reliably since I downgraded to it.

In case more info on the environment helps: cAP ax bought in ~August 2024, disconnections from every few hours to every few hours. It is ceiling mounted in a dense European central city, in a concrete building but there are still plenty of external wifi APs visible from all sides. We have a mix of Linux, Android, iOS, and MacOS devices, depending on the time from 5-10 devices total. I haven't seen any pattern of when it happens (when I'm alone, when more people are around, etc). It was most notable on a laptop (Latitude 7310) with a Intel Wireless-AC 9462 controller, but perhaps because that laptop is the one with the longest-running connections and most use. It happens even when the laptop was almost in line of sight of the AP.

RouterOS 7.13.4 works, 7.15 and 7.16 haven't worked. I haven't tried 7.17 beta/rc because of the "can't downgrade" proposed feature: losing the ability to downgrade is really dangerous with a long-running problem like this (I realize with the latest versions, downgrades are possible, but still I am a bit hesitant/haven't had time). Since the AP is now fully in use, it will take some time to upgrade(+re-downgrade) to get a new test + supout.
 
maigonis
Member Candidate
Member Candidate
Posts: 210
Joined: Sat Jul 20, 2019 8:16 pm

Re: "not responding" - f.k.a. SA Query timeout

Tue Dec 17, 2024 6:54 pm

Remember that this error is a completely normal error message in most networks. It is when a station is not responding. There could be many reasons, sleep, went away etc.
We are only talking about situations where signal has not changed and device is actively being used, and did not go anywhere. Seeing a few of these messges from time to time is completely normal otherwise.
Yes, only connections dropping while in use.

A note, other vendors, for example Unifi as direct price competitor, will not show you logs, at least not by default. So you, as user, have no idea what kind of shenanigans is happening in background. Some might have even more warning and errors, but connection is still working, aka user is not interrupted, so its fine (?).
Hi,

I've been following this because I experience it also. Everything matches what I have seen above. I won't bother with technical details, since that has all been said, but maybe I can talk about my general environment. I've tested almost all of the config changes mentioned in this thread and others, and none seemed to affect things. 7.13.4 has worked completely reliably since I downgraded to it.

In case more info on the environment helps: cAP ax bought in ~August 2024, disconnections from every few hours to every few hours. It is ceiling mounted in a dense European central city, in a concrete building but there are still plenty of external wifi APs visible from all sides. We have a mix of Linux, Android, iOS, and MacOS devices, depending on the time from 5-10 devices total. I haven't seen any pattern of when it happens (when I'm alone, when more people are around, etc). It was most notable on a laptop (Latitude 7310) with a Intel Wireless-AC 9462 controller, but perhaps because that laptop is the one with the longest-running connections and most use. It happens even when the laptop was almost in line of sight of the AP.

RouterOS 7.13.4 works, 7.15 and 7.16 haven't worked. I haven't tried 7.17 beta/rc because of the "can't downgrade" proposed feature: losing the ability to downgrade is really dangerous with a long-running problem like this (I realize with the latest versions, downgrades are possible, but still I am a bit hesitant/haven't had time). Since the AP is now fully in use, it will take some time to upgrade(+re-downgrade) to get a new test + supout.
You can still downgrade, but you need to re-enable it. That will require you to toggle power to unit. (yank that cable)
 
jooomk
just joined
Posts: 1
Joined: Tue Dec 17, 2024 6:38 pm

Re: "not responding" - f.k.a. SA Query timeout

Tue Dec 17, 2024 7:07 pm

I'm having similar problems since upgrading to from 7.08 to 7.16 with multiple cap ax and hap ax3 devices. For me, It seems the errors mostly occur with Intel hardware, older Apple devices(iPhone 11 and 13) and older Android(TV) devices. I've been able to fix the SA Query timeout issue by creating 2 SSIDs one for WPA2 and one for WPA3 and setting the connection priority setting, however the connection is still very unreliable and random disconnects occur, which require a full WLAN cycle on/off/on to get the client connected again. I'm really unsatisfied how the is handled here to say It mildly, there was plenty of time to fix this and several devices which are widely used are affected. At another building, I've 2x IPQ8071A devices with latest OpenWrt + AX + Roaming, and they work just fine even with the Intel and Apple hardware.

Also, I think It's a really cheap excuse to just say this doesn't appear in testing, then your testing process is faulty which is another issue most likely. For example, a basic SSID with WPA2/3 mixed setup simply won't work with latest Windows 11 and an Intel AX200 card, how is this not in your test matrix? Is there an automated testing setup in place, like a larger VM hosts with PCIe pass-through and run automated tests against the most used Wi-Fi hardware and OSs. Ensuring the client can connect multiple times, roam and the connection stays stable? Because this would really help to ensure the software works to some degree.
 
jdub88
Frequent Visitor
Frequent Visitor
Posts: 93
Joined: Fri Sep 25, 2020 1:35 pm

Re: "not responding" - f.k.a. SA Query timeout

Tue Dec 17, 2024 7:19 pm

I am back on 7.14.3, though I did have an odd blip earlier..

If I want to disable management frame protection, do I need to do this on the Master WiFI or can I do it on the specific SSID, in the context of the below? I want to try WPA2 across the board.
interface wifi
set [ find default-name=wifi1 ] channel.skip-dfs-channels=10min-cac comment=IOT configuration.country="United Kingdom" .mode=ap .ssid=IOT disabled=no security.authentication-types=wpa2-psk,wpa3-psk
set [ find default-name=wifi2 ] channel.skip-dfs-channels=10min-cac comment=IOT configuration.country="United Kingdom" .mode=ap .ssid=IOT disabled=no security.authentication-types=wpa2-psk,wpa3-psk .connect-priority=0
add comment=WORK configuration.hide-ssid=no .mode=ap .ssid=WORK mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi1 name=wifi3 security.authentication-types=wpa3-psk .connect-priority=0
add comment=WORK configuration.hide-ssid=no .mode=ap .ssid=WORK disabled=no mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi2 name=wifi4 security.authentication-types=wpa3-psk .connect-priority=0
add comment=GUEST configuration.mode=ap .ssid=GUEST disabled=no mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi1 name=wifi5 security.authentication-types=wpa2-psk,wpa3-psk
add comment=GUEST configuration.mode=ap .ssid=GUEST disabled=no mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi2 name=wifi6 security.authentication-types=wpa2-psk,wpa3-psk
add comment=HOME configuration.mode=ap .ssid=HOME disabled=no mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi1 name=wifi7 security.authentication-types=wpa2-psk,wpa3-psk
add comment=HOME configuration.mode=ap .ssid=HOME disabled=no mac-address=XX:XX:XX:XX:XX:XX master-interface=wifi2 name=wifi8 security.authentication-types=wpa2-psk,wpa3-psk
It pains me to be running on an older release and not using WPA3.
 
User avatar
andyhenckel
newbie
Posts: 29
Joined: Sun Apr 08, 2018 12:56 am
Location: Missoula, MT

Re: "not responding" - f.k.a. SA Query timeout

Thu Dec 19, 2024 9:11 pm

I am on this post due to same issue.
latest 7.16.2.

very simple setup
netmetal ax to netmetal ax. (im using AX at my house, and with the most generic settings (none specified everything has been working.)
I made a connection with the client device to a hapac for testing - worked fine.

then today, in the field - we have the most basic settings/default.
changed only from default -
country-US
ssid- internet
security - wpa2
pass phrase - mysecuritypass
Same on both sides. Simple AP-Station.

It shouldn't be this hard.
I've tried all of the above guesses that may or may not have worked for other folks - To no avail.
Modifying FT paramaters yeilded nothing.
connect 0/1 no change
add fq-codel-ecn=no fq-codel-interval=60ms fq-codel-limit=800 kind=fq-codel name=fq ----- still no change.
Wpa3 - no change.

Mikrotik - if you cannot reproduce the problem, and you have a working 7.16.2 config for a basic Client and AP setup PTMP or PTP - please post so the rest of us can use the product. Kind regards.

I've noticed some SA query timeouts on my home net. But mostly I don't notice an issue for laptop or tv connections.
But it boggles my mind that I can't get a simple AX netmetal to AX netmetal to work after having used mtik products for 9 years.
 
User avatar
infabo
Forum Guru
Forum Guru
Posts: 1465
Joined: Thu Nov 12, 2020 12:07 pm

Re: "not responding" - f.k.a. SA Query timeout

Thu Dec 19, 2024 9:27 pm

@andyhenckel Now please create a supout.rif on each Netmetal AX. Send it to support@mikrotik.com. Thank you.

Who is online

Users browsing this forum: holvoetn, tombs and 6 guests