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 secure-wire

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show system security-profile secure-wire
<all-logical-systems-tenants>
<detail>
<logical-system (all | logical-system-name)>
<root-logical-system>
<summary>
<tenant (all | tenant-system-name)>
<terse>

Description

Display information about secure wire resource allocation.

Options

  • none—Display information about all configured secure wire resource allocation.

  • all-logical-systems-tenants—Display information about all configured logical system and tenant system.

  • detail—Display detailed information about all configured logical system and tenant system.

  • logical-system (all | logical-system-name)—Perform this operation on all logical systems or on a particular logical system.

  • root-logical-system—Perform this operation for primary logical systems.

  • summary—Display detailed summary of resource allocation.

  • tenant (all | tenant-system-name)—Secure wire does not support tenant system.

  • terse—Display summary of resource allocation.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show system security-profile secure-wire command in the approximate order in which they appear.

Table 1: show system security-profile secure-wire Output Fields

Field Name

Field Description

logical-system tenant name

Name of the logical system and tenant system.

security profile name

Name of the security profile name.

usage

Number of usage 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.

Sample Output

show system security-profile secure-wire

content_copy zoom_out_map
user@host> show system security-profile secure-wire           

logical-system tenant name   security profile name       usage    reserved     maximum

root-logical-system          Default-Profile                 0           0         255

Sample Output

show system security-profile secure-wire logical-system LSYS1

content_copy zoom_out_map
user@host> show system security-profile secure-wire logical-system LSYS1           

logical-system tenant name   security profile name       usage    reserved     maximum

LSYS1                        prof1                             1           1         100

Sample Output

show system security-profile secure-wire all-logical-systems-tenants

content_copy zoom_out_map
user@host> show system security-profile secure-wire all-logical-systems-tenants           

logical-system tenant name   security profile name       usage    reserved     maximum

root-logical-system          Default-Profile                 0           0         255
LSYS1                        prof1                           1           1         100

Sample Output

show system security-profile secure-wire detail

content_copy zoom_out_map
user@host> show system security-profile secure-wire detail           

logical-system tenant name : root-logical-system
security profile name      : Default-Profile
used amount                : 0
reserved amount            : 0
maximum quota              : 255

Sample Output

show system security-profile secure-wire summary

content_copy zoom_out_map
user@host> show system security-profile secure-wire summary           

global used amount            : 1
global maximum quota          : 255
global available amount       : 254
total logical systems/tenants : 2
total security profiles       : 1
heaviest usage / user         : 1     / LSYS1
lightest usage / user         : 0     / root-logical-system

Sample Output

show system security-profile secure-wire terse

content_copy zoom_out_map
user@host> show system security-profile secure-wire terse           

logical-system tenant name   security profile name       usage    reserved     maximum

root-logical-system          Default-Profile                 0           0         255

Release Information

Command introduced in Junos OS Release 12.3X48-D10.

logical-system option introduced in Junos OS Release 19.3R1.

footer-navigation