Hi ,
I have couple of SXT HG5 AC working as l2 bridge carrying couple of vlans.
The Distance between them is approximately 80 Meter to 100 Meter.
The problem i have is the Link shows that its connecting on 866 Mbps on both the Vlans, but when i do a throughput test , its just showing that the TCP throughput is 30 Mbps and UDP throughput is 50 Mbps.
I pasted the config for the one device and its same on the other side.
Please advice what i have done wrong to restrict the TCP bandwidth to just 30 Mbps
[admin@CLIENT] > export
jun/05/2016 10:37:40 by RouterOS 6.34.1
software id = XZBD-IYXU
/interface bridge
add mtu=1500 name=BRIDGE-GUEST protocol-mode=none
add mtu=1500 name=BRIDGE-INTRANET protocol-mode=none
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=30 band=5ghz-onlyac channel-width=
20/40/80mhz-Ceee country=australia disabled=no disconnect-timeout=10s
frequency=5260 hide-ssid=yes mode=ap-bridge ssid=“”
/interface vlan
add interface=ether1 name=A-GUEST vlan-id=201
add interface=ether1 name=A-INTRANET vlan-id=101
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods=“” group-key-update=1h mode=
dynamic-keys name=A-PROFILE supplicant-identity=“” wpa2-pre-shared-key=\
/interface wireless
add disabled=no hide-ssid=yes keepalive-frames=disabled mac-address=
4E:5E:0C:D7:91:6F master-interface=wlan1 multicast-buffering=disabled name=
WLAN-GUEST security-profile=A-PROFILE ssid=SSID1
vlan-id=201 wds-cost-range=0 wds-default-bridge=BRIDGE-GUEST
wds-default-cost=0 wds-mode=dynamic-mesh
add disabled=no hide-ssid=yes keepalive-frames=disabled mac-address=
4E:5E:0C:D7:91:6E master-interface=wlan1 multicast-buffering=disabled name=
WLAN-INTRANET security-profile=A-PROFILE ssid=
SSID2 vlan-id=101 wds-cost-range=0
wds-default-bridge=BRIDGE-INTRANET wds-default-cost=0 wds-mode=dynamic-mesh
/interface bridge port
add bridge=BRIDGE-INTRANET interface=A-INTRANET
add bridge=BRIDGE-GUEST interface=A-GUEST
/ip address
add address=192.168.30.249/24 interface=BRIDGE-GUEST network=192.168.30.0
add address=192.168.3.242/24 interface=BRIDGE-INTRANET network=192.168.3.0
/snmp
set enabled=yes location=“XXX” trap-target=192.168.3.123
trap-version=2
/system clock
set time-zone-name=Australia/perth
/system identity
set name=CLIENT
/system leds
set 0 interface=wlan1
/system routerboard settings
set cpu-frequency=720MHz
/tool bandwidth-server
set authenticate=no max-sessions=500
[admin@CLIENT] >