Hello all,
I would need some help with this since i come from cisco way of thinking of network so all this Mikrotik stuff is new to me.
Basically we have a ring network with 5-6 switches in different locations/buildings. Core is Cisco 3750, Layer3 switching is done on him. There is about 5-6 VLANs that are needed to have available on all switches.
For the argument sake let’s say there is 3 mikrotik switches, but concept is the same if there was 10 of them. Here is the schematic of it:

So idea is if link is broken at any point switches will still stay connected. It would be better if it is star design but this is only option available for now.
And if link is broken:

So it is a relatively simple thing.
Since on Mikrotik switches it is L2, i have to user (R)STP for link detection, so no RIP/OSPF and other protocols can be used. With RSTP on cisco i have great results but when it is used on cisco only equipment. This is the first time we combine Cisco and Mikrotik.
So question for you ppl is how would you do this?
As i understood (and knowledge of mikrotik is very limited, started learning it a month ago) i have to make VLAN (lets say 10) that is on some interface (lets say port sfpplus1), make bridge, add that VLAN to that bridge and there we set up path cost lets say 10? But then i have a problem how to do same thing with other port sfpplus2 with path cost lets say 20. I cant use same VLAN it is used, so i make new vlan with same vlanid (10) and add it to new bridge, and to new port (sfpplus2) and there i can set up cost 20. Here is where things are complicated
it will be problematic to add VLAN to some ethernet port, because it depends to which SFP port is traffic going, and so and so.
So basically this is a bad design i think, and that is why I’m here to see if someone has some idea how to do this.
Thx in advance!