Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

dot1q-tunneling

date_range 19-Nov-23

Syntax (Ethernet Switching)

content_copy zoom_out_map
dot1q-tunneling {
    ether-type (0x8100 | 0x88a8 | 0x9100); 
}

Syntax (VLANs)

content_copy zoom_out_map
dot1q-tunneling {
    customer-vlans (id | native | range);
    layer2-protocol-tunneling all | protocol-name {
        drop-threshold number;
        shutdown-threshold number;
    }
}

Ethernet Switching

content_copy zoom_out_map

VLANs

content_copy zoom_out_map
[edit vlans vlan-name]

Description

For Ethernet switching, sets a global value for the EtherType for Q-in-Q tunneling.

For VLANs, enables Q-in-Q tunneling on the specified VLAN.

Note:
  • The VLAN on which you enable Q-in-Q tunneling must be a tagged VLAN.

  • You cannot configure 802.1X user authentication on interfaces that have been enabled for Q-in-Q tunneling.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

system—To view this statement in the configuration.

system-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 9.3.

Option native introduced in Junos OS Release 9.6 for EX Series switches.

Options layer2-protocol-tunneling, drop-threshold, and shutdown-threshold introduced in Junos OS Release 10.0 for EX Series switches.

footer-navigation