Cisco ASR 9000 Series Configuration Manual page 56

Aggregation services router modular quality of service
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

How to Configure QoS Congestion Management on Cisco ASR 9000 Series Routers
12.
13.
14.
15.
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/RSP0/CPU0:router# configure
Step 2
policy-map policy-name
Example:
RP/0/RSP0/CPU0:router(config)# policy-map
policy1
Step 3
class class-name
Example:
RP/0/RSP0/CPU0:router(config-pmap)# class
class1
Step 4
bandwidth { rate [ units ]| percent
percentage-value }
Example:
RP/0/RSP0/CPU0:router(config-pmap-c)# bandwidth
percent 50
Step 5
bandwidth remaining percent percentage-value
Example:
RP/0/RSP0/CPU0:router(config-pmap-c)# bandwidth
remaining percent 20
Step 6
exit
Example:
RP/0/RSP0/CPU0:router(config-pmap-c)# exit
Step 7
class class-name
Example:
RP/0/RSP0/CPU0:router(config-pmap)# class
class2
Cisco ASR 9000 Series Aggregation Services Router Modular Quality of Service Configuration Guide
QC-46
Configuring Modular Quality of Service Congestion Management on Cisco ASR 9000 Series Routers
D r a f t — C i s c o C o n f i d e n t i a l
interface type instance
service-policy {input | output} policy-map
end
or
commit
show policy-map interface type instance [input | output]
Purpose
Enters global configuration mode.
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.
Specifies the name of the class whose policy you want to
create or change.
Enters policy map class configuration mode.
Specifies the bandwidth allocated for a class belonging
to a policy map.
In this example, class class1 is guaranteed 50 percent of
the interface bandwidth.
Specifies how to allocate leftover bandwidth to various
classes.
The remaining bandwidth of 40 percent is shared by
class class1 and class2 (see Steps 8 and 9) in a 20:80
ratio: class class1 receives 20 percent of the 40 percent,
and class class2 receives 80 percent of the 40 percent.
Returns the router to policy map configuration mode.
Specifies the name of a different class whose policy you
want to create or change.
OL-17239-01

Advertisement

Table of Contents
loading

Table of Contents