01-16-2009 08:54 AM - edited 07-03-2021 05:00 PM
I'm just wondering if there is a way to get an output of the serial numbers of all the APs connected to a WLC. I know they can be individually found in the WLC web interface or through the CLI but i'm hoping to find a way to see them all.
thanks
01-16-2009 05:44 PM
Try show ap inventory
02-10-2022 11:10 AM
Hi Scott!
I´m trying to find the AP SN on 9800 WLC, but this model does not have a "show ap inventory" command. I haven´t find it on GUI too.
Do you know a way to find it?
Thanks!
Marcio
12-23-2022 02:22 AM
On Cat 9800 you can also get this from the GUI, under Monitoring -> AP statistics, add Serial Number column and then just export the whole list as .csv - nice and easy. This is on 17.6.4.
01-31-2024 01:03 PM
I love you
07-12-2024 10:52 AM
How do you add the serial number column. I don't see anywhere to do that.
01-16-2009 09:09 PM
WCS has an AP report that shows the serial numbers for all of the APs. But If you do not have WCS, and are just using the WLCs, I don't think there is a way.
The quickest way I can think of to get all of the AP Serial Numbers in a case without WCS would be to get the AP Summary (so you have a list of all AP names)
And then make a text document that has all of the "show ap inventory
If you SSH into the WLC, and paste your list of "show AP inventory
You will get a very simple inventory report. Maybe you could copy all of that then and parse through it. It at least saves you the time of manually doing each one in the CLI, or manually click on each AP in the GUI...
12-21-2021 03:15 AM
Thanks.
06-12-2018 03:16 AM
For my the best command is show ap summary
06-12-2018 08:43 AM
Hi.
On our 5520's and 8540's, sh ap summary does not show the serial number of the AP's.
I use grep include tory|SN: "show ap inventory all"
Regards,
Andy.
01-09-2020 08:36 AM
You can use logging and store ssh output in plain-text, clean up the data in notepad++ and paste them into Excel.
02-10-2022 12:14 PM
In Catalyst WLC's;
show ap config general | i AP Serial Number|AP Model
In essence, you can find the serial number under the output for command show ap config general. You can filter the parameters you want using pipe.
02-11-2022 06:43 AM
Thank you Arshad, it help me a lot!
01-25-2023 04:05 PM
excellent, you can get the serial numbers of the 100 access points that belong to my network with this command, thank you very much
08-04-2024 04:05 PM
Thanks Arshad. The Solution was very helpful and has saved a lot of time for us. Well done!!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide