home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces dataplane <interface-name> vif <vif-id> vlan <outer-vid>

Configures the ID of the outer VLAN for Q-in-Q.

set interfaces dataplane interface-name vif vif-id vlan outer-vid
delete interfaces dataplane interface-name vif vif-id
show interfaces dataplane interface-name vif vif-id
dataplane interface-name
The name of a data plane interface. For more information about the supported interface name formats, refer to Data Plane Interface.
vif-id
Multinode. The ID of a vif. The ID ranges from 1 through 4094.
outer-vid
Outer VLAN ID.

Configuration mode


interfaces {    
   dataplane interface-name {
      vif vif-id {
         vlan outer-vid
      }
   }
}

Use this command to configure the ID of the outer VLAN for Q-in-Q.

Use the set form of this command to configure the ID of the outer VLAN.

Use the delete form of this command to remove the ID settings.

Use the show form of this command to display the current settings.