Hy!
I have the following configuration:
-1 (Non-Mikrotik router, which has internet and DHCP)
-1 CRS112-8P-4S-IN switch (it is functional with switch and CAPsMAN)
-1 wAP AC
The switch has a bridge which is include the all ethernet ports. The switch directly connected to the router and the AP connect to the switch. When I configured the CAPsMAN and the AP connect to the switch CAPsMAN succesfully, I can connect 5GHz to wifi and using internet. But when I run BTest application to test bandwidth, the bandwidth is about 50-50Mbps, but the data rate is 866Mbps. Why cannot reach the maximum bandwidth?
/caps-man channel
add band=2ghz-b/g/n frequency=2412 name=CH1
add band=5ghz-a/n/ac frequency=5180 name=CH36
/caps-man configuration
add guard-interval=any mode=ap name=cfg1_2GHz rx-chains=0,1,2,3 ssid=Teszt_2GHz tx-chains=0,1,2,3
add guard-interval=any mode=ap name=cfg2_5GHz rx-chains=0,1,2,3 ssid=Teszt_5GHz tx-chains=0,1,2,3
/caps-man security
add authentication-types=wpa-psk,wpa2-psk encryption=aes-ccm group-encryption=aes-ccm name=security1 passphrase=123.Pass
/caps-man datapath
add bridge=bridge1 name=datapath1
/caps-man interface
add channel=CH1 configuration=cfg1_2GHz datapath=datapath1 disabled=no l2mtu=1600 mac-address=B8:69:F4:F8:3E:4E master-interface=none name=AP2_2GHz radio-mac=\
B8:69:F4:F8:3E:4E radio-name=B869F4F83E4E security=security1
add channel=CH36 configuration=cfg2_5GHz datapath=datapath1 disabled=no l2mtu=1600 mac-address=B8:69:F4:F8:3E:4D master-interface=none name=AP2_5GHz radio-mac=\
B8:69:F4:F8:3E:4D radio-name=B869F4F83E4D security=security1
/caps-man manager
set enabled=yes
/caps-man provisioning
add action=create-dynamic-enabled master-configuration=cfg1_2GHz
Thank You!