The qinq termination pe-vid ce-vid command configures QinQ termination on a sub-interface.
The undo qinq termination pe-vid ce-vid command cancels QinQ termination on a sub-interface.
By default, QinQ termination is disabled on a sub-interface.
qinq termination pe-vid pe-vid ce-vid ce-vid1 [ to ce-vid2 ]
undo qinq termination pe-vid pe-vid ce-vid ce-vid1 [ to ce-vid2 ]
Only the S5720-EI, S5720-HI, S5730-HI, S5731-H, S5731-S, S5731S-H, S5731S-S, S5732-H, S6720-EI, S6720-HI, S6720S-EI, S6730-H, S6730S-H, S6730-S, and S6730S-S support this configuration.
Parameter |
Description |
Value |
---|---|---|
pe-vid pe-vid |
Specifies the outer VLAN ID. |
The value is an integer that ranges from 2 to 4094. |
ce-vid ce-vid1 [ to ce-vid2 ] |
Specifies the inner VLAN ID.
|
The value of ce-vid1 is an integer that ranges from 1 to 4094. The value of ce-vid2 is an integer that ranges from 1 to 4094. |
GE sub-interface view, XGE sub-interface view, 25GE sub-interface view, 40GE sub-interface view, 100GE sub-interface view, VE sub-interface view, Eth-Trunk sub-interface view, MultiGE sub-interface view
Usage Scenario
Communication between VLANs
Through the Layer 3 Ethernet interface on the router.
However, when a traditional Layer 3 Ethernet interface receives VLAN packets, the VLAN packets are discarded. To enable communication between hosts of different VLANs, you can create an Ethernet sub-interface on the Layer 3 Ethernet interface and enable QinQ termination on the sub-interface to remove the tag from the VLAN packet.
Communication between a LAN and a WAN
Most packets on a LAN have VLAN tags, but some WAN protocols such as ATM, FR, and PPP, cannot identify VLAN packets. To send a VLAN packet from LAN to WAN, the device records VLAN information in the packet, removes the VLAN tag, and forwards the packet.
Dot1q termination, which terminates tags carried in Dot1q packets
To configure Dot1q termination, run the dot1q termination vid command in the sub-interface view.
QinQ termination, which terminates tags carried in QinQ packets.
To configure Dot1q termination, run the qinq termination pe-vid ce-vid command.
Precautions
# Set the encapsulation mode on XGigabitEthernet0/0/1.1 to QinQ and allow the packets with the outer VLAN tag 100 and inner VLAN tag 200 to pass through.
<HUAWEI> system-view [HUAWEI] vcmp role silent [HUAWEI] interface xgigabitethernet 0/0/1 [HUAWEI-XGigabitEthernet0/0/1] port link-type hybrid [HUAWEI-XGigabitEthernet0/0/1] quit [HUAWEI] interface xgigabitethernet 0/0/1.1 [HUAWEI-XGigabitEthernet0/0/1.1] qinq termination pe-vid 100 ce-vid 200