Configuring Modular QoS Congestion Management on Cisco ASR 9000 Series Routers
How to Configure QoS Congestion Management on Cisco ASR 9000 Series Routers
QC-61
Cisco ASR 9000 Series Aggregation Services Router Modular Quality of Service Configuration Guide
OL-23108-02
7. interface type interface-path-id
8. service-policy {input | output} policy-map
9. end
or
commit
10. show policy-map interface type interface-path-id [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
Enters policy map class configuration mode.
• Specifies the name of the class whose policy you want
to create or change.
Step 4
shape average {percent
value
|
rate
[
units
]}
Example:
RP/0/RSP0/CPU0:router(config-pmap-c)# shape
average percent 50
Shapes traffic to the indicated bit rate according to average
rate shaping in the specified units or as a percentage of the
bandwidth.
Step 5
exit
Example:
RP/0/RSP0/CPU0:router(config-pmap-c)# exit
Returns the router to policy map configuration mode.
Step 6
exit
Example:
RP/0/RSP0/CPU0:router(config-pmap)# exit
Returns the router to global configuration mode.
Step 7
interface
type
interface-path-id
Example:
RP/0/RSP0/CPU0:router(config)# interface
gigabitethernet 0/2/0/0
Enters interface configuration mode and configures an
interface.