This document describes best practices for obtaining and applying virtual licenses for vESA, vWSA, and vSMA.
References to the virtual appliances may vary as VESA, vESA, ESAV (for ESA), VWSA, vWSA, WSAV (for WSA), and VSMA, vSMA, SMAV (for SMA). These acronyms are interchangeable and commonly used in Cisco documentation.
If you have not yet downloaded the virtual appliance, use these links:
Before you configure your vESA, vWSA, or vSMA, you must request and install a virtual appliance license file.
The Virtual License Number (VLN) is required to activate your virtual appliance. In addition, you need:
If you do not have a Cisco.com account, register here.
If you share a current license, use the email address originally registered for the device. Assistance is available through Cisco Global License Operations (GLO): Phone: 1-800-553-2447 (option 3), or email: licensing@cisco.com.
Note: The virtual license file is sent in XML format.
Note: The virtual license file is emailed in XML format, typically within three hours.
Once you have received the XML license file, load it onto your appliance using the CLI:
Tip: Always open the XML file with a text editor such as Notepad++. Avoid opening the file in a web browser, because this can introduce formatting issues and result in the error "Malformed license: Invalid XML, could not parse." If you encounter this error, reload the XML file using a proper text editor.
esa.example.com> loadlicense
1. Paste via CLI
2. Load from file
How would you like to load a license file?
[1]> 1
Paste the license file now.
Press CTRL-D on a blank line when done.
<?xml version="1.0"?>
<Envelope xmlns="urn:envelope">
<data>
<License>
<info>
<company>
Cisco
</company>
...
</info>
</License>
</data>
</Envelope>
^D
Do you accept the above license agreement? []> Y
After loading the license, verify the installation and feature activation.
Use the showlicense command to view the VLN and license validity details. Use the featurekey command to review active feature keys after the license application.
(Machine esa.example.com)> showlicense Virtual License =============== vln VLNESA1234567 begin_date Tue Dec 02 00:00:00 2025 GMT end_date Sun Sep 12 00:00:00 9999 GMT company Cisco seats 100 serial 62F3DF2 email user@example.com issue 386e4815d04c467088bb0882e2a0e5ff license_version 1.1
Note: Feature keys expire at the same time as the license, regardless of activation status. To obtain new feature keys, download and install a new virtual appliance license file as described in the Cisco Content Security Virtual Appliance Installation Guide.
| Revision | Publish Date | Comments |
|---|---|---|
5.0 |
22-May-2026
|
Updated the Introduction section due to character limit, added full acronym of the ESA/vESA, WSA/vWSA, and SMA/vSMA under Prerequisites. |
4.0 |
21-Feb-2026
|
Re-written using updated process. |
3.0 |
14-Feb-2023
|
Updated Title, Introduction, SEO, Style Requirements, Machine Translation, Gerunds and Formatting to comply with current guidelines. |
1.0 |
15-Aug-2014
|
Initial Release |