Description

How to check the expiry date of a license?

Solution

To check the expiry date of a license on a Juniper device, you can use the following command:


This command will display details about the system licenses, including the expiration date, license type, and status. Look for the "date-based" field in the output to determine when the license will expire.


root@RX1500> show system license 

License usage: 

                 Licenses   Licenses  Licenses  Expiry

 Feature name            used  installed   needed 

 idp-sig                1      1      0  permanent

 remote-access-ipsec-vpn-client    0      2      0  permanent

 remote-access-juniper-std       0      2      0  permanent


Licenses installed: 

 License identifier: EmergencyJUNOS197332655

 License version: 4

 Valid for device: DB5218AK0069

 Customer ID: Juniper Internal

 Features:

  idp-sig     - IDP Signature

   permanent


 License identifier: EmergencyJUNOS430331412

 License version: 4

 Valid for device: DB5218AK0069

 Customer ID: Juniper Internal

 Features:

  idp-sig     - IDP Signature

   date-based, 2020-05-06 05:00:00 PKT - 2020-06-06 05:00:00 PKT


 License identifier: JUNOS849041086

 License version: 4

 Valid for device: DB5218AK0069

 Customer ID: PREMIER SYSTEMS (PVT) LTD.

 Features:

  idp-sig     - IDP Signature

   date-based, 2019-03-25 05:00:00 PKT - 2020-04-24 05:00:00 PKT

Modification History

2025-02-21 : Article Created