Police – Dell PowerEdge VRTX User Manual

Page 768

Advertising
background image

768

Quality of Service (QoS) Commands

FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\CLI Folders\Dell Plasma-ARC

2+3\new_system_mifs_ARC2_latest\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 4 / 3 /1 4 - FO R P R O O F O N LY

console(config)# class-map c1

console(config-cmap)# match access-group ip1

console(config-cmap)# exit

console(config)# policy-map p1

console(config-pmap)# class c1

console(config-pmap-c)# set dscp 56

police

Use the police Policy-map Class Configuration mode command to define the

policer for classified traffic. This defines another group of actions for the

policy map (per class map).
This command is used after the

policy-map

and

class

commands.

Use the no form of this command to remove a policer.
This command is only available when QoS is in advanced mode.

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–maximal port speed)

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.

Advertising