734
Quality of Service (QoS) Commands
FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\CLI Folders\Dell Contax
CLI\files\QoS.fm
D E L L C O N F ID E N T IA L – P R E L IM I N A RY 5 / 1 5 /1 2 - F O R P R O O F O N LY
Syntax
police
committed-rate-kbps
committed-burst-byte
[exceed-action {drop |
policed-dscp-transmit}]
no police
Parameters
•
committed-rate-kbps
—Specifies the average traffic rate (CIR) in kbits per
second (bps). (Range: 3–12582912)
•
committed-burst-byte
—Specifies the normal burst size (CBS) in bytes.
(Range: 3000–19173960)
•
exceed-action
{
drop
|
policed-dscp-transmit
}—Specifies the action taken
when the rate is exceeded. The possible values are:
•
drop
—Drops the packet.
•
policed-dscp-transmit
—Remarks the packet DSCP, according to the
policed-DSCP map as configured by the
qos map policed-dscp
Global
Configuration mode command.
Command Mode
Policy-map Class Configuration mode
User Guidelines
Policing uses a token bucket algorithm. CIR represents the speed with which
the token is removed from the bucket. CBS represents the depth of the
bucket.
Example
The following example defines a policer for classified traffic. When the traffic
rate exceeds 124,000 kbps or the normal burst size exceeds 9600 bytes, the
packet is dropped. The class is called Class1 and is in a policy map called
Policy1.
Console(config)#
policy-map
policy1
Console(config-pmap)#
class
class1
Console(config-pmap-c)#
police
124000 9600
exceed-action drop