205
[PE1-Ten-GigabitEthernet1/0/1] quit
2.
Configure Ten-GigabitEthernet 1/0/2 as a trunk port, and assign it to VLANs 100 and 3000.
[PE1] interface ten-gigabitethernet 1/0/2
[PE1-Ten-GigabitEthernet1/0/2] port link-type trunk
[PE1-Ten-GigabitEthernet1/0/2] port trunk permit vlan 100 3000
[PE1-Ten-GigabitEthernet1/0/2] quit
Configuring PE 2
1.
Configure Ten-GigabitEthernet 1/0/1:
# Configure the port as a trunk port, and assign it to VLANs 10 through 50, 100, and 3000.
<PE2> system-view
[PE2] interface ten-gigabitethernet 1/0/1
[PE2-Ten-GigabitEthernet1/0/1] port link-type trunk
[PE2-Ten-GigabitEthernet1/0/1] port trunk permit vlan 100 3000 10 to 50
# Configure VLAN 100 as the PVID of the port.
[PE1-Ten-GigabitEthernet1/0/1] port trunk pvid vlan 100
# Enable QinQ on the port.
[PE2-Ten-GigabitEthernet1/0/1] qinq enable
# Configure the port to transparently transmit frames from VLAN 3000.
[PE2-Ten-GigabitEthernet1/0/1] qinq transparent-vlan 3000
[PE2-Ten-GigabitEthernet1/0/1] quit
2.
Configure Ten-GigabitEthernet 1/0/2 as a trunk port, and assign it to VLANs 100 and 3000.
[PE2] interface ten-gigabitethernet 1/0/2
[PE2-Ten-GigabitEthernet1/0/2] port link-type trunk
[PE2-Ten-GigabitEthernet1/0/2] port trunk permit vlan 100 3000
Configuring the devices between PE 1 and PE 2
# Set the MTU to a minimum of 1504 bytes for each port on the path of QinQ frames. (Details not
shown.)
# Configure all ports on the forwarding path to allow frames from VLAN 100 and VLAN 3000 to pass
through without removing the VLAN tag. (Details not shown.)