I don’t know if I’m doing something wrong or if there is a bug in the way VLAN’s are dealt with on the CRS112, any feedback would be greatly appreciated.
Here is the setup:
RB493G ↔ CRS112-8P-4S ↔ RB922
So here’s what happens: from the Gateway device (RB493G) I can access ether3 (untagged) and ether4 (tagged). BUT I can not access ether6 (tagged) or the CRS switch it’s self. On the CRS I tried moving the VLAN to the directly attached interface as well as the bridge.
Here are exports from each of the devices:
#RB493G
/interface vlan
add interface=ether7 name="vlan11-FVA" vlan-id=11
add interface=ether7 name=vlan35-FV vlan-id=35
add interface=ether7 name=vlan36-CityHall vlan-id=36
add interface=ether7 name=vlan37-Kanes vlan-id=37
add interface=ether7 name=vlan38-Lookout vlan-id=38
add interface=ether7 name=vlan39-LAN vlan-id=39
/interface bridge add fast-forward=no mtu=1500 name=LAN protocol-mode=none
/interface bridge port
add bridge=LAN interface=ether9-PowerBox-Pole
add bridge=LAN interface=ether6-Switch-2
add bridge=LAN interface=vlan39-LAN
/interface vlan add interface=LAN name=vlan-100-router-management vlan-id=100
/ip address add address=172.16.200.65/27 interface=LAN network=172.16.200.64
#CRS112-8P-4S
/interface bridge
add admin-mac=64:D1:54:xx:xx:xx auto-mac=no comment=defconf name=bridgeLocal protocol-mode=none
/interface ethernet
set [ find default-name=ether1 ] name=ether1-FV-TOWN poe-out=forced-on poe-voltage=low
set [ find default-name=ether2 ] name=ether2-FV-CAMP poe-out=forced-on poe-voltage=low
set [ find default-name=ether3 ] name=ether3-Camels poe-out=forced-on poe-voltage=low
set [ find default-name=ether4 ] name=ether4-CityHall poe-out=off poe-voltage=low
set [ find default-name=ether5 ] name=ether5-Kanes poe-out=forced-on poe-voltage=low
set [ find default-name=ether6 ] name=ether6-Lookout poe-out=forced-on poe-voltage=low
/interface vlan
add interface=bridgeLocal name=vlan39 vlan-id=39
/interface bridge port
add bridge=bridgeLocal comment=defconf interface=ether1-FV-TOWN
add bridge=bridgeLocal comment=defconf interface=ether2-FV-CAMP
add bridge=bridgeLocal comment=defconf interface=ether3-Camels
add bridge=bridgeLocal comment=defconf interface=ether4-CityHall
add bridge=bridgeLocal comment=defconf interface=ether5-Kanes
add bridge=bridgeLocal comment=defconf interface=ether6-Lookout
add bridge=bridgeLocal comment=defconf interface=ether7
add bridge=bridgeLocal comment=defconf interface=ether8
add bridge=bridgeLocal comment=defconf interface=sfp9
add bridge=bridgeLocal comment=defconf interface=sfp10
add bridge=bridgeLocal comment=defconf interface=sfp11
add bridge=bridgeLocal comment=defconf interface=sfp12
/interface ethernet switch egress-vlan-tag
add tagged-ports=sfp12 vlan-id=35
add tagged-ports=sfp12 vlan-id=36
add tagged-ports=ether1-FV-TOWN,ether2-FV-CAMP,sfp12 vlan-id=11
add tagged-ports=sfp12 vlan-id=37
add tagged-ports=sfp12 vlan-id=38
add comment=LAN tagged-ports=ether4-CityHall,ether6-Lookout,sfp12 vlan-id=39
/interface ethernet switch ingress-vlan-translation
add customer-vid=0 new-customer-vid=35 ports=ether1-FV-TOWN,ether2-FV-CAMP
add customer-vid=0 new-customer-vid=36 ports=ether4-CityHall
add customer-vid=0 new-customer-vid=37 ports=ether5-Kanes
add customer-vid=0 new-customer-vid=38 ports=ether6-Lookout
add customer-vid=0 new-customer-vid=39 ports=ether3-Camels,ether7,ether8,sfp9,sfp10,sfp11
/interface ethernet switch vlan
add ports=ether1-FV-TOWN,ether2-FV-CAMP,sfp12 vlan-id=35
add ports=ether4-CityHall,sfp12 vlan-id=36
add ports=ether5-Kanes,sfp12 vlan-id=37
add ports=ether6-Lookout,sfp12 vlan-id=38
add ports=switch1-cpu,ether3-Camels,ether4-CityHall,ether7,ether8,sfp10,sfp9,sfp12,sfp11 vlan-id=39
/ip address
add address=172.16.200.76/27 interface=vlan39 network=172.16.200.64
/ip route
add distance=1 gateway=172.16.200.65
#RB922
/interface vlan add interface=ether1 name=vlan39 vlan-id=39
/ip address add address=172.16.200.68/27 interface=vlan39 network=172.16.200.64
/ip route add distance=1 gateway=172.16.200.65
Thanks so much for taking the time to look at this!