MQC Configuration

MQC Configuration
First, configure the ACLs if using them to identify traffic.
Second, configure a class map for each classification of traffic. Class map
names are case-sensitive.
(config)#class-map [match-any | match-all] name
(config-cmap)#match {match options, such as ACL}
Third, configure a policy map that calls the class maps and sets policies or
types of treatment for each class. Policy map names are also case sensitive.
(config)#policy-map name
(config-pmap)#class class-map-name
(config-pmap-c)#policy options, such as set DSCP or bandwidth
Finally, apply the MQC policy to the desired interface(s), either inbound or
outbound:
(config-if)#service-policy {output | input} name