Command Line Interface
924 1553-KDU 137 365 Uen D 2006-06-16
Example
This example creates a class map call “rd_class,” and sets it to match packets
marked for DSCP service value 3:
Related Commands
show class-map (section 7.20.8 on page 932)
7.20.2 match
This command defines the criteria used to classify traffic. Use the no form to
delete the matching criteria.
Syntax
[no] match {access-list <acl-name> | ip dscp <dscp> | ip
precedence <ip-precedence> | vlan <vlan>}
• acl-name - Name of the access control list. Any type of ACL can
be specified, including standard or extended IP ACLs and MAC
ACLs. (Range: 1-16 characters)
• dscp - A DSCP value. (Range: 0-63)
• ip-precedence - An IP Precedence value. (Range: 0-7)
• vlan - A VLAN. (Range:1-4094)
Default Setting
None
Console(config)#class-map rd_class match-any
Console(config-cmap)#match ip dscp 3
Console(config-cmap)#exit
Console(config)#access-list ip mask-precedence in
Console(config-ip-mask-acl)#mask any any dscp
Console(config-ip-mask-acl)#