[Contents] [Prev] [Next] [Index] [Report an Error]

Example: Configuring a Policer Action

Discard any packet that exceeds a bandwidth of 300 kilobits per second (Kbps) and a burst-size limit of 500 kilobytes (KB):

[edit firewall]
policer p1 {
if-exceeding {
bandwidth-limit 300k;
burst-size-limit 500k;
}
then {
discard;
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]