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 services ssl proxy statistics

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services ssl proxy statistics

Description

Display information about the SSL proxy statistics. An SSL proxy profile defines SSL behavior for the SRX Series Firewall.

Note:

When devices are operating in chassis cluster mode, the SSL proxy statistics increment only on the active node of the chassis cluster setup.

Options

logical-system

Displays summary information about SSL proxy.

Required Privilege Level

view

Output Fields

Table 1 describes the output fields for the show services ssl proxy statistics command. Output fields are listed in the approximate order in which they appear.

Table 1: show services ssl proxy statistics Output Fields

Field Name

Field Description

Sessions matched

The number of proxy sessions that are matched.

Sessions bypassed: non SSL

The number of proxy sessions that are bypassed because the non SSL sessions limit was exceeded

Sessions bypassed: memory overflow

The number of proxy sessions that are bypassed because the memory usage limit per session was reached.

sessions bypassed: low memory

The number of proxy sessions that are bypassed because of low memory on Packet Forwarding Engine.

Sessions created

The number of proxy sessions that are newly created.

Sessions ignored

The number of proxy sessions that are ignored.

Sessions active

The number of proxy sessions that are active.

Sessions dropped

The number of proxy sessions that are dropped.

Sessions whitelisted

The number of sessions that are allowlisted. Allowlist comprise addresses or domain names that you want to exempt from the SSL proxy processing.

whitelisted url category match

Allowlist comprise url hostnames that you want to exempt from the SSL proxy processing.

default profile hit

The number of default profiles that are matched when the sessions are allowlisted.

session dropped no default profile

The number of sessions dropped when no default profiles are matched.

policy hit no profile configured

The number of policies matched when no profile is configured.

Sample Output

show services ssl proxy statistics

content_copy zoom_out_map
user@host> show services ssl proxy statistics 
PIC:fwdd0 fpc[0] pic[0] ------
        sessions matched                      30647
        sessions bypassed:non-ssl                 0
        sessions bypassed:mem overflow            0
	     sessions bypassed:low memory               0
        sessions created                      25665
        sessions ignored                          6
        sessions active                           0
        sessions dropped                          0
		sessions whitelisted                          0
        whitelisted url category match             0

show services ssl proxy statistics logical-system

content_copy zoom_out_map
user@host> show services ssl proxy statistics logical-system LSYS1 
PIC:spu-3 fpc[0] pic[3] ------
        sessions matched                                   1
        sessions bypassed:non-ssl                          0
        sessions bypassed:mem overflow                     0
        sessions bypassed:low memory                       0
        sessions created                                   1
        sessions ignored                                   0
        sessions active                                    1
        sessions dropped                                   0
        sessions whitelisted                               0
        whitelisted url category match                     0
        default profile hit                                0
        session dropped no default profile                 0
        policy hit no profile configured                   0

Release Information

Command introduced in Junos OS Release 12.1.

The logical system option is added in Junos OS Release 19.1R1.

footer-navigation