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 idp family

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show security flow session idp family (inet | inet6)

Description

Display filtered summary of information about existing sessions, including types of sessions, active and failed sessions, and the maximum allowed number of sessions.

Options

inet

Display details summary of IPv4 sessions.

inet6

Display details summary of IPv6 sessions.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show security flow session summary family command. Output fields are listed in the approximate order in which they appear.

Table 1: show security flow session summary Output Fields

Field Name

Field Description

Valid sessions

Count of valid sessions.

Pending sessions

Count of pending sessions.

Invalidated sessions

Count of sessions the security device has determined to be invalid.

Sessions in other states

Count of sessions not in valid, pending, or invalidated state.

Total sessions

Total of the above counts.

Sample Output

show security flow session summary family inet

content_copy zoom_out_map
user@host> show security flow session summary family inet
Flow Sessions on FPC4 PIC0:
Valid sessions: 3
Pending sessions: 0
Invalidated sessions: 0
Sessions in other states: 0
Total sessions: 3

Flow Sessions on FPC5 PIC0:
Valid sessions: 4
Pending sessions: 0
Invalidated sessions: 0
Sessions in other states: 0
Total sessions: 4

show security flow session summary family inet6

content_copy zoom_out_map
user@host> show security flow session summary family inet6 

Flow Sessions on FPC1 PIC1:
Valid sessions: 20
Pending sessions: 0
Invalidated sessions: 0
Sessions in other states: 0
Total sessions: 20

Release Information

Command introduced in Junos OS Release 10.2.

Support for family inet6 added in Junos OS Release 12.1X46-D10.

footer-navigation