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 dfa

date_range 19-Nov-23

Syntax

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

Description

Displays the status of all DFA counter values.

Options

none

Displays the status of all DFA counter values.

logical-system logical-system-name

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

logical-system all

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

tenant tenant-name

(Optional) Displays the status of all DFA 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 dfa command. Output fields are listed in the approximate order in which they appear.

Table 1: show security idp counters dfa Output Fields

Field Name

Field Description

DFA Group Merged Usage

Number of DFA groups merged.

DFA Matches

Number of DFA matches found.

Sample Output

show security idp counters dfa

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

  IDP counter type                                                      Value
 DFA Group Merged Usage                                                  0
 DFA Matches                                                             0
 DFA compressed                                                          0
 DFA group compressed                                                    0
 DFA uncompressed                                                        0
 DFA group uncompressed                                                  0
                                                            1

show security idp counters dfa logical-system LSYS1

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

  IDP counter type                                                      Value
 DFA Group Merged Usage                                                  0
 DFA Matches                                                             0
 DFA compressed                                                          0
 DFA group compressed                                                    0
 DFA uncompressed                                                        0
 DFA group uncompressed                                                  0

show security idp counters dfa tenant TSYS1

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

  IDP counter type                                                      Value
 DFA Group Merged Usage                                                  0
 DFA Matches                                                             1
 DFA compressed                                                          0
 DFA group compressed                                                    0
 DFA uncompressed                                                        0
 DFA group uncompressed                                                  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