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 cp-session source-prefix

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show security flow cp-session source-prefix source-IP-prefix [summary | terse]

Description

Display central point session related flow information for the specified source-prefix. This is supported on the SRX1500, SRX5400, SRX5600, and SRX5800 devices and vSRX Virtual Firewall.

Options

  • source-IP-prefix—Source IP prefix or address for which to display central point session information.

  • summary | terse—Display the specified level of output.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show security flow cp-session source-prefix command. Output fields are listed in the approximate order in which they appear.

Table 1: show security flow cp-session source-prefix Output Fields

Field Name

Field Description

Valid gates

Number of valid central point sessions.

Pending gates

Number of pending central point sessions.

Invalidated gates

Number of invalid central point sessions.

Gates in other states

Number of central point sessions in other states.

Total gates

Number of central point sessions in total.

Session ID

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

SPU

Services Processing Unit.

In

Incoming flow (source and destination IP addresses).

Out

Reverse flow (source and destination IP addresses).

Sample Output

show security flow cp-session source-prefix summary

content_copy zoom_out_map
root> show security flow cp-session source-prefix 203/8 summary
DCP Flow Sessions on FPC10 PIC0:

Valid sessions: 0
Pending sessions: 0
Invalidated sessions: 0
Sessions in other states: 0
Total sessionsons on FPC10 PIC1:

: 0

DCP Flow SessiValid sessions: 0
Pending sessions: 0
Invalidated sessions: 0
Sessions in other states: 0
Total sessions: 0

DCP Flow Sessions on FPC10 PIC2:

Valid sessions: 1
Pending sessions: 0
Invalidated sessions: 0
Sessions in other states: 0
Total sessions: 1

DCP Flow Sessions on FPC10 PIC3:

Valid sessions: 0
Pending sessions: 0
Invalidated sessions: 0
Sessions in other states: 0
Total sessions: 0

show security flow cp-session source-prefix terse

content_copy zoom_out_map
root> show security flow cp-session source-prefix 203/8 terse
DCP Flow Sessions on FPC10 PIC0:
Total sessions: 0

DCP Flow Sessions on FPC10 PIC1:
Total sessions: 0

DCP Flow Sessions on FPC10 PIC2:

Session ID: 420002663, SPU: 42, Valid
  In: 203.0.113.10/7000 --> 198.51.100.2/8000;udp, 
  Out: 198.51.100.2/8000 --> 203.0.113.10/7000;udp, 
Total sessions: 1

DCP Flow Sessions on FPC10 PIC3:
Total sessions: 0

Release Information

Command introduced in Junos OS Release 10.2.

footer-navigation