...
The set firewall policer if-exceeding rateburst-limit command configures the rate burst limit value for a policer.
NOTE:
...
.
...
Command Syntax
set firewall policer <policer-name> if-exceeding burst-limit <value>
Parameters
Parameter | Description |
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.
|
|
|
|
Example
- The following example configures rate burst limiting for the p1 policer policer to 100 500 pps (packets per second).
Code Block |
---|
admin@Xorplus# set firewall policer p1 if-exceeding count-mode packet admin@Xorplus# set firewall policer p1 if-exceeding rateburst-limit 100500 admin@Xorplus# run show policer Policer rate limit burst limit count mode action ------------ ---------- ---------- ---------- ---------- p1 100 0 500 packet discard |
...