QOSConfigsample
QOSConfigsample
Switch(config)#policy-map CLASSIFICATION-POLICY
Switch(config-pmap)#class VOIP-TRAFFIC
Switch(config-pmap-c)#set dscp ef
Switch(config-pmap-c)#class SIGNALLING
Switch(config-pmap-c)#set dscp CS3
This example shows how to create a policy map called policy1. When attached to the
ingress port, it matches
all the incoming traffic defined in class1, sets the IP DSCP to 10, and polices the
traffic at an average rate of
1 Mb/s and bursts at 20 KB. Traffic less than the profile is sent.
Switch(config)# class-map c2
Switch(config-cmap)# exit
Switch(config-pmap)# class c2
Switch(config-pmap-c)# bandwidth 20000
Switch(config-pmap-c)# exit