Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

arp policer

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
policer name {
    filter-specific;
        logical-interface-policer;
        physical-interface-policer;
        if-exceeding {
        (bandwidth-limit bits per second | bandwidth-percent percent);
        burst-size-limit bytes;
    then <discard> <forwarding-class forwarding-class> <loss-priority (high | low | medium-high | medium-low)> <out-of-profile>;
}

Hierarchy Level

content_copy zoom_out_map
[edit firewall]

Description

Apply a policer to an interface. Configure policer rate limits and actions. The traffic to the Routing Engine is controlled by applying the policer on ARP. This prevents network congestion caused by broadcast storms.

A policer applies two types of rate limits on traffic:

  • Bandwidth—The number of bits per second permitted, on average

  • Maximum burst size—The maximum size permitted for bursts of data that exceed the given bandwidth limit

Options

name

Policer name.

filter-specific

Policer is filter-specific.

logical-interface-policer

Policer is a logical interface policer.

physical-interface-policer

Policer is a physical interface policer.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

security—To view this statement in the configuration.

security-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 18.4R1.

footer-navigation