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

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show system security-profile security-log-stream-number
 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. This command can be used by the primary administrator to display resource information for the primary logical system or user logical system.

Options

logical-system (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 logical-system all command. Output fields are listed in the approximate order in which they appear.

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

Field Name

Field Description

logical system name

Name of the logical system.

security profile name

Name of the security profile bound to the logical system.

usage

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

reserved

Number of resources that are guaranteed to be available to the logical system.

maximum

Number of resources that the logical system can use. The maximum does not guarantee that the amount specified for the resource in the security profile is available. The maximum is not applicable for CPU resources.

root-logical-system

Display resource information for the primary (root) logical system.

Default-Profile

Specify the authentication profile to use if no profile is specified.

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

Table 2: show system security-profile security-log-stream-number tenant all Output Fields

Field Name

Field Description

logical-system tenant name

Name of the tenant system.

security profile name

Name of the security profile bound to the tenant system.

usage

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

reserved

Number of resources that are guaranteed to be available to the tenant system.

maximum

Number of resources that the tenant system can use. The maximum resource does not guarantee that the amount specified for the resource in the security profile is available. The maximum resource is not applicable for CPU resources.

root-logical-system

Display resource information for the primary (root) logical system.

Default-Profile

Specify the authentication profile to use if no profile is specified.

Sample Output

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

content_copy zoom_out_map
user@host> show system security-profile security-log-stream-number logical-system all
logical system name   security profile name       usage    reserved     maximum
root-logical-system   Default-Profile                 1           0           3
LSYS1                 sp1                             0           1           3
LSYS2                 sp2                             1           0           3

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

content_copy zoom_out_map
user@host> show system security-profile security-log-stream-number tenant all
logical-system tenant name   security profile name       usage    reserved     maximum

root-logical-system          Default-Profile                 1           0           8
LSYS1                        p1                              1           1           2
TN1                          sp2                             0           0           8

Release Information

Command introduced in Junos OS Release 18.2R1.

tenant option introduced in Junos OS Release 18.3R1.

footer-navigation