Specifications
2-279
Cisco ME 3400 Ethernet Access Switch Command Reference
OL-9640-07
Chapter 2 Cisco ME 3400 Ethernet Access Switch Cisco IOS Commands
policer aggregate (global configuration)
policer aggregate (global configuration)
Use the policer aggregate global configuration command to create an aggregate policer to police all
traffic across multiple classes in an input policy map. An aggregate policer can be shared by multiple
classes in the same policy map. A policer defines a maximum permissible rate of transmission or
committed information rate, a maximum burst size for transmissions, and an action to take if the
maximum is met or exceeded. Use the no form of this command to remove the specified policer.
policer aggregate aggregate-policer-name {rate-bps | cir cir-bps} [bc burst- value]
[conform-action [set-cos-transmit {new-cos-value | [cos | dscp | precedence] [table
table-map name]} | set-dscp-transmit {new-dscp-value | [cos | dscp | precedence] [table
table-map name]} | set-prec-transmit {new-precedence-value | [cos | dscp | precedence]
[table table-map name]} | set-qos-transmit qos-group-value | transmit] [exceed-action [drop
| set-cos-transmit {new-cos-value | [cos | dscp | precedence] [table table-map name]} |
set-dscp-transmit {new-dscp-value | [cos | dscp | precedence] [table table-map name]} |
set-prec-transmit {new-precedence-value
| [cos | dscp | precedence] [table table-map name]}
| set-qos-transmit qos-group-value | transmit] [violate]
no policer aggregate aggregate-policer-name {rate-bps | cir cir-bps} [bc burst- value]
[conform-action [set-cos-transmit {new-cos-value | [cos | dscp | precedence] [table
table-map name]} | set-dscp-transmit {new-dscp-value | [cos | dscp | precedence] [table
table-map name]} | set-prec-transmit {new-precedence-value | [cos | dscp | precedence]
[table table-map name]} | set-qos-transmit qos-group-value | transmit] [exceed action [drop
| set-cos-transmit {new-cos-value | [cos | dscp | precedence] [table table-map name]} |
set-dscp-transmit {new-dscp-value | [cos | dscp | precedence] [table table-map name]} |
set-prec-transmit {new-precedence-value
| [cos | dscp | precedence] [table table-map name]}
| set-qos-transmit qos-group-value | transmit] ]
Syntax Description aggregate-policer-name Name of the aggregate policer.
rate-bps Specify the average traffic rate in bits per second (b/s). The range is
8000 to 1000000000.
cir cir-bps Committed information rate (CIR) in b/ s. The range is 8000 to
1000000000 b/s.
bc burst- value (Optional) Conform burst. The number of acceptable burst bytes. The
range is 8000 to 1000000 bytes.
If no burst value is entered, the system calculates a burst value that
equals the number of bytes that can be sent in 250 milliseconds (ms)
at the CIR rate. In most cases, the automatically calculated value is
appropriate; enter a new value only if you are aware of all
implications.
conform-action (Optional) Action to be taken on packets that meet (are less than or
equal to) the CIR.
set-cos-transmit cos-value Set a new class of service (CoS) value for the packet and send the
packet. This specifies the to-type of the marking action. The range for
the new CoS value is 0 to 7.
set-dscp-transmit dscp-value Set a new Differentiated Services Code Point (DSCP) value for the
packet and send the packet. This specifies the to-type of the marking
action. The range for the new DCSP value is 0 to 63.