VPLS Bridge Settings

I am new to wireless bridges and wanted a sanity check on the following configuration. I am not sure about the MTU sizes or any other setting to get the best through put on our wireless bridge. Speedtest only shows around 30Mbps. At the AP side, I can pull 750Mbps directly plugged in.

[admin@PlainView BLD B] /interface wireless> monitor
numbers: 0
status: connected-to-ess
channel: 5180/20-Ceee/ac
wireless-protocol: nv2
tx-rate: 702Mbps-80MHz/2S
rx-rate: 702Mbps-80MHz/2S
ssid: NVC_PV
bssid: 4C:5E:0C:5D:97:7F
radio-name: 4C5E0C5D977F
signal-strength: -37dBm
signal-strength-ch0: -42dBm
signal-strength-ch1: -39dBm
tx-signal-strength: -39dBm
tx-signal-strength-ch0: -45dBm
tx-signal-strength-ch1: -39dBm
noise-floor: -102dBm
signal-to-noise: 65dB
tx-ccq: 83%
rx-ccq: 90%
authenticated-clients: 1
current-distance: 1
wds-link: no
bridge: no
routeros-version: 6.15
last-ip: 192.168.16.1
current-tx-powers: 6Mbps:0(0/0),9Mbps:0(0/0),12Mbps:0(0/0),
18Mbps:0(0/0),24Mbps:0(0/0),36Mbps:0(0/0),
48Mbps:0(0/0),54Mbps:0(0/0)
notify-external-fdb: no


AP
/system identity
set name=“AP”
/interface bridge
add l2mtu=1500 name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-onlyac channel-width=20/40/80mhz-Ceee disabled=no l2mtu=1500 mode=ap-bridge ssid=
NVC_PV wireless-protocol=nv2-nstreme-802.11
/interface vpls
add disabled=no l2mtu=1530 mac-address=02:42:D5:1B:57:D9 name=vpls1 pw-type=tagged-ethernet remote-peer=192.168.16.2
vpls-id=1:1
add disabled=no l2mtu=1530 mac-address=02:0D:AA:6F:F6:65 name=vpls2 pw-type=tagged-ethernet remote-peer=192.168.16.3
vpls-id=2:2
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=vpls1
add bridge=bridge1 interface=vpls2
/ip address
add address=192.168.10.1/24 interface=ether1 network=192.168.10.0
add address=192.168.16.1/29 interface=wlan1 network=192.168.16.0
/ip firewall connection tracking
set enabled=no
/ip route
add distance=1 gateway=10.170.0.1
/ip upnp
set allow-disable-external-interface=no
/mpls interface
set [ find default=yes ] mpls-mtu=1530
/mpls ldp
set enabled=yes lsr-id=192.168.16.1 transport-address=192.168.16.1
/mpls ldp interface
add interface=wlan1

STATION 1
/system identity
set name=“Station 1”
/interface bridge
add l2mtu=1500 name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-onlyac channel-width=20/40/80mhz-Ceee disabled=no l2mtu=1500 ssid=NVC_PV tdma-period-size=auto wireless-protocol=nv2-nstreme-802.11
/interface vpls
add disabled=no l2mtu=1530 mac-address=02:94:E3:BE:CE:84 name=vpls1 pw-type=tagged-ethernet remote-peer=192.168.16.1 vpls-id=2:2
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d
/interface bridge port
add bridge=bridge1 interface=vpls1
add bridge=bridge1 interface=ether1
/ip address
add address=192.168.10.2/24 interface=ether1 network=192.168.10.0
add address=192.168.16.2/29 interface=wlan1 network=192.168.16.0
/ip firewall connection tracking
set enabled=no
/ip route
add distance=1 gateway=10.170.0.1
/ip upnp
set allow-disable-external-interface=no
/mpls interface
set [ find default=yes ] mpls-mtu=1530
/mpls ldp
set enabled=yes lsr-id=192.168.16.2 transport-address=192.168.16.2
/mpls ldp interface
add interface=wlan1

STATION 2
/system identity
set name=“Station 2”
/interface bridge
add l2mtu=1500 name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-onlyac channel-width=20/40/80mhz-Ceee disabled=no l2mtu=1500 ssid=NVC_PV tdma-period-size=auto wireless-protocol=nv2-nstreme-802.11
/interface vpls
add disabled=no l2mtu=1530 mac-address=02:94:E3:BE:CE:84 name=vpls1 pw-type=tagged-ethernet remote-peer=192.168.16.1 vpls-id=2:2
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d
/interface bridge port
add bridge=bridge1 interface=vpls1
add bridge=bridge1 interface=ether1
/ip address
add address=192.168.10.3/24 interface=ether1 network=192.168.10.0
add address=192.168.16.3/29 interface=wlan1 network=192.168.16.0
/ip firewall connection tracking
set enabled=no
/ip route
add distance=1 gateway=10.170.0.1
/ip upnp
set allow-disable-external-interface=no
/mpls interface
set [ find default=yes ] mpls-mtu=1530
/mpls ldp
set enabled=yes lsr-id=192.168.16.3 transport-address=192.168.16.3
/mpls ldp interface
add interface=wlan1