Vlan
On this article, show you how to setup VLAN over wireless bridge point to point. You can see the network topology below :
1. Create VLAN Trunk on R1. Please see How to setup VLAN on mikrotik router
2. On R2, create interface bridge to forward trunk packet
[[email protected]] > interface bridge add name=bridge-trunk
Add interface that you want to forward the VLAN in the interface bridge.
[[email protected]] > interface bridge port add interface=ether1 bridge=bridge-trunk
[[email protected]] > interface bridge port add interface=wlan1 bridge=bridge-trunk
Configure wireless interface as mode ap-bridge
[[email protected]] > interface wireless set wlan1 mode=ap-bridge disabled=no
3. On R3, please configure wireless interface as mode station-bridge and connect ether1 R3 using LAN cable to switch manageable.
[[email protected]] > interface wireless set wlan1 mode=station-bridge disabled=no
4. Configure switch manageable as desired