Forum Discussion

Wackitron_36350's avatar
Wackitron_36350
Icon for Altocumulus rankAltocumulus
Dec 20, 2018
Solved

AZURE -- F5 VE V14 -- License Expiry Check

Hi F5 Fraternity,   When I ran the command tmsh show sys license, It just gives me the Start Date Info. Which seems ok to me. But, the question is how do we know the Expiration of the License or t...
  • AMiles_377865's avatar
    Dec 20, 2018

    Hello Abdul,

    You can always check license details from the GUI:

    System -> License

    You can still check from the CLI if you would prefer, but the commands depend on what version of BIG-IP you are using. For versions 12 or later, running

    tmsh show sys license
    

    gives you the full license information, including the expiration and support information. If you are still having trouble finding it, you can always grep for what you need.

    tmsh show sys license | grep "End Date"
    tmsh show sys license | grep "Service"
    

    For versions 11 and earlier, we can use the following to check license details individually.

    tmsh 
    show /sys license detail | grep [details]
    

    Feel free to ask if you have any more questions,

    Austin