Forum Discussion
AZURE -- F5 VE V14 -- License Expiry Check
- 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
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
Thanks Austin, for some reason on Version 13.0 when I ran the tmsh command piping with grep, I was not able to get the Expiration Date. May be its version specific.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com