Configuring the Switch
3-164
3
Web – Click QoS, DiffServ, then click Add Class to create a new class, or Edit Rules
to change the rules of an existing class.
Figure3-94 Conf iguring Class Maps
CLI - This example creates a class map call “rd-class,” and sets it to match packets
marked for DSCP service value 3.
Console(config)#class-map rd_class match-any 4-220
Console(config-cmap)#match ip dscp 3 4-221
Console(config-cmap)#exit
Console(config)#access-list ip mask-precedence in 4-89
Console(config-ip-mask-acl)#mask any any dscp 4-93
Console(config-ip-mask-acl)#