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

show security flow session source-port

Syntax

show security flow session source-port
source-port-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 port.

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

Options

source-port-number —Number of the source port about which to display sessions information.

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

Required Privilege Level

view

Related Topics

clear security flow session source-port

List of Sample Output

show security flow session source-port 2851
show security flow session source-port 2000 node 1

Output Fields

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

Table 46: show security flow session source-port 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.

Resource information

Information about the session particular to the resource manager, including the name of the ALG, the group ID. and the resource ID.

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-port 2851

user@host> show security flow session source-port 2851
Session ID: 33, Policy name: default-policy/2, Timeout: 1492
  In: 10.10.10.1/2851 --> 192.168.0.2/21;tcp, If: t1-1/0/0.0
  Out: 192.168.0.2/21 --> 10.10.10.1/2851;tcp, If: ge-0/0/1.0

show security flow session source-port 2000 node 1

user@host> show security flow session source-port 2000 node 1
node1:
--------------------------------------------------------------------------
Session ID: 1, Policy name: sfw1/4, State: Backup, Timeout: 322
  In: 1.1.1.2/2000 --> 11.11.1.2/40000;udp, If: reth0.1
  Out: 11.11.1.2/40000 --> 1.1.1.2/2000;udp, If: reth1.1
Session ID: 2, Policy name: sfw2/5, State: Backup, Timeout: 316
  In: 1.1.2.2/2000 --> 11.11.2.2/40000;udp, If: reth0.2
  Out: 11.11.2.2/40000 --> 1.1.2.2/2000;udp, If: reth1.2
Session ID: 3, Policy name: sfw3/6, State: Backup, Timeout: 320
  In: 1.1.3.2/2000 --> 11.11.3.2/40000;udp, If: reth0.3
  Out: 11.11.3.2/40000 --> 1.1.3.2/2000;udp, If: reth1.3
Session ID: 4, Policy name: sfw4/7, State: Backup, Timeout: 322
  In: 1.1.4.2/2000 --> 11.11.4.2/40000;udp, If: reth0.4
  Out: 11.11.4.2/40000 --> 1.1.4.2/2000;udp, If: reth1.4
4 sessions displayed

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