Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Users can set/delete a Ethertype value on Q-in-Q tunnel for a port.
Command Syntax
set interface gigabit-ethernet <port> family ethernet-switching dot1q-tunneling ether-type <value>
delete interface gigabit-ethernet <port> family ethernet-switching dot1q-tunneling ether-type <value>
Parameter
• <port> ethernet switching port identifier,the valid ports range 1-52.
• <value> Ethertype value
- 0x8100
- 0x88a8
- 0x9100
- 0x9200
Example
• This example is to select a Ethertype value on Q-in-Q tunnel for ge-1/1/3 port:
admin@XorPlus# set interface gigabit-ethernet ge-1/1/3 family ethernet-switching dot1q-tunneling ether-type 0x8100 admin@XorPlus# commit