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
[admin@Router2] > interface bridge add name=bridge-trunkAdd interface that you want to forward the VLAN in the interface bridge.
[admin@Router2] > interface bridge port add interface=ether1 bridge=bridge-trunkConfigure wireless interface as mode ap-bridge
[admin@Router2] > interface bridge port add interface=wlan1 bridge=bridge-trunk
[admin@Router2] > interface wireless set wlan1 mode=ap-bridge disabled=no3. On R3, please configure wireless interface as mode station-bridge and connect ether1 R3 using LAN cable to switch manageable.
[admin@R1] > interface wireless set wlan1 mode=station-bridge disabled=no4. Configure switch manageable as desired
0 Response to "VLAN Configuration over wireless bridge"
Post a Comment