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

show firewall policer

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show firewall policer
<policer-name>

Description

Display statistics about configured policers.

Options

none

Display the count of policed packets for all configured policers.

policer-name

(Optional) Display the count of policed packets for the specified policer.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show firewall policer command. Output fields are listed in the approximate order in which they appear.

Table 1: show firewall policer Output Fields

Field Name

Field Description

Level of Output

Filter

Name of the filter that is configured at the [edit firewall family family-name filter] hierarchy level.

All levels

Policers

Display policer information:

  • Filter—Name of filter that specifies the policer action modifier.

  • Name—Name of policer.

  • Packets—Number of packets that matched the filter term in which the policer action modifier is specified. This is the number of packets that exceed the rate limits that the policer specifies.

All levels

Sample Output

show firewall policer

content_copy zoom_out_map
user@switch> show firewall policer
Filter: egress-vlan-filter
Filter: ingress-port-filter
Policers:
Name                                              Packets
icmp-connection-policer                                 0
tcp-connection-policer                                  0
Filter: ingress-vlan-rogue-block

show firewall policer policer-name

content_copy zoom_out_map
user@switch> show firewall policer tcp-connection-policer
Filter: ingress-port-filter
Policers:
Name                                              Packets
tcp-connection-policer                               	  0

Release Information

Command introduced in Junos OS Release 11.1.

footer-navigation