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> vlan-protocol <ethertype>

Specifies the EtherType for VLAN frames.

set interfaces dataplane interface-name vlan-protocol ethertype
delete interfaces dataplane interface-name
show interfaces dataplane interface-name

The default EtherType is 0x8100.

dataplane interface-name
The name of a data plane interface. For more information about the supported interface name formats, refer to Data Plane Interface.

ethertype
Specifes the EtherType for the VLAN frames. The EtherType can be 0x88A8, 0x8100, 0x9100, 0x9200, or 0x9300.

Configuration mode


interfaces {    
   dataplane interface-name {
      vlan-protocol ethertype
   }
}

Use this command to specify the EtherType for the VLAN frames.

Use the set form of this command to specify the EtherType.

Use the delete form of this command to restore the default EtherType.

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