Hello
I have deployed two hAP ACs in the same layer 2 network. Unfortunately I’m not able to get proper transfer speeds no matter what I try. Usually I get about 16mbps but if i’m lucky it can go “up to” 160mpbs. I’ve tested the scenario with different devices all capable of AC wifi but it just isnt working.
I think I’ve read all related or just maybe related threads regarding my problem but I’m still out of luck.
steps I’ve done so far:
upload/download tests
local forwarding
central forwarding
autonomous AP
AP reset
different power levels
static/dynamic channel assignement
tried both radios with different channel widths in 5G
tried different software versions (thats why I’m running the RC right now)
played around with hw-retries
please do not get confused by the name of the SSIDs ![]()
CAPSMAN:
caps-man export
# sep/26/2017 16:24:36 by RouterOS 6.41rc32
# software id = 677H-UYZ1
#
# model = CRS125-24G-1S
# serial number = 738006ACFBAA
/caps-man channel
add band=2ghz-g/n extension-channel=disabled frequency=2412 name=channel-prof-2.4 reselect-interval=12h tx-power=20
add band=5ghz-a/n/ac extension-channel=Ceee frequency=5260 name=channel-prof-5 reselect-interval=12h tx-power=20
/caps-man datapath
add client-to-client-forwarding=yes local-forwarding=yes name=datapath-local
/caps-man security
add authentication-types=wpa2-eap eap-methods=passthrough encryption=aes-ccm name=sec-prof-eap-tls
add authentication-types=wpa2-psk encryption=aes-ccm name=sec-prof-psk passphrase=xxx
add authentication-types=wpa2-eap eap-methods=passthrough encryption=aes-ccm name="DENY MASTER IFACE"
/caps-man configuration
add channel=channel-prof-2.4 datapath=datapath-local distance=indoors mode=ap name="config-prof-DENY 2.4" security=sec-prof-eap-tls ssid="DENY IP ANY ANY"
add channel=channel-prof-5 datapath=datapath-local distance=indoors mode=ap name="config-prof-DENY 5" security=sec-prof-eap-tls ssid="DENY IP ANY ANY"
add channel=channel-prof-2.4 datapath=datapath-local distance=indoors max-sta-count=3 mode=ap name="config-prof-PERMIT 2.4" security=sec-prof-psk ssid="PERMIT IP ANY ANY"
add channel=channel-prof-2.4 country=austria distance=indoors guard-interval=any hide-ssid=yes hw-retries=5 mode=ap name=default-2.4-conf rates.vht-basic-mcs="" rates.vht-supported-mcs="" rx-chains=0,1,2 \
security="DENY MASTER IFACE" tx-chains=0,1,2
add channel=channel-prof-5 datapath=datapath-local distance=indoors max-sta-count=3 mode=ap name="config-prof-PERMIT 5" security=sec-prof-psk ssid="PERMIT IP ANY ANY"
add channel=channel-prof-5 country=austria distance=indoors hide-ssid=yes hw-retries=5 mode=ap name=default-5-conf rx-chains=0,1,2 security="DENY MASTER IFACE" tx-chains=0,1,2
/caps-man access-list
add action=accept disabled=yes interface=all signal-range=-80..120 ssid-regexp=""
add action=reject disabled=yes interface=all signal-range=-120..-81 ssid-regexp=""
add action=accept disabled=yes interface=all ssid-regexp=""
/caps-man manager
set ca-certificate=auto certificate=auto enabled=yes require-peer-certificate=yes upgrade-policy=suggest-same-version
/caps-man provisioning
add action=create-dynamic-enabled hw-supported-modes=ac identity-regexp="sph\E4re01" master-configuration=default-5-conf name-format=prefix-identity name-prefix="5G CAP" slave-configurations=\
"config-prof-DENY 5,config-prof-PERMIT 5"
add action=create-dynamic-enabled hw-supported-modes=gn identity-regexp="sph\E4re01" master-configuration=default-2.4-conf name-format=prefix-identity name-prefix="2G CAP" slave-configurations=\
"config-prof-DENY 2.4,config-prof-PERMIT 2.4"
add action=create-dynamic-enabled hw-supported-modes=gn identity-regexp="sph\E4re02" master-configuration=default-2.4-conf name-format=prefix-identity name-prefix="2G CAP" slave-configurations=\
"config-prof-DENY 2.4,config-prof-PERMIT 2.4"
add action=create-dynamic-enabled hw-supported-modes=ac identity-regexp="sph\E4re02" master-configuration=default-5-conf name-format=prefix-identity name-prefix="5G CAP" slave-configurations=\
"config-prof-DENY 5,config-prof-PERMIT 5"
REG TABLE - I’ve tested with clients similar to the one mith mac-address 38:CA:DA:7E:12:F6
0 interface=2G CAP-sph\E4re02-1-2 ssid="PERMIT IP ANY ANY" mac-address=40:B4:CD:77:0B:75 tx-rate="144.4Mbps-20MHz/2S/SGI" rx-rate="144.4Mbps-20MHz/2S/SGI" rx-signal=-57 uptime=40m42s570ms packets=3695,4248
bytes=704093,1045819 tx-rate-set="OFDM:6-54 BW:1x SGI:1x HT:0-15" eap-identity=""
1 interface=2G CAP-sph\E4re01-1-2 ssid="PERMIT IP ANY ANY" mac-address=00:04:20:F1:75:58 tx-rate="72.2Mbps-20MHz/1S/SGI" rx-rate="72.2Mbps-20MHz/1S/SGI" rx-signal=-58 uptime=40m26s610ms packets=2968,2393
bytes=341728,396254 tx-rate-set="OFDM:6-54 BW:1x SGI:1x HT:0-7" eap-identity=""
2 interface=5G CAP-sph\E4re02-1-1 ssid="DENY IP ANY ANY" mac-address=38:CA:DA:7E:12:F6 tx-rate="48Mbps" rx-rate="866.6Mbps-80MHz/2S/SGI" rx-signal=-29 uptime=1m9s130ms packets=471,467 bytes=260889,56987
tx-rate-set="OFDM:6-54 BW:1x-4x SGI:1x-4x HT:0-15 VHTMCS:SS1=0-9,SS2=0-9" eap-identity="xxx"
What am I missing?
thanks in advance!