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

show security flow session resource-manager

Syntax

show security flow session resource-manager
<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 sessions created by the resource manager.

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

Options

none—Display all resource manager sessions.

node—(Optional) For chassis cluster configurations, display resource manager sessions on a specific node.

Required Privilege Level

view

Related Topics

clear security flow session resource-manager

List of Sample Output

show security flow session resource-manager
show security flow session resource-manager node 0
show security flow session resource-manager node 1

Output Fields

Table 44 lists the output fields for the show security flow session resource-manager command. Output fields are listed in the approximate order in which they appear.

Table 44: show security flow session resource-manager 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 resource-manager

user@host> show security flow session resource-manager
Session ID: 2218, Policy name: foo/4, Timeout: 60
Resource information : MGCP ALG, 2047, 8188
  In: 12.0.102.26/28072 --> 11.0.101.236/23252;udp, If: ge-0/0/2.0
  Out: 11.0.101.236/23252 --> 12.0.102.26/28072;udp, If: ge-0/0/1.0

show security flow session resource-manager node 0

user@host> show security flow session resource-manager node 0
node0:
--------------------------------------------------------------------------
 
Session ID: 254, Policy name: trust_to_dmz/4, State: Active, Timeout: 36
Resource information : SIP ALG, 1024, 8186
  In: 11.0.54.20/41968 --> 11.0.100.196/1024;udp, If: reth2.0
  Out: 26.0.29.236/5060 --> 11.0.54.20/41968;udp, If: reth0.0
 
Session ID: 255, Policy name: trust_to_dmz/4, State: Active, Timeout: 120
Resource information : SIP ALG, 1024, 8191
  In: 26.0.29.236/25896 --> 11.0.30.21/24922;udp, If: reth0.0
  Out: 11.0.30.21/24922 --> 11.0.100.196/64510;udp, If: reth2.0
 
2 sessions displayed

show security flow session resource-manager node 1

user@host> show security flow session resource-manager node 1
node1:
--------------------------------------------------------------------------
 
Session ID: 250, Policy name: trust_to_dmz/4, State: Backup, Timeout: 880
Resource information : SIP ALG, 1022, 8192
  In: 11.0.54.20/41968 --> 11.0.100.196/1024;udp, If: reth2.0
  Out: 26.0.29.236/5060 --> 11.0.54.20/41968;udp, If: reth0.0
 
Session ID: 251, Policy name: trust_to_dmz/4, State: Backup, Timeout: 894
Resource information : SIP ALG, 1022, 8180
  In: 26.0.29.236/25896 --> 11.0.30.21/24922;udp, If: reth0.0
  Out: 11.0.30.21/24922 --> 11.0.100.196/64510;udp, If: reth2.0
 
2 sessions displayed

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