hAP ac2 performance issue

Dear all, i saw some post to this topic but the tipps doesn’t solve my issue


This is my capsman config

# aug/04/2018 11:19:49 by RouterOS 6.43rc51
# software id = 4W7W-NJCX
#
# model = RouterBOARD 3011UiAS
# serial number = 
/caps-man channel
add band=2ghz-b/g/n name=2G-Wlan tx-power=18
add band=5ghz-n/ac control-channel-width=20mhz extension-channel=XXXX name=5G-Wlan tx-power=30
/caps-man datapath
add bridge=bridge name=datapath1
/caps-man rates
add name="2G Wlan"
add name="5G Wlan"
/caps-man security
add authentication-types=wpa2-psk encryption=aes-ccm name=security1 passphrase=PASSWORT
/caps-man configuration
add channel=2G-Wlan channel.band=2ghz-g/n channel.tx-power=30 country=austria distance=indoors mode=ap name=cfg1 rates="2G Wlan" rx-chains=0,1 security=security1 security.authentication-types=wpa2-psk security.encryption=aes-ccm security.passphrase="PASSSSSSSSS" ssid=MNM-2G tx-chains=0,1
add channel=5G-Wlan channel.band=5ghz-onlyac channel.control-channel-width=20mhz channel.extension-channel=Ceee channel.tx-power=30 country=austria distance=indoors mode=ap name=cfg2 rates="5G Wlan" rx-chains=0,1,2 security=security1 ssid=MNM-5G tx-chains=0,1,2
/caps-man access-list
add action=accept allow-signal-out-of-range=10s disabled=no interface=any signal-range=-80..120 ssid-regexp=""
add action=reject allow-signal-out-of-range=10s disabled=no interface=any signal-range=-120..-81 ssid-regexp=""
/caps-man manager
set ca-certificate=auto certificate=auto enabled=yes upgrade-policy=require-same-version
/caps-man manager interface
set [ find default=yes ] forbid=yes
add disabled=no interface=bridge
/caps-man provisioning
add action=create-dynamic-enabled hw-supported-modes=b master-configuration=cfg1 name-format=identity
add action=create-dynamic-enabled hw-supported-modes=ac master-configuration=cfg2 name-format=identity

Accesspoint Config:

 aug/04/2018 11:26:46 by RouterOS 6.43rc51
# software id = W7KY-7XZG
#
# model = RBD52G-5HacD2HnD
# serial number = 
/interface bridge
add admin-mac=B8:69:F4:20:DD:E3 auto-mac=no comment=defconf name=bridgeLocal
/interface wireless
# managed by CAPsMAN
# channel: 2432/20-Ce/gn(20dBm), SSID: MNM-2G, CAPsMAN forwarding
set [ find default-name=wlan1 ] ssid=MikroTik
# managed by CAPsMAN
# channel: 5180/20-Ceee/ac(23dBm), SSID: MNM-5G, CAPsMAN forwarding
set [ find default-name=wlan2 ] ssid=MikroTik
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge=bridgeLocal comment=defconf interface=ether1
add bridge=bridgeLocal comment=defconf interface=ether2
add bridge=bridgeLocal comment=defconf interface=ether3
add bridge=bridgeLocal comment=defconf interface=ether4
add bridge=bridgeLocal comment=defconf interface=ether5
/interface wireless cap
# 
set bridge=bridgeLocal discovery-interfaces=bridgeLocal enabled=yes interfaces=\
    wlan1,wlan2
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid disabled=no interface=\
    bridgeLocal
/system clock
set time-zone-name=Europe/Vienna
/system routerboard settings
set auto-upgrade=yes silent-boot=no

I have connected the hotspot via Gbit Kat5 to my router …

If i make speedtest with my iPhone 6 on 5g Wlan i get 60 Mbit down - if i do same test with my fritzbox i get 145 Mbit (wich is my Internet download speed). In Intranet Fritz Wlan does 300-500 Mbit upload with my apple Air laptop. - on laptop same poor performance as iPhone 6… :frowning:

what am i doing wrong?

br

Mark

Edit: why no local forwarding?
I can easily max out 150 Mbit/s downstream with hap ac2 (no capsman) and iPhone 7.

what do mean with no local forwarding?

https://wiki.mikrotik.com/wiki/Manual:CAPsMAN#Datapath_Configuration
Your datapath does not include local-forwarding=yes, therefore all your wifi traffic will be tunneled through capsman.

thank you !!! it works - speedy now … i was already thinking to replace it with ubiquity :slight_smile: