Hi,
On interface A QinQ is configured like this:
vlan-tags outer 0x8100.1 inner 0x8100.600
On interface B QinQ is configured like this:
vlan-tags outer 0x8100.336 inner 0x8100.600
these interfaces are in a bridge:
bridge-domains { bridge { domain-type bridge; interfaces A; interfaces B; } }
How do I make communication happen on layer 2 with 2 different outer VLAN tags? I've read about rewriting VLANs by swapping VLAN IDs, but how do I do it in this situation?