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
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 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.