H3C Technologies H3C S10500 Series Switches User Manual

Page 200

Advertising
background image

189

[PE1-classifier-A10] if-match customer-vlan-id 10

[PE1-classifier-A10] quit

# Create traffic behavior P100 and add the action of inserting outer VLAN tag 100.

[PE1] traffic behavior P100

[PE1-behavior-P100] nest top-most vlan-id 100

[PE1-behavior-P100] quit

# Create class A20 and configure the class to match frames with CVLAN 20. Create traffic behavior
P200 and add the action of inserting outer VLAN tag 200.

[PE1] traffic classifier A20

[PE1-classifier-A20] if-match customer-vlan-id 20

[PE1-classifier-A20] quit

[PE1] traffic behavior P200

[PE1-behavior-P200] nest top-most vlan-id 200

[PE1-behavior-P200] quit

# Create a QoS policy named qinq, associate traffic class A10 with traffic behavior P100, and associate
traffic class A20 with traffic behavior P200.

[PE1] qos policy qinq

[PE1-qospolicy-qinq] classifier A10 behavior P100

[PE1-qospolicy-qinq] classifier A20 behavior P200

[PE1-qospolicy-qinq] quit

# Enable basic QinQ on the port.

[PE1] interface gigabitethernet 1/0/1

[PE1-GigabitEthernet1/0/1] qinq enable

# Apply QoS policy qinq to the incoming traffic on the port.

[PE1-GigabitEthernet1/0/1] qos apply policy qinq inbound

Configure GigabitEthernet 1/0/2.

# Configure GigabitEthernet 1/0/2 as a trunk port and assign it to VLAN 100 and VLAN 200.

[PE1] interface gigabitethernet 1/0/2

[PE1-GigabitEthernet1/0/2] port link-type trunk

[PE1-GigabitEthernet1/0/2] port trunk permit vlan 100 200

# Create class A100 and configure the class to match frames with CVLAN 10 and SVLAN 100.

[PE1] traffic classifier A100

[PE1-classifier-A100] if-match customer-vlan-id 10

[PE1-classifier-A100] if-match service-vlan-id 100

[PE1-classifier-A100] quit

# Configure traffic behavior T100 to mark matching packets with CVLAN 30.

[PE1] traffic behavior T100

[PE1-behavior-T100] remark customer-vlan-id 30

[PE1-behavior-T100] quit

# Create class A200 and configure the class to match frames with CVLAN 20 and SVLAN 200.

[PE1] traffic classifier A200

[PE1-classifier-A200] if-match customer-vlan-id 20

[PE1-classifier-A200] if-match service-vlan-id 200

[PE1-classifier-A200] quit

# Configure traffic behavior T200 to mark matching packets with CVLAN 40.

Advertising