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.