set firewall policer if-exceeding burst-limit


The set firewall policer if-exceeding burst-limit command configures the burst limit value for a policer.

Command Syntax

set firewall policer <policer-name> if-exceeding burst-limit <value>

Parameters

ParameterDescription

policer <policer-name>

Specifies the policer name. The value is a string.

burst-limit <value>

Specifies the burst limit value of a policer. The data rate unit is set by set firewall policer if-exceeding count-mode command.

  • When the count mode is packet, the range of burst-limit is from 0 to 1000 pps.
  • When the count mode is kbit, the range of burst-limit is from 0 to 100000000 kbit/s.

Example

  • The following example configures burst limiting for the p1 policer to 500 pps (packets per second).
admin@Xorplus# set firewall policer p1 if-exceeding count-mode packet
admin@Xorplus# set firewall policer p1 if-exceeding burst-limit 500
admin@Xorplus# run show policer
Policer         rate limit   burst limit   count mode  action 
------------   ----------  ----------    ----------   ----------
p1              100          500           packet      discard

Copyright © 2024 Pica8 Inc. All Rights Reserved.