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 system security-profile scheduler

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show system security-profile scheduler
detail
logical-system <logical-system-name>
root-logical-system
summary
tenant <tenant-name>
terse

Description

Displays the number of schedulers that the user logical system administrators and primary logical system administrators can configure for their logical systems if the security profile is bound to the logical systems. The existing show command for the security-profile scheduler is enhanced with tenant support.

Options

  • detail—Displays the detailed output.

  • logical-system—Displays the name of the logical system.

  • root-logical-system—Displays root logical system as default.

  • summary—Displays the summary output.

  • tenant—Displays the name of the tenant system.

  • terse—Displays the terse output.

Required Privilege Level

view

Output Fields

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

Table 1: show security-profile scheduler Output Fields

Field Name

Field Description

logical-system tenant name

Name of the logical system or tenant system name.

security profile name

Name of the security profile bound to the logical system or tenant system.

usage/used amount

Number of resources that are currently being used.

reserved amount

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

maximum quota

Number of resources that the logical system or the tenant 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.

global maximum quota

If a logical system or the tenant 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 or tenant system.

global available amount

Number of resources available across all the logical systems or tenant system.

total logical systems/tenants

Total number of logical systems and tenant systems.

heaviest usage/user

Using the most security log streams with the detailed number.

lightest usage/user

Using the least security log streams with the detailed number.

total security profiles

Total number of the resources configured for the security profile.

global used amount

Number of resources used across all the logical systems or tenant systems.

Sample Output

show system security-profile scheduler

content_copy zoom_out_map
root@host> show system security-profile scheduler
logical-system tenant name   security profile name       usage    reserved     maximum

root-logical-system          Default-Profile                 0           0         256

Sample Output

show system security-profile scheduler detail

content_copy zoom_out_map
root@host> show system security-profile scheduler detail
logical-system tenant name : root-logical-system
security profile name      : Default-Profile
used amount                : 0
reserved amount            : 0
maximum quota              : 256

Sample Output

show system security-profile scheduler summary

content_copy zoom_out_map
root@host> show system security-profile scheduler summary
global used amount            : 0
global maximum quota          : 256
global available amount       : 256
total logical systems/tenants : 2
total security profiles       : 2
heaviest usage / user         : 0     / root-logical-system ...(2 logical system & tenants)
lightest usage / user         : 0     / root-logical-system ...(2 logical system & tenants)

Sample Output

show system security-profile scheduler terse

content_copy zoom_out_map
root@host> show system security-profile scheduler terse
logical-system tenant name   security profile name       usage    reserved     maximum

root-logical-system          Default-Profile                 0           0         256

Sample Output

show system security-profile scheduler tenant all

content_copy zoom_out_map
root@host> show system security-profile scheduler tenant all
logical-system tenant name   security profile name       usage    reserved     maximum

root-logical-system          Default-Profile                 0           0         256

Release Information

Statement introduced in Junos OS Release 11.2.

The tenant option is added in Junos OS Release 18.3R1.

footer-navigation