let's assume one has a ton of vlans per switch and we want to add a new port to as trunk port. We usually don't put the untagged ports into /interface bridge vlan as they are added automagically by the pvid set on the access port. Our config looks like this:
Code: Select all
/interface bridge vlan
add bridge=bridge tagged=ether7,ether8 vlan-ids=2
add bridge=bridge tagged=ether7,ether8 vlan-ids=3
add bridge=bridge tagged=ether7,ether8 vlan-ids=4
...
Thanks in advance,
Mischa