Configuring Modular QoS Congestion Management on Cisco ASR 9000 Series Routers
How to Configure QoS Congestion Management on Cisco ASR 9000 Series Routers
QC-66
Cisco ASR 9000 Series Aggregation Services Router Modular Quality of Service Configuration Guide
OL-23108-02
8. exit
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
service-policy
policy-map-name
Example:
RP/0/RSP0/CPU0:router(config-pmap-c)#
service-policy child
Attaches a policy map to an input or output interface to be
used as the service policy for that interface.
Step 5
police rate percent
percentage
Example:
RP/0/RSP0/CPU0:router(config-pmap-c)# police
rate percent 50
Configures traffic policing and enters policy map police
configuration mode.
Step 6
conform-action
action
Example:
RP/0/RSP0/CPU0:router(config-pmap-c-police)#
conform-action transmit
Configures the action to take on packets that conform to the
rate limit. The allowed action is:
transmitāTransmits the packets.
Step 7
exceed-action
action
Example:
RP/0/RSP0/CPU0:router(config-pmap-c-police)#
exceed-action drop
Configures the action to take on packets that exceed the rate
limit. The allowed action is:
dropāDrops the packet.