Specifications

B-263
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Appendix B Cisco MWR 2941 Router Command Reference
police (policy map)
police (policy map)
To create a per-interface policer and configure the policy-map class to use it, use the police command
in policy-map class configuration mode. To delete the per-interface policer from the policy-map class,
use the no form of this command.
police
police bps [[bc] normal-burst-bytes [maximum-burst-bytes | [be] [burst-bytes]]] [pir bps [be
burst-bytes]] [conform-action action [exceed-action action [violate-action action]]]
no police bps
police cir
police cir bps [[bc] normal-burst-bytes [maximum-burst-bytes | [be] [burst-bytes]]] [pir bps [be
burst-bytes]] [conform-action action [exceed-action action [violate-action action]]]
no police cir bps
Syntax Description bps Target bit rate in bits per second (bps). The postfix values k, m, and g are
allowed, as is a decimal point. Valid range is from 8000 (or 8k) to
64000000000 (or 64g).
normal-burst-bytes (Optional) CIR token-bucket size in bytes for handling a burst. Valid
range is from 1000 to 512000000.
maximum-burst-bytes (Optional) PIR token-bucket size in bytes for handling a burst. Valid
range is from 1000 to 512000000.
burst-bytes (Optional) Token-bucket size in bytes for handling a burst. Valid range is
from 1000 to 512000000.
bc (Optional) Specifies in bytes the allowed (conforming) burst size.
be (Optional) Specifies in bytes the allowed excess burst size.
pir (Optional) Specifies the peak information rate (PIR).
cir Specifies the committed information rate (CIR).
conform-action action (Optional) Specifies the action to take on packets that conform to the rate
limit. See the “Usage Guidelines” section for valid values for the action
argument.
exceed-action action (Optional) Specifies the action to be taken on packets when the packet rate
is greater than the rate specified in the maximum-burst-bytes argument.
See the “Usage Guidelines” section for valid values for the action
argument.
violate-action action (Optional) Specifies the action to be taken when the packet rate is greater
than the rate specified in the maximum-burst-bytes argument. See the
“Usage Guidelines” section for valid values for the action argument.
aggregate name Specifies a previously defined aggregate policer name and configures the
policy-map class to use the specified aggregate policer.
percent percent Specifies the percentage of the interface bandwidth to be allowed. Valid
range is from 1 to 100.