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 policy-manager

date_range 19-Nov-23

Syntax

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

Description

Displays the status of all IDP policies counter values.

Options

none

Displays the status of all IDP policies counter values.

logical-system logical-system-name

(Optional) Displays the status of all IDP policies counter values for a specific logical system.

logical-system all

(Optional) Displays the status of all IDP policies counter values for all logical systems.

tenant tenant-name

(Optional) Displays the status of all IDP policies counter values for a specific tenant system.

Required Privilege Level

view

Output Fields

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

Table 1: show security idp counters policy-manager Output Fields

Field Name

Field Description

Number of policies

Number of policies installed.

Number of aged out policies

Number of IDP policies that are expired.

Sample Output

show security idp counters policy-manager

content_copy zoom_out_map
user@host> show security idp counters policy-manager             
IDP counters:
 IDP counter type                                                      Value
 Number of policies                                                      0
 Number of aged out policies                                             0

show security idp counters policy-manager logical-system LSYS1

content_copy zoom_out_map
user@host> show security idp counters policy-manager logical-system LSYS1             
IDP counters:

  IDP counter type                                                      Value
 Number of policies                                                      1
 Number of aged out policies                                             0
 Policy compile failure due to memory                                    0

show security idp counters policy-manager tenant TSYS1

content_copy zoom_out_map
user@host> show security idp counters policy-manager tenant TSYS1             
IDP counters:

  IDP counter type                                                      Value
 Number of policies                                                      0
 Number of aged out policies                                             0
 Policy compile failure due to memory                                    0

Release Information

Command introduced in Junos OS Release 9.2.

logical-system option introduced in Junos OS Release 18.3R1.

tenant option introduced in Junos OS Release 19.2R1.

footer-navigation