Configuring Modular QoS Congestion Management on Cisco ASR 9000 Series Routers
How to Configure QoS Congestion Management on Cisco ASR 9000 Series Routers
QC-63
Cisco ASR 9000 Series Aggregation Services Router Modular Quality of Service Configuration Guide
OL-23108-02
9. exit
10. interface type interface-path-id
11. service-policy {input | output} policy-map
12. end
or
commit
13. show policy-map interface type interface-path-id [input | output]
Note The multi-action set/policer feature allows you to configure multiple conform and exceed actions.
Hence, you can repeat the conform-action and exceed-action commands multiple times in your
configuration.
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 map class configuration mode.
• Specifies the name of the class whose policy you want
to create or change.
Step 4
police rate {
value
[
units
] | percent
percentage
} [burst
burst-size
[burst-
units
]]
[peak-burst
peak-burst
[burst-
units
]]
[peak-rate
value
[
units
]]
Example:
RP/0/RSP0/CPU0:router(config-pmap-c)# police
rate 250000
Configures traffic policing and enters policy map police
configuration mode. The traffic policing feature works with
a token bucket algorithm.