I am trying to setup a VLAN between Site A and Site B to route two networks over a single wireless link. I am using 2 nanobridge in WDS mode.
At Site A I have mikrotik RB750UP. I have Port-5 giong to the nanobridge. Port 5 have two VLANS (VLAN 1 and VLAN 2).
I have network 10.0.0.0/24 connected to the Port-1. I created a bridge between port-1 and VLAN 1.
I have network 10.10.70.0/24 connected to Port-4. I created a brige between port-4 and VLAN 2.
At Site B I am using a tough switch 5 port. I connect the nano bridge to port-5 and enable VLAN 1 and VLAN 2 on port 5.
I connect my 10.0.0.0/24 network to port 1 (access port) and 10.10.70.0/24 network to port 4 (access port).
I am not passing any VLAN traffic from Site A to Site B. I am wondering if there is any thing wrong with my RB 750UP setup.
# NAME MTU ARP VLAN-ID INTERFACE
0 R vlan1 1500 enabled 1 ether5-slave-local
1 R vlan2 1500 enabled 2 ether5-slave-local
lags: X - disabled, I - inactive, D - dynamic
# INTERFACE BRIDGE PRIORITY PATH-COST HORIZON
0 ether2-master-local Bridge_VLAN1 0x80 10 none
1 ether1-gateway Bridge_VLAN1 0x80 10 none
2 vlan1 Bridge_VLAN1 0x80 10 none
3 vlan2 Bridge_VLAN2 0x80 10 none
4 ether4-slave-local Bridge_VLAN2 0x80 10 none
[admin@MikroTik] > /interface bri print br
Flags: X - disabled, R - running
# NAME MTU
0 R Bridge_VLAN1 1500
1 R Bridge_VLAN2
1500
[admin@MikroTik] > /interface bri port print
Flags: X - disabled, I - inactive, D - dynamic
# INTERFACE BRIDGE PRIORITY PATH-COST HORIZON
0 ether2-master-local Bridge_VLAN1 0x80 10 none
1 ether1-gateway Bridge_VLAN1 0x80 10 none
2 vlan1 Bridge_VLAN1 0x80 10 none
3 vlan2 Bridge_VLAN2 0x80 10 none
4 ether4-slave-local Bridge_VLAN2 0x80 10 none
[admin@MikroTik] > /interface print bri
Flags: D - dynamic, X - disabled, R - running, S - slave
# NAME TYPE MTU L2MTU MAX-L2MTU
0 R ether1-gateway ether 1500 1600
1 R ether2-master-local ether 1500 1598 2030
2 ether3-slave-local ether 1500 1598 2030
3 R ether4-slave-local ether 1500 1598 2030
4 R ether5-slave-local ether 1500 1598 2030
5 R vlan1 vlan 1500 1594
6 R vlan2 vlan 1500 1594
7 R Bridge_VLAN1 bridge 1500 1594
8 R Bridge_VLAN2 bridge 1500 1594
[admin@MikroTik] >