CLI Reference Guide-R07

Table Of Contents
Chapter 22
| Quality of Service Commands
– 521 –
Example
This example creates a class map call “rd-class,” and sets it to match packets marked
for CoS service value 3:
Console(config)#class-map rd-class
Console(config-cmap)#match cos 3
Console(config-cmap)#
Related Commands
show class-map (528)
description This command specifies the description of a class map or policy map. Use the no
form of the command to delete the description of the class map or policy map.
Syntax
description string
no description
string - Description of the class map or policy map. (Range: 1-64 characters)
Command Mode
Class Map Configuration
Policy Map Configuration
Example
Console(config)#class-map rd-class#1
Console(config-cmap)#description “matches packets marked for DSCP service
value 3”
Console(config-cmap)#