I’m trying to get a vlan to work properly with my canopy equipment and a rb532, I’ve upgraded the router to the latest stable MT 2.9.38 and I can get the traffic to pass through the vlan the only thing I’m running into is when I create a bridge interface and add the 2 vlan’s at the bridge interface then set my 10.10.11.1/24 network on my bridge interface, the computers on the vlan can ping out fine for a few minutes then I’m guessing the bridging is breaking, pings will quit responding and if I disable and reenable the bridge it will work again for another short period of time, not sure if you can put vlan’s in bridge correctly, the vlan’s are on the same ethernet interface and no ip addresses or anything are assigned to the vlan interfaces, only the bridge, but here’s my setup…
Bridge Setup:
0 R name=“bridge1” mtu=1500 arp=enabled mac-address=00:0C:42:09:7F:B7 stp=no
priority=32768 ageing-time=5m forward-delay=15s
garbage-collection-interval=5s hello-time=2s max-message-age=20s
Ports on Bridge Interface:
INTERFACE BRIDGE PRIORITY PATH-COST
0 11 bridge1 128 10
1 12 bridge1 128 10
2 1 bridge1 128 10
Vlan Setup:
NAME MTU ARP VLAN-ID INTERFACE
0 R 11 1500 enabled 11 2-POP
1 R 12 1500 enabled 12 2-POP
2 R 1 1500 enabled 1 2-POP
IP Address Config:
ADDRESS NETWORK BROADCAST INTERFACE
0 10.10.10.1/24 10.10.10.0 10.10.10.255 1-GW
1 10.0.0.55/24 10.0.0.0 10.0.0.255 1-GW
2 10.10.11.1/24 10.10.11.0 10.10.11.255 2-POP
3 10.110.11.1/24 10.110.11.0 10.110.11.255 bridge1
If someone could help me I would be appreciative, if not I think I will just end up getting out the trusty HP layer-2 switch to do vlan’s with.