Configuration example – Cisco 10000 User Manual

Page 474

Advertising
background image

20-12

Cisco 10000 Series Router Software Configuration Guide

OL-2226-23

Chapter 20 Configuring Gigabit EtherChannel Features

Configuring 8 Member Links per GEC Bundle

For more information on how to aggregate multiple Ethernet links into one logical channel, see IEEE
802.3ad Link Bundling
feature guide at:

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122sb/newft/122sb31/sbcelacp.htm#wp1
053782

Configuration Example

This section provides the following configuration examples:

Configuration Example for Applying VLAN QoS on GEC Bundle Subinterfaces, page 20-12

Configuration Example for Using the VLAN Group Feature to Apply QoS, page 20-13

Note

When service policy is applied to port channel’s main or subinterface, changing the load balancing mode
from VLAN to flow is not supported.

Configuration Example for Applying VLAN QoS on GEC Bundle Subinterfaces

Example 20-5

shows how VLAN QoS is applied on GEC bundle subinterfaces:

Example 20-5 Applying VLAN 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

Service-policy police_dscp

Interface Port-channel 1.1

Service-policy input customer_A

encapsulation dot1q 1 primary gigabitethernet2/1/0 secondary gigabitethernet8/0/0

Interface Port-channel 1.2

Service-policy input customer_B

encapsulation dot1q 1 primary gigabitethernet2/1/0 secondary gigabitethernet8/0/0

Advertising