cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
30429
Views
26
Helpful
6
Replies

Installing Ironport .xml license

martino-cisco
Level 1
Level 1

Hi All,

I received an Ironport license as an .xml file. I haven't received one in .xml format before and I'm not sure how to go about it. Does copying and pasting the content into the CLI work?

Instructions were given but i don't fully get them. This is a virtual appliance.

Any suggestions please?

1 Accepted Solution

Accepted Solutions

Yes - the tail end of the article shows that in step 17... just copy the entire XML file once you load it in your text editor... and paste it in as shown... 

virtual_esa.local> 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 SWIFT
        </company>
        <vln>
          VLNESAXXYYZZ
        </vln>
        <issue>
          XXYYZZ79f15642c686424515c4XXYYZZ
        </issue>
        <license_version>
          1.0
        </license_version>
        <begin_date>
          Wed Jul 10 23:09:50 2013 GMT
        </begin_date>
        <end_date>
          Thu Jul 10 23:12:02 2014 GMT
        </end_date>
        <email>
          average_user@cisco.com
        </email>
<<<SNIP FOR BREVITY>>>
</Envelope>
^D
IMPORTANT: PLEASE READ THIS END USER LICENSE AGREEMENT CAREFULLY. IT IS
VERY IMPORTANT THAT YOU CHECK THAT YOU ARE PURCHASING CISCO SOFTWARE OR
EQUIPMENT FROM AN APPROVED SOURCE AND THAT YOU, OR THE ENTITY YOU
REPRESENT (COLLECTIVELY, THE "CUSTOMER") HAVE BEEN REGISTERED AS THE END
USER FOR THE PURPOSES OF THIS CISCO END USER LICENSE AGREEMENT.  IF YOU
ARE NOT REGISTERED AS THE END USER YOU HAVE NO LICENSE TO USE THE SOFTWARE
AND THE LIMITED WARRANTY IN THIS END USER LICENSE AGREEMENT DOES NOT
APPLY.  ASSUMING YOU HAVE PURCHASED FROM AN APPROVED SOURCE, DOWNLOADING,
INSTALLING OR USING CISCO OR CISCO-SUPPLIED SOFTWARE CONSTITUTES
ACCEPTANCE OF THIS AGREEMENT.
<<<SNIP FOR BREVITY>>>
Please refer to the Cisco Systems, Inc. End User License Agreement,
Privacy Statement and Service Description of Software Subscription Support
Services.
Do you accept the above license agreement? []> Y

View solution in original post

6 Replies 6

Robert Sherwin
Cisco Employee
Cisco Employee

Yes - please see the following KB article to step you through the process:

https://ironport.custhelp.com/app/answers/detail/a_id/1925/kw/VESA

If you have any issues, questions - let me know.

I hope this helps!

-Robert

 

(*If you have received the answer to your original question, and found this helpful/correct - please mark the question as answered, and be sure to leave a rating to reflect!)

Hi Robert,

Thanks for your response. The document I found in that link only tells me to follow the instructions in the email to install the license key. So it doesn't give me any clarity. I really just want to know if you can copy and paste the contacts of an .xml file into the CLI of the Ironport. I'm not sure because of all the tags in the xml file like <mtu> and things like that.

 

 

Yes - the tail end of the article shows that in step 17... just copy the entire XML file once you load it in your text editor... and paste it in as shown... 

virtual_esa.local> 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 SWIFT
        </company>
        <vln>
          VLNESAXXYYZZ
        </vln>
        <issue>
          XXYYZZ79f15642c686424515c4XXYYZZ
        </issue>
        <license_version>
          1.0
        </license_version>
        <begin_date>
          Wed Jul 10 23:09:50 2013 GMT
        </begin_date>
        <end_date>
          Thu Jul 10 23:12:02 2014 GMT
        </end_date>
        <email>
          average_user@cisco.com
        </email>
<<<SNIP FOR BREVITY>>>
</Envelope>
^D
IMPORTANT: PLEASE READ THIS END USER LICENSE AGREEMENT CAREFULLY. IT IS
VERY IMPORTANT THAT YOU CHECK THAT YOU ARE PURCHASING CISCO SOFTWARE OR
EQUIPMENT FROM AN APPROVED SOURCE AND THAT YOU, OR THE ENTITY YOU
REPRESENT (COLLECTIVELY, THE "CUSTOMER") HAVE BEEN REGISTERED AS THE END
USER FOR THE PURPOSES OF THIS CISCO END USER LICENSE AGREEMENT.  IF YOU
ARE NOT REGISTERED AS THE END USER YOU HAVE NO LICENSE TO USE THE SOFTWARE
AND THE LIMITED WARRANTY IN THIS END USER LICENSE AGREEMENT DOES NOT
APPLY.  ASSUMING YOU HAVE PURCHASED FROM AN APPROVED SOURCE, DOWNLOADING,
INSTALLING OR USING CISCO OR CISCO-SUPPLIED SOFTWARE CONSTITUTES
ACCEPTANCE OF THIS AGREEMENT.
<<<SNIP FOR BREVITY>>>
Please refer to the Cisco Systems, Inc. End User License Agreement,
Privacy Statement and Service Description of Software Subscription Support
Services.
Do you accept the above license agreement? []> Y

martino-cisco
Level 1
Level 1

Thanks Robert. I appreciate it

It's late to contribute but I will contribute anyway...

Extract the license and rename the extracted file to license.xml

Best for me is to use the Windows10 FTP client.

Depends with your WSA installation if you chose to enable FTP.

1. Run windows FTP client.

     C:\WINDOWS\system32>ftp.exe

1.PNG

2. Connect to the WSA, mine is on 192.168.12.50

 Use "open" command

2.PNG

3. Unzip the license sent from Cisco and copy it to the WSA.

Mine is in the downloads folder.

4. change directory to the configuration directory.

3.PNG

 

4.PNG

5. Use "put" command specifying the location of your license file.

Again mine is in downloads.

put1.PNG

6.Install using option 2 on the WSA cmdline.

6.PNG

Press space bar a few times

7.PNG

7. Done, I hope it helps.

 

 

Thank you!!! Cool