I have some issues with trying to add the same vlan tagged to multiple ports. I have tried doing it by creating bridges but to no avail.
The usecase:
I have a uplink that provides me with 3 tagged vlans to my CCR1036 spfplus1 and i want to connect my switch to spfplus2 but i cannot get it to work with the same 3 vlans tagged on spfplus1 and spfplus2.
They come from the uplink device tagged to my CCR1036 on spfplus1. The thing i want to accomplish, is that i want to tagged (trunk) ports i.e spfplus1 and 2 so that all 3 vlans are tagged on both ports.
/interface bridge port
add interface=sfp-sfpplus1 bridge=br3524
add interface=sfp-sfpplus2 bridge=br3524
/interface bridge set br3524 vlan-filtering=yes
But when i try to do the same for vlan 1272 and vlan 10 i can't get past the bridge port part.. It really annoys me because it should be simple and it would not be a problem on any other vendor, but it's my first time trying to use Mikrotik and i'm getting kinda stuck..
Any port can only be a member of one bridge, with firmware >= 6.41 use a single VLAN-aware bridge and define all of the required VLANs on the one bridge.