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 Traffic Policing (2R3C)
Command or Action
Step 4
policy-map policy-name
Example:
RP/0/RSP0/CPU0:router(config)# policy-map
policy1
Step 5
class class-name
Example:
RP/0/RSP0/CPU0:router(config-pmap)# class
class1
Step 6
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 768000 burst 288000 peak-rate 1536000
peak-burst 576000
Step 7
conform-color class-map-name
Example:
RP/0/RSP0/CPU0:router(config-pmap-c-police)#
conform-color match-not-frde
Step 8
exceed-color class-map-name
Example:
RP/0/RSP0/CPU0:router(config-pmap-c-police)#
exceed-color match-frde
Step 9
conform-action action
Example:
RP/0/RSP0/CPU0:router(config-pmap-c-police)#
conform-action set mpls experimental topmost
3

Cisco ASR 9000 Series Aggregation Services Router Modular Quality of Service Configuration Guide, Release

6.1.x
86
Configuring Modular QoS Congestion Management
Purpose
Creates or modifies a policy map that can be attached to one or
more interfaces to specify a service policy and enters the policy
map configuration mode.
Specifies the name of the class whose policy you want to create
or change and enters the policy map class configuration mode.
Configures traffic policing and enters policy map police
configuration mode. The traffic policing feature works with a
token bucket algorithm.
(Use with SIP 700 line card, ingress only)
Configures the class-map name to assign to conform-color
packets.
(Use with SIP 700 line card, ingress only)
Configures the class-map name to assign to exceed-color packets.
Configures the action to take on packets that conform to the rate
limit. The action argument is specified by one of these keywords:
• drop—Drops the packet.
• set—Has these keywords and arguments:
discard-class value—Sets the discard class value. Range
is 0 to 7.
dscp value—Sets the differentiated services code point
(DSCP) value and sends the packet.
mpls experimental {topmost | imposition} value—Sets
the experimental (EXP) value of the Multiprotocol Label
Switching (MPLS) packet topmost label or imposed label.
Range is 0 to 7.

Advertisement

Table of Contents
loading

Table of Contents