C613-50066-01 REV A
Command Reference for IE200 Series Industrial Managed PoE+ Switches
801
AlliedWare Plus™ Operating System - Version 5.4.5I-0.x
Q
O
S C
OMMANDS
POLICE
SINGLE
-
RATE
ACTION
police single-rate action
Overview
Configures a single-rate policer for a class-map.
Syntax
police single-rate <
rate
> <
number
> <
number
> action drop-red
Mode
Policy Map Class Configuration
Usage
You can use a policer to meter the traffic on a port and drop non-conforming (red)
packets.
Example
To configure a single rate meter measuring traffic of 10 Mbps that drops a
sustained burst of traffic over this rate, use the commands:
awplus#
configure terminal
awplus(config)#
policy-map name
awplus(config-pmap)#
class classname
awplus(config-pmap-c)#
police single-rate 10000 1875000 1875000
action drop-red
Related
Commands
no police
Parameter
Description
<
rate
>
Specify the maximum rate (1-16000000 kbps).
<
number
>
Specify any decimal number between 0 and 16777216. The switch
ignores these values.
action
Specify the action if the rate is exceeded.
drop-red
Drop the red packets.