2-212
Catalyst4500 Series SwitchCiscoIOS Command Reference—Release 12.2(18)EW
78-16201-01
Chapter2Cisco IOS Commands for the Catalyst 4500 Series Switches
qos aggregate-policer
qos aggregate-policer
To define a named aggregate policer, use the qos aggregate-policer command. To delete a named
aggregate policer, use the no form of this command.
qos aggregate-policer name rate burst [conform-action {transmit | drop} |
exceed-action {transmit | drop | policed-dscp-transmit}]
no qos aggregate-policer name
Syntax Description
Defaults The default settings are as follows:
• Conform-action transmits
• Exceed-action drops
Command Modes Global configuration
Command History
Usage Guidelines This policer can be shared by different policy map classes and on different interfaces.
The Catalyst 4006 switch supports up to 1000 aggregate input policers and 1000 output policers.
The qos aggregate-policer command allows you to configure an aggregate flow and a policing rule for
that aggregate. When you enter your rate and burst parameters, the range for the average rate is 32 Kbps
to 32 Gbps, and the range for the burst size is 1 KB to 512 MB.
A rate can be entered in bits-per-second without a suffix. In addition, the suffixes described in
Table2-10 are allowed.
name Name of the aggregate policer.
rate Maximum bits per second; valid values are from 32000 to 32000000000.
burst Burst bytes; valid values are from 1000 to 512000000.
conform-action (Optional) Specifies the action to be taken when the rate is not exceeded.
transmit (Optional) Transmits the package.
drop (Optional) Drops the packet.
exceed-action (Optional) Specifies action when QoS values are exceeded.
policed-dscp-transmit (Optional) Sends the DSCP per the policed-DSCP map.
Release Modification
12.1(8a)EW Support for this command was introduced on the Catalyst 4500 series switch.