67
CSA-7400 QSG
ACL POLICER add
Description
Add an ACL POLICER for limit the transmission rate of flow.
Prerequisite
None
Syntax
acl policer <1-100> capacity <0-4294967> rate <0-240000000>
<1-100>
policer id.
<0-4294967>
set the committed policer max capacity, unit:Kb/s
Options
<0-240000000>
configure the committed policer rate, unit:Kb/s
Example
Add an policer for limit the transmission rate of flow; when adding ACL rule, need to appoint
to policer id.
ACL POLICER delete
Description
Delete an ACL POLICER.
Prerequisite
None
Syntax
acl policer del <1-100>
Options
<1-100>
policer id.
Example
Delete an policer
ADLINK(fabric)# acl policer 1 capacity 123 rate 456
ADLINK(fabric)# show policer
policer_id capacity rate
1 123 456
ADLINK(fabric)# acl policer del 1
ADLINK(fabric)# show policer
policer_id capacity rate
ADLINK(fabric)# acl policer 1 capacity 123 rate 345
ADLINK(fabric)# show policer
policer_id capacity rate
1 123 456