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 resource-manager settings

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show security resource-manager settings
<node (           node-id          | all | local | primary)>

Description

Display resource manager settings.

Options

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

  • node-id—Identification number of the node. It can be 0 or 1.

  • all—Display information about all nodes.

  • local—Display information about the local node.

  • primary—Display information about the primary node.

Required Privilege Level

view

Output Fields

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

Table 1: show security resource-manager settings Output Fields

Field Name

Field Description

Client Heartbeat

Time after which idle an resource manager client is timed out.

Count

Number of active clients.

Pinhole age

Duration for which the temporary opening in the security firewall (pinhole) is open for specified traffic. If the specified traffic does not exist during this time period, the pinhole is timed out.

Sample Output

show security resource-manager settings

content_copy zoom_out_map
user@host> show security resource-manager settings         
Client Heartbeat: timeout 600 seconds, count 5
Pinhole age: 32 seconds

Sample Output

show security resource-manager settings node primary

content_copy zoom_out_map
user@host> show security resource-manager settings node primary         
node0:
--------------------------------------------------------------------------
Client heartbeat: timeout 600 seconds, count 5
Pinhole age: 120 seconds

Sample Output

show security resource-manager settings node all

content_copy zoom_out_map
user@host> show security resource-manager settings node all         
node0:
--------------------------------------------------------------------------
Client heartbeat: timeout 600 seconds, count 5
Pinhole age: 120 seconds
node1:
--------------------------------------------------------------------------
Client heartbeat: timeout 600 seconds, count 5
Pinhole age: 120 seconds

Release Information

Command introduced in Junos OS Release 8.5; node options added in Junos OS Release 9.0.

footer-navigation