Cisco Asr 9000 Series Aggregation Services Router Modular Quality Of Service Configuration Guide, Release - Cisco ASR 9000 Series Configuration Manual

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

Advertisement

Configuring Hierarchical Modular QoS
Command or Action
Step 3
class class-name
Example:
RP/0/RSP0/CPU0:router(config-pmap)# class
class-default
Step 4
service-policy policy-map-name
Example:
RP/0/RSP0/CPU0:router(config-pmap-c)#
service-policy child
Step 5
police rate {value [units] | percent percentage}
[burst burst-size [burst-units]] [peak-rate value
[units]] [peak-burst peak-burst [burst-units]]
Example:
RP/0/RSP0/CPU0:router(config-pmap-c)# police
rate percent 50
Step 6
child-conform-aware
Example:
RP/0/RSP0/CPU0:router(config-pmap-c-police)#
child-conform-aware
Step 7
conform-action [drop | set options | transmit]
Example:
RP/0/RSP0/CPU0:router(config-pmap-c-police)#
conform-action transmit
Step 8
exceed-action [drop | set options | transmit]
Example:
RP/0/RSP0/CPU0:router(config-pmap-c-police)#
exceed-action drop
Step 9
end or commit
Example:
RP/0/RSP0/CPU0:router(config-pmap-c-police)#
end
or
RP/0/RSP0/CPU0:router(config-pmap-c-police)#
commit
Cisco ASR 9000 Series Aggregation Services Router Modular Quality of Service Configuration Guide, Release 6.1.x
Configuring Enhanced Hierarchical Ingress Policing
Purpose
Enters policy map class configuration mode.
Specifies the name of the class whose policy you want to create
or change.
Applies the bottom-level policy map to the parent class-default
class.
Note
• Do not specify an input or output
keyword.
Configures traffic policing and enters policy map police
configuration mode.
Prevents the parent policer from dropping any ingress traffic that
conforms to the maximum rate specified in a child policer.
Configures the action to take on packets that conform to the rate
limit. The allowed action is:
transmit—Transmits the packets.
Configures the action to take on packets that exceed the rate limit.
The allowed action is:
drop—Drops the packet.
Saves configuration changes.
• When you issue the end command, the system prompts you
to commit changes:
Uncommitted changes found, commit them before
exiting(yes/no/cancel)? [cancel]:
Entering yes saves configuration changes to the running
configuration file, exits the configuration session, and returns
the router to EXEC mode.
215

Advertisement

Table of Contents
loading

Table of Contents