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 system security-profile security-log-stream-number detail

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show system security-profile security-log-stream-number detail 
logical-system (all | logical-system-name)
tenant (all | tenant-system-name)

Description

Display information about a resource allocated to the logical system or tenant system in a security profile with security log stream number.

Options

logical-system-name (all | logical-system-name)

Display resource information for all logical systems, including the primary logical system or a particular logical system.

tenant (all | tenant-system-name)

Display resource information for all tenant systems, including the primary logical system or a particular tenant system.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show system security-profile security-log-stream-number summary command. Output fields are listed in the approximate order in which they appear.

Table 1: show system security-profile security-log-stream-number summary Output Fields

Field Name

Field Description

logical system name

Displays the logical system name

security profile name

Name of the security profile

used amount

Number of resources that are currently being used by the logical system.

reserved amount

Reserved quota that guarantees that the resource amount specified is always available to the logical system.

maximum quota

Maximum allowed quota. If a logical system requires more of a resource than its reserved amount allows, it can utilize resources configured for the global maximum amount if they are available—that is, if they are not allocated to other logical systems. The maximum allowed quota specifies the portion of the free global resources that the logical system can use. The maximum allowed quota does not guarantee that the amount specified for the resource in the security profile is available. Logical systems compete for global resources.

Sample Output

show system security-profile security-log-stream-number detail logical-system all

content_copy zoom_out_map
user@host> show system security-profile security-log-stream-number detail logical-system all
logical system name     : root-logical-system
security profile name   : Default-Profile
used amount             : 0
reserved amount         : 0
maximum quota           : 8

logical system name     : lsys0
security profile name   : lsys_profile
used amount             : 0
reserved amount         : 0
maximum quota           : 8

logical system name     : lsys1
security profile name   : lsys_profile
used amount             : 0
reserved amount         : 0
maximum quota           : 8

logical system name     : lsys2
security profile name   : lsys_profile
used amount             : 0
reserved amount         : 0
maximum quota           : 8

show system security-profile security-log-stream-number detail tenant all

content_copy zoom_out_map
user@host> show system security-profile security-log-stream-number detail tenant all
logical-system tenant name : root-logical-system
security profile name      : Default-Profile
used amount                : 1
reserved amount            : 0
maximum quota              : 8

logical-system tenant name : LSYS1
security profile name      : p1
used amount                : 1
reserved amount            : 1
maximum quota              : 2

logical-system tenant name : TN1
security profile name      : sp2
used amount                : 0
reserved amount            : 0
maximum quota              : 8

Release Information

Command introduced in Junos OS Release 18.2R1.

The tenant option introduced in Junos OS Release 18.3R1.

footer-navigation