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> inner-vlan <vlan-id>

Add an inner-VLAN to a virtual interface.

set interfaces dataplane interface-name vif vif-id inner-vlan inner-vlan-id
delete interfaces dataplane interface-name vif vif-id inner-vlan inner-vlan-id
show interfaces dataplane interface-name vif vif-id inner-vlan
vif vif-id
The ID of a virtual interface. The ID ranges from 1 through 4094.
inner-vlan inner-vlan-id
The inner-VLAN ID of a virtual interface, for use with 802.1Q VLAN tagging. The ID ranges from 1 through 4094. Note that only 802.1Q-tagged packets are accepted on Ethernet vifs.

You can define more than one vif for an interface by creating multiple vif configuration nodes.

Configuration mode


interfaces {
     
     dataplane
         interface-name {
              vif vif-id {
              vlan inner-vlan-id
        }
    }
}

Use the set form of this command to add an inner-VLAN to a virtual interface.

Use the delete form of this command to delete an inner-VLAN to a virtual interface.

Use the show form of this command to display the inner-VLAN of a virtual interface.