DGS-6604 m policy-map
CLI Reference Guide
498
second class is the default class, named class-default to which packets that do
not satisfy the defined classes are included.
Verify the settings by entering the show policy-map command
Switch(config)# class-map class1
Switch(config-cmap)# match access-list acl_rd
Switch(config-cmap)# exit
Switch(config)# policy-map policy
Switch(config-pmap)# class class1
Switch(config-pmap-c)# set ip dscp 46
Switch(config-pmap-c)# exit
Switch(config-pmap)# class class-default
Switch(config-pmap-c)# set ip dscp 00
Switch(config-pmap-c)# exit