[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

show security flow session source-prefix

Syntax

show security flow session source-prefix
source-prefix-number
<node ( node-id | all | local | primary)>

Release Information

Command introduced in Release 8.5 of JUNOS software; node options added in Release 9.0 of JUNOS software.

Description

Display information about each session that uses the specified source prefix.

This command is supported on J-series and SRX-series devices.

Options

source-prefix-number —Source IPv4 prefix or address about which to display sessions information.

node—(Optional) For chassis cluster configurations, display sessions for the specified source prefix on a specific node.

Required Privilege Level

view

Related Topics

clear security flow session source-prefix

List of Sample Output

show security flow session source-prefix 10/8

Output Fields

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

Table 47: show security flow session source-prefix Output Fields

Field Name

Field Description

Session ID

Number that identifies the session. You can use this ID to get additional information about the session.

Policy name

Policy that permitted the traffic.

Timeout

Idle timeout after which the session expires.

In

Incoming flow (source and destination IP addresses, application protocol, and interface).

Out

Reverse flow (source and destination IP addresses, application protocol, and interface).

show security flow session source-prefix 10/8

user@host> show security flow session source-prefix 10/8
Session ID: 36, Policy name: foo/4, Timeout: 1547
  In: 10.10.10.1/4923 --> 3.3.3.2/23;tcp, If: t1-1/0/0.0
  Out: 3.3.3.2/23 --> 10.10.10.1/4923;tcp, If: .local..0
1 sessions displayed

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]