I want to do follwoing bridged-constellation with an CRS 317.
SFP1: QinQ with S-Tag 701 and C-Tag 11,12,13,14
SFP2: Only C-Tag 11,12,13,14
My idea how to solve this is:
Code: Select all
/interface bridge
add name=bridge1
/interface bridge port
add bridge=bridge1 interface=sfp1
add bridge=bridge1 interface=sfp2 pvid=701
/interface bridge vlan
add bridge=bridge1 tagged=sfp1 untagged=sfp2 vlan-ids=701
/interface bridge set bridge1 vlan-filtering=yes