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 security idp counters action

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show security idp counters action
<logical-system (logical-system-name | all)>
<tenant tenant-name>

Description

Displays the detailed information of IDP counter type and value.

Options

none

Displays the detailed information of IDP counter type and value.

logical system logical-system-name

(Optional) Displays the detailed information of IDP counter type and value for a specific logical system.

logical system all

(Optional) Displays the detailed information of IDP counter type and value for all logical systems.

tenant tenant-name

(Optional) Displays the detailed information of IDP counter type and value for a specific tenant system.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show security idp counters action command. Output fields are listed in the approximate order in which they appear.

Table 1: show security idp counters action Output Fields

Field Name

Field Description

IDP counter type

Name of the action

Value

Number of packets dropped, recommended, and ignored based on the action in the IDP counters.

Sample Output

show security idp counters action

content_copy zoom_out_map
user@host> show security idp counters action
IDP counters:

  IDP counter type                                                      Value
 None                                                                    0
 Recommended                                                             0
 Ignore                                                                  0
 Diffserv                                                                0
 Drop packet                                                             0
 Drop                                                                    0
 Close                                                                   0
 Close server                                                            0
 Close client                                                            0
 IP action rate limit                                                    0
 IP action drop                                                          0
 IP action close                                                         0
 IP action nofity                                                        0
 IP action failed                                                        0

show security idp counters action logical-system LSYS0

content_copy zoom_out_map
user@host> show security idp counters action logical-system LSYS0
IDP counters:

  IDP counter type                                                      Value
 None                                                                    0
 Recommended                                                             0
 Ignore                                                                  0
 Diffserv                                                                0
 Drop packet                                                             0
 Drop                                                                    0
 Close                                                                   0
 Close server                                                            0
 Close client                                                            0
 IP action rate limit                                                    0
 IP action drop                                                          0
 IP action close                                                         0
 IP action nofity                                                        0
 IP action failed                                                        0

show security idp counters action tenant TSYS1

content_copy zoom_out_map
user@host> show security idp counters action tenant TSYS1
IDP counters:

  IDP counter type                                                      Value
 None                                                                    1
 Recommended                                                             0
 Ignore                                                                  0
 Diffserv                                                                0
 Drop packet                                                             0
 Drop                                                                    0
 Close                                                                   0
 Close server                                                            0
 Close client                                                            0
 IP action rate limit                                                    0
 IP action drop                                                          0
 IP action close                                                         0
 IP action nofity                                                        0
 IP action failed                                                        0

Release Information

Command introduced for user logical system in Junos OS Release 18.3R1.

tenant option introduced in Junos OS Release 19.2R1.

footer-navigation