Cisco 10000 User Manual

Page 468

Advertising
background image

20-6

Cisco 10000 Series Router Software Configuration Guide

OL-2226-23

Chapter 20 Configuring Gigabit EtherChannel Features

Configuring QoS Service Policies on GEC Interfaces

Shape egress traffic for subinterfaces port-channel 1.1 and port-channel 1.3 together at 150 mbps

Step 3

Create match-vlan class-maps as follows:

Class-map match-any vlan_2

Match vlan 2

Class-map match-any vlan_3

Match vlan 3

Class-map match-any vlan_4

Match vlan 4

Class-map match-any vlan_2_4

Match vlan 2 4

Step 4

Create policy-maps as follows:

Policy-map mega_ingress

Class vlan_2

Police 100 mbps

Class vlan_3

Police 150 mbps

Policy-map mega_egress

Class vlan_3

Shape 50 mpbs

Class vlan_2_4

Shape 150 mbps

Step 5

Apply this policy on the GEC member links.

Interface Gig3/0/0

Service-policy input mega_ingress

Service-policy output mega_egress

Interface Gig4/0/0

Service-policy input mega_ingress

Service-policy output mega_egress

Configuration Example for Applying QoS on GEC Bundle Subinterfaces

Example 20-1

shows how QoS is applied on GEC bundle subinterfaces:

Example 20-1 Applying QoS on GEC Bundle Subinterfaces

Class-map match-any dscp_20_30

Match dscp 20 30

Class-map match-any dscp_40

Match dscp 40

Policy-map police_dscp

Class dscp_20_30

Police 50 3000 3000 conform-action transmit exceed-action drop

Set ip dscp af22

Class dscp_40

Police 10 3000 3000 conform-action transmit exceed-action drop

Policy-map customer_A

Class class-default

Police 100 mpbs

service-policy police_dscp

Policy-map customer_B

Class class-default

Police 150 mbps

Advertising