Configuring Hierarchical Modular QoS on Cisco ASR 9000 Series Routers
How to Configure Hierarchical QoS
QC-135
Cisco ASR 9000 Series Aggregation Services Router Modular Quality of Service Configuration Guide
OL-23108-02
SIP 700 for the ASR 9000
SUMMARY STEPS
1. configure
2. policy-map policy-name
3. class class-name
4. bandwidth {rate [units] | percent percentage-value}
or
bandwidth remaining [percent percentage-value | ratio ratio-value]
or
shape average {percent percentage | rate [units]}
5. exit
6. policy-map policy-name
7. class class-default
8. (Optional) shape average {percent percentage | rate [units]}
9. service-policy policy-map-name
10. end
or
commit
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
bottom-child
Creates or modifies the bottom-level policy.
Step 3
class
class-name
Example:
RP/0/RSP0/CPU0:router(config-pmap)# class
Bronze
Assigns the traffic class that you specify to the
policy map. Enters policy map class configuration
mode.