Hello,
I’m seeing fairly unexpected low WiFi performance of hAP AC ^2…
It’s set up as a home router - the internet connection is PPTP on ether1, clients connect on ether2 - 5 and WiFi.
On a wired client, I get about 85 megabit ( speedtest.net, internet.yandex.ru )
On wireless clients (a laptop 2.4 GHz, Android devices both 2.4 and 5 GHz) I’m getting max 8-9 megabit out of AC ^2.
I don’t think it’s an issue with “noisy neighbours” because:
1 - Frequency usage tab in Mikrotik Web Config gives S/N Floor around -100 - -105 dBm for both 2.4 and 5
2 - Switching to a 5-year old ASUS RT-AC66, same client devices start getting 20-60 megabit via WiFi ( on same speed tests ).
Relevant parts of my config:
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods="" group-key-update=1h \
management-protection=allowed mode=dynamic-keys name=exotica \
supplicant-identity="" wpa2-pre-shared-key=......
add authentication-types=wpa2-psk eap-methods="" group-key-update=1h \
management-protection=allowed mode=dynamic-keys name=despotica \
supplicant-identity="" wpa2-pre-shared-key=......
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-g/n channel-width=20/40mhz-Ce \
country=russia disabled=no distance=indoors frequency=auto \
frequency-mode=regulatory-domain mode=ap-bridge security-profile=exotica \
ssid=Exotica wireless-protocol=802.11 wmm-support=enabled wps-mode=\
disabled
set [ find default-name=wlan2 ] band=5ghz-n/ac channel-width=20/40/80mhz-Ceee \
country=russia disabled=no distance=indoors frequency=auto \
frequency-mode=regulatory-domain mode=ap-bridge security-profile=\
despotica ssid=Despotica wireless-protocol=802.11 wmm-support=enabled \
wps-mode=disabled
...
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=wlan1
add bridge=bridge comment=defconf interface=wlan2
...
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1-out list=WAN
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
ipsec-policy=out,none out-interface-list=WAN
add action=masquerade chain=srcnat comment=internet out-interface=pptp-out1
Any ideas for such low wireless peformance?
I also have a hAP AC but too lazy right now to reconfigure it and compare…
The ASUS comparison is already telling enough.
RouterOS v6.43.8 (stable) with routerboard firmware same version.