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 license (View)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show system license
<bandwitdh | installed | fpc | keys | status | usage>

Description

Display licenses and information about how licenses are used.

Options

none

Display all license information.

bandwidth

(Optional) Display a summary of advanced and premium bandwidth used by flex capable FPCs.

installed

(Optional) Display installed licenses only.

fpc

(Optional) Display premium and advanced bandwidth usage for Flex-Only and flex-capable FPCs.

keys

(Optional) Display a list of license keys. Use this information to verify that each expected license key is present.

status

(Optional) Display license status for a specified logical system or for all logical systems.

usage

(Optional) Display the state of licensed features.

Required Privilege Level

view

Output Fields

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

Table 1: show system license Output Fields

Field Name

Field Description

Feature name

Name assigned to the configured feature. You use this information to verify that all the features for which you installed licenses are present.

Licenses used

Number of licenses used by the device. You use this information to verify that the number of licenses used matches the number configured. If a licensed feature is configured, the feature is considered used.

Licenses installed

Information about the installed license key:

  • License identifier—Identifier associated with a license key.

  • License version—Version of a license. The version indicates how the license is validated, the type of signature, and the signer of the license key.

  • Valid for device—Device that can use a license key.

  • Features—Feature associated with a license.

Licenses needed

Number of licenses required for features being used but not yet properly licensed.

Expiry

Time remaining in the grace period before a license is required for a feature being used.

Logical system license status

Displays whether a license is enabled for a logical system.

Sample Output

show system license

content_copy zoom_out_map
user@host> show system license

License usage: 
                                 Licenses     Licenses    Licenses    Expiry
  Feature name                       used    installed      needed 
  av_key_kaspersky_engine               1            1           0    2012-03-30 01:00:00 IST
  wf_key_surfcontrol_cpa                0            1           0    2012-03-30 01:00:00 IST
  dynamic-vpn                           0            1           0    permanent
  ax411-wlan-ap                         0            2           0    permanent

Licenses installed: 
  License identifier: JUNOS301998
  License version: 2
  Valid for device: AG4909AA0080
  Features:
    av_key_kaspersky_engine - Kaspersky AV
      date-based, 2011-03-30 01:00:00 IST - 2012-03-30 01:00:00 IST

  License identifier: JUNOS302000
  License version: 2
  Valid for device: AG4909AA0080
  Features:
    wf_key_surfcontrol_cpa - Web Filtering
      date-based, 2011-03-30 01:00:00 IST - 2012-03-30 01:00:00 IST

show system license installed

content_copy zoom_out_map
user@host> show system license installed

License identifier: JUNOS301998
  License version: 2
  Valid for device: AG4909AA0080
  Features:
    av_key_kaspersky_engine - Kaspersky AV
      date-based, 2011-03-30 01:00:00 IST - 2012-03-30 01:00:00 IST

  License identifier: JUNOS302000
  License version: 2
  Valid for device: AG4909AA0080
  Features:
    wf_key_surfcontrol_cpa - Web Filtering
      date-based, 2011-03-30 01:00:00 IST - 2012-03-30 01:00:00 IST

show system license keys

content_copy zoom_out_map
user@host> show system license keys   

XXXXXXXXXX xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx
	        xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx
	        xxxxxx xxxxxx xxx

show system license usage

content_copy zoom_out_map
user@host> show system license usage

                                   Licenses     Licenses    Licenses  Expiry
Feature name                           used    	installed      needed 
  av_key_kaspersky_engine               1            1           0    2012-03-30 01:00:00 IST
  wf_key_surfcontrol_cpa                0            1           0    2012-03-30 01:00:00 IST
  dynamic-vpn                           0            1           0    permanent
  ax411-wlan-ap                         0            2           0    permanent

show system license status logical-system all

content_copy zoom_out_map
user@host> show system license status logical-system all
Logical system license status:
                
logical system name                 license status
root-logical-system                 enabled       
LSYS0                               enabled       
LSYS1                               enabled       
LSYS2                               enabled       

show system license bandwidth

content_copy zoom_out_map
user@host> show system license bandwidth
Advance Bandwidth Usage: 110 
Premium Bandwidth Usage: 0
       

show system license fpc

content_copy zoom_out_map
user@host> show system license fpc
FPC                Serial Number
    5                ABC123
Advance Bandwidth Usage: 100
Premium Bandwidth Usage: 0

Flex-capable linecards:
  FPC                Serial Number
    1                ABC124
Advance Bandwidth Usage: 10
Premium Bandwidth Usage: 0

       

Release Information

Command introduced in Junos OS Release 9.5. Logical system status option added in Junos OS Release 11.2. Support for flex FPC and bandwidth licensing added in Junos OS Release 22.1 for MX platforms.

footer-navigation