Cisco WLC: Displaying AP configuration commands

access-pointcisco-wirelesscisco-wlccli

Is there a way to display on a WLC a list of commands used for configuration of a given AP? I believe it's possible on Juniper Trapeze WLCs, wouldn't understand why Cisco would disable such an option.

Background to the question: I'd like to copy the config from my old AP to a new one and doing so by ensuring that in GUI all the fields are clicked in the same fashion as they were on the old AP seems really tedious. Is there really no quicker way to configure an AP?

Best Answer

If your question is to get the following AP configs ..

AP#capwap ap ip address
AP#capwap ap ip default-gateway
AP#capwap ap primary-base
AP#capwap ap secondary-base
AP#capwap ap hostname

You can check the configuration of the AP with show capwap ip config, and after joining the WLC, you can check the details with show capwap client config.

In general, it is unnecessary because it is used in a DHCP environment.