Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

show security resource-manager resource active

date_range 19-Nov-23

Syntax

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

Description

This command displays security information about active resources created through the resource manager.

Options

  • none—Display information for all active resources.

  • resource-id—(Optional) Display information for a resource with a specific identification number.

  • node—(Optional) For chassis cluster configurations, display active resource manager information 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 resource command. Output fields are listed in the approximate order in which they appear.

Table 1: show security resource-manager resource Output Fields

Field Name

Field Description

Total resources

Total number of resources in the system.

active resources

Number of active resources.

Resource ID

Identification number whose resource information is displayed.

Sample Output

show security resource-manager resource active

content_copy zoom_out_map
user@host> show security resource-manager resource active         
    Resource ID 7: Group ID - 2, Application - JSF_sip

    Resource ID 6: Group ID - 2, Application - JSF_sip

    Resource ID 5: Group ID - 2, Application - JSF_sip

    Resource ID 4: Group ID - 2, Application - JSF_sip

    Resource ID 3: Group ID - 2, Application - JSF_sip

    Resource ID 1: Group ID - 2, Application - JSF_sip

    Resource ID 2: Group ID - 2, Application - JSF_sip
Total Resources 4326, active resources 7

Sample Output

show security resource-manager resource active 5

content_copy zoom_out_map
user@host> show security resource-manager resource active 5         
Resource ID 5: state - Active
    Application         - asl_client
    Parent group        - 2
    Policy              - 5
    From zone           - untrust
    To zone             - trust
    Resource timeout    - 0
    Number of sessions  - 0
    Number of Holes     - 1
        Source IP range        - {0.0.0.0, 0.0.0.0}
        Source port range      - {0, 0}
        Destination IP range   - {33.1.0.200, 33.1.0.200}
        Destination port range - {5060, 5060}
        Translated             - {0.0.0.0/0 -> 33.1.0.200/5060}
        Protocol               - 17
        Reference count        - 1

Sample Output

show security resource-manager resource active node local

content_copy zoom_out_map
user@host> show security resource-manager resource active node local         
node0:
--------------------------------------------------------------------------
    Resource ID 8192: Group ID - 1024, Application - SIP ALG
    Resource ID 8188: Group ID - 1024, Application - SIP ALG
    Resource ID 8187: Group ID - 1024, Application - SIP ALG
Total Resources 8192, active resources 3

Sample Output

show security resource-manager resource active node primary

content_copy zoom_out_map
user@host> show security resource-manager resource active node primary         
node0:
--------------------------------------------------------------------------
    Resource ID 8192: Group ID - 1024, Application - SIP ALG
    Resource ID 8188: Group ID - 1024, Application - SIP ALG
    Resource ID 8187: Group ID - 1024, Application - SIP ALG
Total Resources 8192, active resources 3

Release Information

Command introduced in Junos OS Release 8.5.

The node options added in Junos OS Release 9.0.

footer-navigation