I am trying to configure CVID stacking as per this guide. (https://wiki.mikrotik.com/wiki/Manual:I ... 8Q-in-Q.29)
sfpplus1 is my uplink. So I am trying to stack vlan-id=5 inside of vlan-id=3001, however I cannot pickup anything on the other side of the link, does anyone see something wrong with this config?
Code: Select all
/interface bridge
add auto-mac=no name=bridge protocol-mode=none \
vlan-filtering=yes
/interface bridge port
add bridge=bridge comment=interface=ether24 pvid=5 tag-stacking=yes
add bridge=bridge interface=sfp-sfpplus1
/interface bridge vlan
add bridge=bridge tagged=sfp-sfpplus1,bridge vlan-ids=3001
add bridge=bridge tagged=bridge,sfp-sfpplus1 untagged=ether24 vlan-ids=5