- Simple hAP ax2 configuration 7.18.2, one bridge and all ports and WiFi's are included in it, one VLAN on bridge for management
- The device connects to WiFi with very high data rates (over 500Mbps) but the speedtest.net gives only 93Mbps result... I first checked if there are ethernet speed problems because of the suspicious speed result, but the whole uplink chain showed 1Gbps
- Computers connected by cable to the hAP ax2 router gives good Speedtest.net results (around 500Mbps as per provided by ISP)
- Ethernet 1 to 3 (uplink and two computers) have 1Gbps ethernet links, except for the printer on ether4 which connects with 100Mbps
- I disconnect the printer... and now speedtest.net over WiFi show perfect 500Mbps result
Maybe it's because I disabled (R)STP over the whole network so all bridge ports are "designated"? I'll try enabling it on all the equipment and set the priorities accordingly
Export compact (censored SSID's and other names):
Code: Select all
# 2025-03-24 11:34:43 by RouterOS 7.18.2
# software id = R09P-ZPZJ
#
# model = C52iG-5HaxD2HaxD
/interface bridge
add name=bridge protocol-mode=none
/interface vlan
add interface=bridge name=vlan2_MGMT vlan-id=2
/interface wifi channel
add band=5ghz-ax disabled=no frequency=5180 name=5GHz width=20/40/80mhz
add band=2ghz-ax disabled=no frequency=2437 name=2GHz width=20mhz
/interface wifi security
add authentication-types=wpa2-psk disabled=no encryption=ccmp group-encryption=ccmp name=secprofile wps=disable
/interface wifi configuration
add channel=2GHz country=Montenegro disabled=no mode=ap name=wifi2 security=secprofile ssid=WiFi
add channel=5GHz country=Montenegro disabled=no mode=ap name=wifi5 security=secprofile ssid=WiFi
add disabled=no mode=ap name=wifi5_Separate security=secprofile ssid=WiFi5
/interface wifi
set [ find default-name=wifi2 ] channel.frequency=2437 configuration=wifi2 configuration.mode=ap .ssid=WiFi disabled=no
set [ find default-name=wifi1 ] channel.frequency=5180 configuration=wifi5 configuration.mode=ap .ssid=WiFi disabled=no name=wifi5
add configuration=wifi5_Separate configuration.mode=ap disabled=no mac-address=4A:A9:8A:6E:FE:A1 master-interface=wifi5 name=wifi5_Separate
/interface bridge port
add bridge=bridge interface=ether1
add bridge=bridge interface=ether2
add bridge=bridge interface=ether3
add bridge=bridge interface=ether4
add bridge=bridge interface=ether5
add bridge=bridge interface=wifi5
add bridge=bridge interface=wifi2
add bridge=bridge interface=wifi5_Separate
/ip dhcp-client
add interface=vlan2_MGMT
/system clock
set time-zone-name=Europe/Podgorica
/system note
set show-at-login=no
/tool romon
set enabled=yes