Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Set or delete an EtherType value on Q-in-Q tunnel for a logical port.
Command Syntax
set interface aggregate-ethernet <lag_name> family ethernet-switching dot1q-tunneling ether-type <value>
To delete enter:
delete interface aggregate-ethernet <lag_name> family ethernet-switching dot1q-tunneling ether-type <value>
Parameter
<lag_name> Name of LAG interface.
<value> EtherType value:
- 0x8100
- 0x88a8
- 0x9100
- 0x9200
Example
This example is to select a Ethertype value on Q-in-Q tunnel for ae1:
admin@XorPlus# set interface aggregate-ethernet ae1 family ethernet-switching dot1q-tunneling ether-type 0x8100 admin@XorPlus# commit