Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

show security idp counters http-decoder

date_range 19-Nov-23

Syntax

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

Description

Displays the status of all HTTP decoders.

Options

none

Displays the status of all HTTP decoders.

logical-system logical-system-name

(Optional) Displays the status of all HTTP decoders for a specific logical system.

logical-system all

(Optional) Displays the status of all HTTP decoders for all logical systems.

tenant tenant-name

(Optional) Displays the status of all HTTP decoders for a specific tenant system.

Required Privilege Level

view

Output Fields

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

Table 1: show security idp counters http-decoder Output Fields

Field Name

Field Description

No of file-decoder requests from MIME over HTTP

Number of active file decoder requests sent over HTTP from MIME.

No of pending file-decoder requests from MIME over HTTP

Number of pending file decoder requests sent over HTTP from MIME.

No of completed file-decoder requests from MIME over HTTP

Number of completed file decoder requests sent over HTTP from MIME.

No of unrecognized file type from MIME over HTTP

Number of unrecognized file types sent over HTTP from MIME.

No of compressed payload transferred over HTTP

Number of compressed files transferred over HTTP from MIME.

Sample Output

show security idp counters http-decoder

content_copy zoom_out_map
user@host> show security idp counters http-decoder             
IDP counters:
IDP counter type                                                      Value
No of file-decoder requests from MIME over HTTP                          0  
No of pending file-decoder requests from MIME over HTTP                  0
No of completed file-decoder requests from MIME over HTTP                0
No of unrecognized file type from MIME over HTTP                         0
No of compressed payload transferred over HTTP                           0
No of bypassed files over HTTP                                          0

show security idp counters http-decoder logical-system LSYS1

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

  IDP counter type                                                      Value
 No of file-decoder requests from MIME over HTTP                         0
 No of pending file-decoder requests from MIME over HTTP                 0
 No of completd file-decoder requests from MIME over HTTP                0
 No of unrecognized file type from MIME over HTTP                        0
 No of compressed payload transferred over HTTP                          0
 No of bypassed files over HTTP                                          0

show security idp counters http-decoder tenant TSYS1

content_copy zoom_out_map
user@host> show security idp counters http-decoder tenant TSYS1
IDP counters:

  IDP counter type                                                      Value
 No of file-decoder requests from MIME over HTTP                         0
 No of pending file-decoder requests from MIME over HTTP                 0
 No of completd file-decoder requests from MIME over HTTP                0
 No of unrecognized file type from MIME over HTTP                        0
 No of compressed payload transferred over HTTP                          0
 No of bypassed files over HTTP                                          0

Release Information

Command introduced in Junos OS Release 11.2.

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

tenant option introduced in Junos OS Release 19.2R1.

footer-navigation