DES-7200 Configuration Guide Chapter 12 QinQ Configuration
12-32
12.3.3.3 Configuration tips
Configure the ACL based flexible QinQ on MAN access layer switch's two
interfaces (G0/1 and G0/2 of Switch A) connecting with the corridor
convergence switches, so as to distinguish user traffic and meet the application
requirements.
Generally, PPPOE dialing is used in broadband Internet service, with protocol
number being 0x8863/0x8864 typically; IPoE is used in IPTV service, with
protocol number being 0x0800 typically.
Flexible QinQ VLAN label planning for adding S-Tag on the basis of ACL
traffic classification
Device Service
Inner VLAN
Tag
Outer VLAN Tag
Traffic
classification
rule
Switch A
Broadband
(PPPoE)
1-4094 101
Protocol
number:
0x8863/0x8864
Switch A
IPTV
(IPoE)
1-4094 201
Protocol
number:
0x0800
12.3.3.4 Configuration Steps
z Configure Switch A
Step 1: Create ACL for distinguishing traffic
DES-7200#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
DES-7200(config)# expert access-list extended acl1
! Matching protocol type 0x8863/Ox8864 of PPPOE
DES-7200(config-exp-nacl)# permit 0x8863 any any
DES-7200(config-exp-nacl)# permit 0x8864 any any
DES-7200(config-exp-nacl)#exit
DES-7200(config)# expert access-list extended acl2
! Matching protocol type 0x0800 of IPOE
DES-7200(config-exp-nacl)#permit 0x0800 any any