Wireless Bridge as a trunk link

Hi

Below is a representation of my topology.

Cisco Switch 1 (trunk port) ====== Mikrotik LHG1 (bridge mode) ------------- Mikrotik LHG2 (station wds mode) ======= Cisco Switch 2 (trunk port)

I am trying to make a wireless bridge that should act as a trunk link to extend connectivity from one site to another.

I am following this guide but not reaching anywhere.
https://wiki.mikrotik.com/wiki/Manual:Wireless_VLAN_Trunk

I have similar config on both MTKs.

/interface bridge
add ingress-filtering=no name=bridge1 protocol-mode=none vlan-filtering=yes
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-onlyac channel-width=20/40/80mhz-XXXX country=india disabled=no frequency-mode=superchannel \
    mode=bridge radio-name=PMNFCC-BSJ ssid=PMNFCC-BSJ wds-default-bridge=bridge1 wds-mode=dynamic wireless-protocol=nv2
/interface wireless nstreme
set wlan1 enable-nstreme=yes framer-policy=best-fit
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/interface bridge vlan
add bridge=bridge1 tagged=ether1,wlan1 vlan-ids=5
add bridge=bridge1 tagged=ether1,wlan1 vlan-ids=8

I do not want a management VLAN. Just want to take all VLAN traffic from one cisco Switch to the other.

i think you can try station-bridge mode instead of station-wds

Station-bridge is also not working. I have even tried to make the configuration exactly as given in the tutorial linked in the first post. But to no avail.

I have a site where i used 2 SXTsq Lite5 then in the middle there is a Ubiqity passive POE switch, and then again 2 SXTsq Lite5 (no LOS situation).

On one end i have Hap AC2 where i have created 9 VLANs and on the other end there is CRS326-24G-2S+IN that has 2 ports for each VLAN configured (apartment building). Everything is working without problem and traffic between VLANs is completly separated.

So there is probably something wrong with your configuration because wireless bridge should just transfer everything it gets to the other side, including VLANs without configuring them on the AP and Client.