Configuring Modular QoS Congestion Management on Cisco ASR 9000 Series Routers
How to Configure QoS Congestion Management on Cisco ASR 9000 Series Routers
QC-55
Cisco ASR 9000 Series Aggregation Services Router Modular Quality of Service Configuration Guide
OL-23108-02
14. service-policy {input | output} policy-map
15. end
or
commit
16. show policy-map interface type instance [input | output]
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
Specifies the name of the class whose policy you want to
create or change.
Step 4
bandwidth remaining percent
percentage-value
Example:
RP/0/RSP0/CPU0:router(config-pmap-c)# bandwidth
remaining percent 40
Specifies how to allocate leftover bandwidth for class
class1.
Step 5
exit
Example:
RP/0/RSP0/CPU0:router(config-pmap-c)# exit
Returns the router to policy map configuration mode.
Step 6
class
class-name
Example:
RP/0/RSP0/CPU0:router(config-pmap)# class
class2
Specifies the name of the class whose policy you want to
create or change.
Step 7
bandwidth remaining percent
percentage-value
Example:
RP/0/RSP0/CPU0:router(config-pmap-c)# bandwidth
remaining percent 40
Specifies how to allocate leftover bandwidth for class
class2.
Step 8
exit
Example:
RP/0/RSP0/CPU0:router(config-pmap-c)# exit
Returns the router to policy map configuration mode.