Configuring MQC Support for IP Sessions
Configuration Examples for MQC Support for IP Sessions
5
DETAILED STEPS
Configuration Examples for MQC Support for IP Sessions
This section provides the following configuration example:
• QoS Policy-Map, Service Profile, and Command Policy-Map Configurations: Example
QoS Policy-Map, Service Profile, and Command Policy-Map Configurations:
Example
The following example shows how to configure a QoS policy map, a service profile, and a command
policy map. The command policy map is then configured onto interface GigabitEthernet 0/0/0 with the
service-policy keyword.
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# class-map match-any EF-customer
Router(config-cmap)# match access-group name CUSTOMER-EF
Router(config-cmap)# class-map match-any EF-WAN
Router(config-cmap)# match qos-group 6
Router(config-cmap)# policy-map PREMIUM_MARK_IN
Router(config-pmap)# class EF-customer
Router(config-pmap-c)# set cos 6
Router(config-pmap-c)# set dscp ef
Router(config-pmap-c)# set qos-group 6
Router(config-pmap-c)# class class-default
Router(config-pmap-c)# set dscp af11
Router(config-pmap-c)# set qos-group 1
Router(config-pmap-c)# set cos 1
Router(config-pmap-c)# policy-map PREMIUM_UB_OUT
Command or Action Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
• Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
policy-map type service service-name
Example:
Router# (config)# policy-map type service
Enters policy-map configuration mode. Specifies the
policy-map name and its service configuration.
Step 4
class type traffic class-name
Example:
Router# (config-service-policymap)# class type
traffic
Associates a previously configured traffic class with the
policy map.