04-25-2023 03:19 AM
Hi,
We have a 5508 series WLC and around 225 access points are connected to it. Most of the APs are having DHCP ip addresses but some have static ip.
Is there any command to get the details of the APs having static ip addresses from the CLI?
04-25-2023 03:54 AM
- Check if these commands could help :
show ap summary | include Static
show ap config general
M.
04-25-2023 04:42 AM
I've tried these commands.
For first command, it's not showing results. Second command is giving details only for a single AP, not list of APs having static ip addresses.
05-17-2023 07:19 AM - edited 05-17-2023 07:20 AM
do "show ap summary" to get the list of AP names then use Excel to create the following command for each AP:
grep include "IP Address Configuration" "show ap config general <ap name>"
You need a <enter> (blank line) after each command to respond to the "Press any key to continue.." prompt.
Then paste the list of commands onto CLI to get your required output.
You'll get a line like this for each AP:
IP Address Configuration......................... DHCP
Then you can spot those which are STATIC.
04-25-2023 04:19 PM
Not that I am aware of.
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