Typical QinQ Configuration Huawei..!!
In this tutorial, i will show you how you can configure q-in-q L2 tunnel over the your transit L2 network for carrying the customer's internal vlan with any interference of your network vlan.
You as an ISP , you have to assign an unique vlan for each and every customer and that's up to the customer whatever the vlan they can carry .
lets see the configuration.
PE-1 Switch Configuration
#
sysname PE-1
#
vlan batch 2 to 3
#
interface GigabitEthernet0/0/3
port link-type dot1q-tunnel
port default vlan 2
#
interface GigabitEthernet0/0/1
port link-type dot1q-tunnel
port default vlan 3
#
interface GigabitEthernet0/0/2
qinq protocol 9100
port link-type trunk
port trunk allow-pass vlan 2 3
#
return
sysname PE-1
#
vlan batch 2 to 3
#
interface GigabitEthernet0/0/3
port link-type dot1q-tunnel
port default vlan 2
#
interface GigabitEthernet0/0/1
port link-type dot1q-tunnel
port default vlan 3
#
interface GigabitEthernet0/0/2
qinq protocol 9100
port link-type trunk
port trunk allow-pass vlan 2 3
#
return
PE-2 Switch Configuration
#
sysname PE-2
#
vlan batch 2 to 3
#
interface GigabitEthernet0/0/1
port link-type dot1q-tunnel
port default vlan 2
#
interface GigabitEthernet0/0/3
port link-type dot1q-tunnel
port default vlan 3
#
interface GigabitEthernet0/0/2
qinq protocol 9100
port link-type trunk
port trunk allow-pass vlan 2 3
#
return
sysname PE-2
#
vlan batch 2 to 3
#
interface GigabitEthernet0/0/1
port link-type dot1q-tunnel
port default vlan 2
#
interface GigabitEthernet0/0/3
port link-type dot1q-tunnel
port default vlan 3
#
interface GigabitEthernet0/0/2
qinq protocol 9100
port link-type trunk
port trunk allow-pass vlan 2 3
#
return
No comments:
Post a Comment