Dear community,
I am having a hard time accomplishing a rather simple task, most likely because I am a bit confused about the Mikrotik approach to VLANs and also because I am not an expert on these matters.
My scenario is quite simple. In the one hand, I get the VLAN 13 in one of my corporate routers (ROUTER-A, CCR-1016, 6.42.x, on premises) through a trunk interface (sfp1) where other VLANS are also configured. On the other hand, I also get the same VLAN 13 in another router (ROUTER-B, CCR-1016, 6.42.x, also on premises) through a dedicated trunk interface (sfp1) where other VLANS are also configured.
I need to close the circuit and propagate the VLAN 13 between ROUTER-A and ROUTER-B, according to the attached picture, using port sfp8 on both routers. My understanding is that given my devices and the RouterOS versions they are running this should be done by implementing a bridge in both routers:
Router-A
/interface bridge
add comment=“My bridge to trunk V13” name=bridge1
/interface bridge port
add bridge=bridge1 comment=“Connection to Router-B” interface=sfp8
add bridge=bridge1 comment=“ISP1 Trunk” interface=sfp1
/interface bridge vlan
add bridge=bridge1 tagged=sfp1,sfp8,bridge1 vlan-ids=13
/interface vlan
add comment=“VLAN 13” interface=sfp1 name=VLAN13-sfp1 vlan-id=13
Router-B
/interface bridge
add comment=“My bridge to trunk V13” name=bridge1
/interface bridge port
add bridge=bridge1 comment=“Connection to Router-A” interface=sfp8
add bridge=bridge1 comment=“ISP2 Trunk” interface=sfp1
/interface bridge vlan
add bridge=bridge1 tagged=sfp1,sfp8,bridge1 vlan-ids=13
/interface vlan
add comment=“VLAN 13” interface=sfp1 name=VLAN13-sfp1 vlan-id=13
I can’t get this to work so I am wondering whether there is any misconception in my approach. The final goal of this setup is that traffic from ISP1 might eventually be routed to ISP2 using VLAN13. What do you think could be the problem?
Thanks!
jfdon
