Hi,
Hope all is well.
I have this problem of disconnection of devices from wireless AP (wAP ac and cAP ac) and the log says (xx:xx@wlan1: disconnected, extensive data loss).
Kindly help me in this issue and thanks in advance.
Regards,
Nabil Alwan.
Hi,
Hope all is well.
I have this problem of disconnection of devices from wireless AP (wAP ac and cAP ac) and the log says (xx:xx@wlan1: disconnected, extensive data loss).
Kindly help me in this issue and thanks in advance.
Regards,
Nabil Alwan.
…
I deleted from Wireless Forum, Sorry.
If you do not provide more details, no one help you.
Just for “disconnected, extensive data loss” can be dozen of problems.
Tell me what exact data you want, and I will try to give you.
make a file pasting this on terminal:
/export hide-sensitive file=request
open the file with, for example, notepad and CENSORE with * (DO NOT DELETE ANYTHING!!!)
public IP, password, any identifiable data
Double check,
attach the file on forum for review
“extensive data loss” - local interface decided to drop connection to remote device because of inability to send data to remote after multiple failures at lowest possible rate. Possible causes - too weak signal, remote device turned off, strong interference, some other RF related issue that makes communication impossible.
Source: https://wiki.mikrotik.com/wiki/Manual:Wireless_Debug_Logs
Hi rextended,
It’s just simple configuration as you will see in the attachment, and Yesterday I changed three settings hoping make things better, so far so good:
disconnect-timeout=from 3s to 15s, hw-retries=from 7 to 15, and on-fail-retry-time= from 0.10 s to 1s.
Hi Zacharias,
Thanks for your reply, I will check and reply to you ASAP.
request.rsc (3.3 KB)
First of all, upgrade to 6.47.10
then paste this on terminal without omit { }
{
/interface wireless security-profiles set NAF1 authentication-types=wpa2-psk disable-pmkid=yes management-protection=disabled
/interface wireless set wlan1 band=2ghz-g/n disconnect-timeout=3s distance=indoors hw-retries=7 on-fail-retry-time=100ms wmm-support=disabled
/interface list member remove [find where list=WAN]
/ip firewall filter remove [find]
/ip firewall nat remove [find]
}
OK, I will do that and let you know.
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-XX
disabled=no disconnect-timeout=15s distance=indoors frequency=auto
hw-retries=15 installation=outdoor mode=ap-bridge on-fail-retry-time=1s
security-profile=NAF1 ssid=NAF1 wireless-protocol=802.11 wmm-support=
enabled wps-mode=disabled
Well not very well defined this way …
Check the connection quality. It is in the “registration table”! Check signal strength and SNR. Check interface rate and it’s fluctuations! Do the same for the TX/RX CCQ!
(low CCQ can also be caused by obstructions, like a wall)
But start to observe the environment for a while with “Freq Usage” , and “Snooper”, then select the proper channel avoiding interference based on the observation.
Also wpa-psk on “n”, pmkid enabled, management-protection only supported from other mikrotik device (only?), distance must be indoor, not kilometric, useless firewall rules and NAT because all interface are on LAN bridge because is only an AP.
Thanks a lot for your help.
I did all of your advices, so far so good.
Regards,
Nabil Alwan.