Configuring Modular QoS Service Packet Classification and Marking on Cisco ASR 9000 Series Routers
How to Configure Modular QoS Packet Classification and Marking on Cisco ASR 9000 Series Routers
QC-30
Cisco ASR 9000 Series Aggregation Services Router Modular Quality of Service Configuration Guide
OL-23108-02
SUMMARY STEPS
1. configure
2. policy-map policy-name
3. class class-name
4. set precedence number
5. set dscp dscp-value
6. set qos-group qos-group-value
7. set cos [inner] cos-value
8. set mpls experimental {imposition | topmost} exp-value
9. set discard-class discard-class-value
10. exit
11. exit
12. interface type interface-path-id
13. service-policy {input | output} policy-map
14. end
or
commit
15. show policy-map interface type instance [input | output]
Note Although this task illustrates all of the possible set commands, only two set commands can be configured
per class.
DETAILED STEPS
Command or Action Purpose
Step 1
configure
Example:
RP/0/RSP0/CPU0:router# configure
Enters global configuration mode.
Step 2
policy-map
policy-name
Example:
RP/0/RSP0/CPU0:router(config)# policy-map
policy1
Enters policy map configuration mode.
• Creates or modifies a policy map that can be attached to
one or more interfaces to specify a service policy.
Step 3
class
class-name
Example:
RP/0/RSP0/CPU0:router(config-pmap)# class
class1
Enters policy class map configuration mode.
• Specifies the name of the class whose policy you want
to create or change.