Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
keyboard_arrow_right

show services ssl session

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services ssl session flow-session-id
 pic-info fpc-slot slot number pic-slot slot-number

Description

Display information about the Secure Sockets Layer (SSL) session.

Note:

When the CLI is in logical system context mode and you enter an operational-mode command, the output of the command displays information related to the logical system only.

Options

pic-info fpc-slot slot number pic-slot slot-number

Display the information for the FPC in the specified slot.

Required Privilege Level

view

Output Fields

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

Table 1: show services ssl session Output Fields

Field Name

Field Description

Session ID

Session identifier.

Connection Type

SSL connection type.

SSL Profile:

SSL profile applied - proxy or termination or initiation.

Resumed Session

Session resumption applied.

One-Crypto

One-crypto status for this particular session: Enabled or Disabled.

Async-crypto

Async-crypto status for this particular session: Enabled or Disabled.

Renegotiation Count

Number of times the session renegotiation was done.

Server Certificate Subject Name

Full subject name of the certificate.

Server Cert verification status

Status of the server certificate validation.

Serial Number

Serial number of the certificate.

CRL check

Status of cRL validation is enabled or disabled.

Action

Actions related to certification revocations checks.

SSL_T Details:

SSL termination details:

  • Key Size—Server certificates key size

  • Cipher—SSL Cipher.

  • TLS version—Protocol version used.

SSL_I Details

SSL initiation details:

  • Key Size—Server certificates key size

  • Cipher—SSL Cipher.

  • TLS version—Protocol version used.

Sample Output

show services ssl session

content_copy zoom_out_map
user@host > show services ssl session flow-session-id
Lsys Name : root-logical-system

PIC:fpc0 fpc[0] pic[0] ------

Session ID          : 56
Connection Type     : PROXY
SSL Profile         : SSL_PROFILE
Resumed Session     : No
One-crypto          : Disabled
Async-crypto        : Enabled
Renegotiation count : 0
Server Certificate Subject Name    : /C=IN/ST=KAR/L=BNG/O=JN/OU=JNPR/CN=server/emailAddress=ser
Server Cert verification status    : OK
CRL check           : Enabled
Action              : Allow
SSL_T Details :

      Key size      : 2048
      cipher        : ECDHE-RSA-AES256-GCM-SHA384
      TLS version   : 1.2
SSL_I Details :

      Key size      : 2048
      Cipher        : ECDHE-RSA-AES256-GCM-SHA384
      TLS version   : 1.2

Release Information

Command introduced in Junos OS Release 19.3R1.

external-footer-nav