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 flow session plugins

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show security flow session plugins

Description

Displays the detailed information about security flow session of plugins. The output displays the information in a list to make it easy for you to read and monitor the flow session.

Required Privilege Level

View

Output Fields

Table 1 lists the output fields for the show security flow session plugins command.

Table 1: show security flow session plugins Output Fields
Field Name Field Description

Bandwidth

Client to server and server to client bytes added together and converted to MB or GB.

Base Layer7 Application

Base layer7 application details.

  • True: SSL proxy decrypted.
  • False: SSL proxy not decrypted.

Decrypted

SSL proxy decryption status.

Decrypted-Mirrored

Decryption mirror status.

Duration

Duration of the session.

Final Layer7 Application

The last classified application.

Forwarding Type

Show the type of current flow session.

Forward Direction

Interface, IP address, protocol, tag, and gateway information of this direction.

From Zone

Source zone of the flow session.

Hardware Accelerated

Status of the Express Path flow session.

Layer4 Application

Layer4 applications details.

Plugin List

List of the plugins used in the flow session.

Policy

Policy details.

Reverse Direction

Interface, IP address, protocol, tag, and gateway information of the flowdirection.

Session ID

Number that identifies the session. Use this ID to get more information about the session.

Session HA Status

Session HA status such as Stand-alone, Forward, Warm, Active, Backup, orUnknown.

Session State

Status of security flow session.

Start time

Time when the session was created, offset from the system start time.

Time Out

Idle time-out after which the session expires.

To Zone

Destination zone of the flow session.

Tunneled Session

Status of the tunnel session.

  • True: Session is a tunnel session.
  • False: Session is not a tunnel session.

Sample Output

show security flow session plugins

content_copy zoom_out_map
user@host> show security flow session plugins
content_copy zoom_out_map
Session ID              : 19
Forward Direction       : Interface: .local..0, 192.0.2.0/10002 --> 198.51.100.0/80;tcp, conn tag: 0x0, gateway: 192.0.2.0
Reverse Direction       : Interface: ge-0/0/15.0, 198.51.100.0/80 --> 192.0.2.0/10002;tcp, conn tag: 0x0, gateway: 203.0.113.0
Forwarding Type         : Route
Bandwidth               : 0.02 MB
From Zone               : junos-host
To Zone                 : internet
Layer4 Application      : junos-http
Base Layer7 Application : UNKNOWN
Final Layer7 Application: UNKNOWN
Hardware Accelerated    : False
Decrypted               : False
Decrypted-Mirrored      : False
Tunneled Session        : False
Session State           : Valid
Session HA Status       : Stand-alone
Policy                  : self-traffic-policy/1
Time Out                : 300 s
Time-To-Live            : 272 s
Start Time              : 83 s
Duration                : 3811 s
Plugin List:
junos-tcp-svr-emul: C2S Interested, S2C Interested
junos-rtcom-stream: C2S Interested, S2C Interested
junos-tcp-clt-emul: C2S Interested, S2C Interested

Release Information

Command introduced in Junos OS Release 21.1R1.

footer-navigation