Mls qos aggregate-policer – Dell POWEREDGE M1000E User Manual

Page 358

Advertising
background image

2-328

Cisco Catalyst Blade Switch 3130 and 3032 for Dell Command Reference

OL-13271-03

Chapter 2 Cisco Catalyst Blade Switch 3130 and 3032 for Dell Cisco IOS Commands

mls qos aggregate-policer

mls qos aggregate-policer

Use the mls qos aggregate-policer global configuration command on the switch stack or on a standalone
switch to define policer parameters, which can be shared by multiple classes within the same policy map.
A policer defines a maximum permissible rate of transmission, a maximum burst size for transmissions,
and an action to take if either maximum is exceeded. Use the no form of this command to delete an
aggregate policer.

mls qos aggregate-policer aggregate-policer-name rate-bps burst-byte exceed-action {drop |

policed-dscp-transmit}

no mls qos aggregate-policer aggregate-policer-name

Syntax Description

Defaults

No aggregate policers are defined.

Command Modes

Global configuration

Command History

Usage Guidelines

Define an aggregate policer if the policer is shared with multiple classes.

Policers for a port cannot be shared with other policers for another port; traffic from two different ports
cannot be aggregated for policing purposes.

The port ASIC device, which controls more than one physical port, supports 256 policers on the switch
(255 user-configurable policers plus 1 policer reserved for internal use). The maximum number of
configurable policers supported per port is 63. Policers are allocated on demand by the software and are
constrained by the hardware and ASIC boundaries. You cannot reserve policers per port (there is no
guarantee that a port will be assigned to any policer).

You apply an aggregate policer to multiple classes in the same policy map; you cannot use an aggregate
policer across different policy maps.

You cannot delete an aggregate policer if it is being used in a policy map. You must first use the no police
aggregate
aggregate-policer-name policy-map class configuration command to delete the aggregate
policer from all policy maps before using the no mls qos aggregate-policer aggregate-policer-name
command.

aggregate-policer-name

Name of the aggregate policer referenced by the police aggregate
policy-map class configuration command.

rate-bps

Specify the average traffic rate in bits per second (b/s). The range
is 8000 to 1000000000.

burst-byte

Specify the normal burst size in bytes. The range is 8000 to 1000000.

exceed-action drop

When the specified rate is exceeded, specify that the switch drop the
packet.

exceed-action
policed-dscp-transmit

When the specified rate is exceeded, specify that the switch change the
Differentiated Services Code Point (DSCP) of the packet to that
specified in the policed-DSCP map and then send the packet.

Advertising