cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4181
Views
0
Helpful
2
Replies

UC560 license using CLI

tknapp
Level 1
Level 1

I have a UC560. I want to add 8 more user license.  I want to do this using CLI.

We have issues loading the CCA tool.

How do I go about using CLI to install/Authorize/Activate the license with out using CLI?

Thankws!

1 Accepted Solution

Accepted Solutions

Nathan Compton
Level 4
Level 4

First off, you need to register the PAK number to your UC560.  You can do that here:

https://tools.cisco.com/SWIFT/Licensing/RegistrationServlet

Once it is registered, you should be emailed a zip file.  Extract that and you will have a .lic file.

Upload this file to the UC560 with TFTP:

UC560#copy tftp flash

Finally install the license with the following command:

UC560#license install flash:(filename)

There is also a technical enablement lab on installing the license:

https://supportforums.cisco.com/docs/DOC-9761

Regards,

Adam Compton

View solution in original post

2 Replies 2

Nathan Compton
Level 4
Level 4

First off, you need to register the PAK number to your UC560.  You can do that here:

https://tools.cisco.com/SWIFT/Licensing/RegistrationServlet

Once it is registered, you should be emailed a zip file.  Extract that and you will have a .lic file.

Upload this file to the UC560 with TFTP:

UC560#copy tftp flash

Finally install the license with the following command:

UC560#license install flash:(filename)

There is also a technical enablement lab on installing the license:

https://supportforums.cisco.com/docs/DOC-9761

Regards,

Adam Compton

thank you for the answer.  Worked great.