Skip to main content

How to add AP licenses to a Cisco 5508 WLAN controller

How to add AP licenses to a Cisco WLAN controller.

I recently had to do this and I must say if I had the link (below) when I first started out, life would have been much easier.

You should have a PAK from Cisco when you purchased your adder license.

 

Go to https://tools.cisco.com/SWIFT/LicensingUI/Home and register it with the controller.

 

 

 

 

In this case, the PAK is 3681J1B047A.

 

You are going to need the serial number of your controller in order to generate the license for it.  I SSH into the controller and issue either "show udi" or "show license udi".  Just make sure you are communicating with the controller you intend to upgrade licenses on!  I am sure there are other ways to get this information, but this is how I do it.

 

 

After you enter in the information, you can view and download your licenses, or wait for them to arrive via email.  I downloaded the two license files in this example since I am adding licenses to two controllers.

 

 

After downloading the file to your computer, extract the file into a directory and place the files into your tftp folder for uploading into the controller.

 

 

 

You'll notice the file is named with the serial number of the controller and the date.  This should give you a hint to which file should be uploaded to your controller.

 

Browse to your controller to view the current licenses:

 

 

 

I'm a believer in backing up your controller before doing any upgrades to it.  I am going to backup the license files, save the current configuration (you will have to reboot the controller and you don't want to lose any changes) and also backup the configuration.

 

I use the 3CDaemon tftp server since it is freeware and handles larger files:

 

 

Use a logical name for the backup of your current licenses. 

 

 

You'll know the controller licenses have been backed up by looking at both the tftp server and the GUI of the controller.  Remember to name the backup to something you can decipher 5 months from now.

 

 

Now install the new license.  The syntax is tftp://<tftp server IP address>/<filenameYouDownloaded.lic>

 

Don't forget to add the ".lic" to the filename!

 

 

 

 

Verify at your TFTP server:

 

 

After the license is installed, you are informed you will need to reboot the controller.  Note that pressing OK does NOT reboot your controller.

 

 

You might want to verify that your controller has the new licenses on the Licenses page:  I did, and it is there.  Notice how the new 150 AP license now shows that it is in use.

 

 

 

Now save the configuration before you reboot the controller:

 

 

 

Press OK to save the configuration.  Now save the config to your tftp server before you reboot.  The default name of the file is good enough for me, since it is the IP address of the controller

 

 

Verify at your TFTP server:

 

 

Now you can reboot the controller.  I am going to schedule a reboot for a weekend.  Enter in the date, time and leave the image set to normal and then click reboot.  You will be informed via the gui the controller will reboot at the time/date you entered.

 

 

You are now done adding licenses to your controller.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Comments

Popular posts from this blog

Build your own Ekahau ePerf & Speedtest.mini server!

One a recent forklift project, we decided to replace our aging 802.11a/g hardware and deploy new 802.11ac WLAN gear.   We designed the building with Ekahau’s ESS - our default WLAN survey and design tool.  After designing the WLAN to meet our healthcare requirement (in this case, Aeroscout tags, Vocera badges, 5GHz Voice and data) we installed the gear and then validated the WLAN.   For this initial 802.11ac deployment, we decided to do both passive and throughput validations.  With throughput surveys, we measure actual data, such as packet loss and jitter.   On a side note - for some time now, we have said to ourselves, “I wish we had a portable Ookla Speedtest server”.   Spoiler alert!   We needed a throughput server that would be both simple to use and portable.  After talking with our Ekahau team, we decided to use the Odroid C2, and configure it for two purposes.  (It turns out that Ekahau has done the homewor...

Easy way to mount a Cisco 3602 or 3702 to the wall with off the shelf materials

Here is an option on how to Cisco AIR-CAP3602I-A-K9 access point to a wall from materials you can easily purchase from Home Depot.  (ie, I have done all the homework already)  All for under six dollars.  Check out last screen capture for the receipt. The access point was designed to be ceiling mounted in carpeted office environments, ten feet above the finished floor.  That said, there are areas that we to provide Wi-Fi coverage to that do not fit the above mentioned description – such as manufacturing, warehouses and older buildings. In these cases, we have nowhere to mount the access point.  Ceilings may be 30 feet, which is not where we want to install the AP.  In these cases we need to install the AP on a wall, approximately ten feet above the floor.  The AP does not come with a wall mount bracket that will mount it parallel to the floor, so I have come up with an off-the-shelf solution from Home Depot. The two things from the hardware sectio...

Aligning a P2P Wi-Fi bridge link

I was recently called out to investigate a Wi-Fi bridge link that was being accused of being the culprit of a myriad of network problems. Upon arrival on site, I noticed that the main site’s Wi-Fi bridge was sitting on channel 161, and that channel was overpopulated since there were two access points in the building, both on channel 161.  I moved the building’s access points to the UNII-1 band, and changed the bridge’s channel  to help alleviate some of the congestion since there was another access point on that channel across the street.  These three screenshots are  before I made any changes: Note that the bridge is capable of achieving a 54 mb/s data rate, however only 3% of all the packets are traveling at that rate – and 92% of them are data packets.  The busiest data rate is the lowest data rate – with 72% of the traffic at that rate.  Hmmm…. Also, a quick screenshot as a baseline..   After coming up with a cha...