VYOS QinQ commands

Hello, I would like to know if the QinQ works correctly on vyos I am a Juniper user have the equivalent of this command for the QinQ for VyOS

set interfaces ae0 unit 800 description QinQ-to-customer
set interfaces ae0 unit 800 vlan-tags outer 666
set interfaces ae0 unit 800 vlan-tags inner 800
set interfaces ae0 unit 800 family inet address 10.60.196.1/29 

Thank you in advance

It’s looks like

set interfaces bonding bond0 member interface 'eth1'
set interfaces bonding bond0 vif-s 666 vif-c 800 address '10.60.196.1/29'
1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.