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
09-09-2022 02:18 AM
config paging enable
grep include "PID:" "show ap inventory all"
This command will give all serial numbers, just copy and past it in Excel sheet. In Excel Data menu, there is an option text to columns-> it will open a popup and click next ->next
07-12-2023 01:07 AM
Tank You very much Arshad
You can also bind this command : for exemple inventory
alias exec inventory show ap config general | i Cisco AP Name|AP Serial Number|AP Model|Cisco AP Identifier
WLC01#inventory
Cisco AP Name : AP_01
Cisco AP Identifier : ac2a.xxxx.xxx1
AP Model : C9120AXI-E
AP Serial Number : FCWyyyyyyyy
Cisco AP Name : AP_02
Cisco AP Identifier : ac2a.xxxx.xxx2
AP Model : C9120AXI-E
AP Serial Number : FCWyyyyyyyy
etc...
08-13-2024 01:26 AM
I personally use the following command
show ap config general | i AP Serial Number|Cisco AP Name
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