ECS4100 Series CLI Reference Guide-R07

Table Of Contents
Chapter 26
| Quality of Service Commands
– 658 –
Command Mode
Interface Configuration (Ethernet)
Command Usage
Only one policy map can be assigned to an interface.
First define a class map, then define a policy map, and finally use the service-
policy command to bind the policy map to the required interface.
Example
This example applies a service policy to an ingress interface.
Console(config)#interface ethernet 1/1
Console(config-if)#service-policy input rd-policy
Console(config-if)#
show class-map This command displays the QoS class maps which define matching criteria used for
classifying traffic.
Syntax
show class-map [class-map-name]
class-map-name - Name of the class map. (Range: 1-32 characters)
Default Setting
Displays all class maps.
Command Mode
Privileged Exec
Example
Console#show class-map
Class Map match-any rd-class#1
Description:
Match ip dscp 10
Match access-list rd-access
Match ip dscp 0
Class Map match-any rd-class#2
Match ip precedence 5
Class Map match-any rd-class#3
Match vlan 1
Console#