03-02-2018 06:54 AM - edited 07-05-2021 08:19 AM
Hello,
I would like to know if this is possible to configure an access point over console to flexconnect mode, and configure the IP address and native VLAN , without having it connected to a WLC ?
that's to say, connect an AP with power cable, connect over console, configure it , so it can join a WLC ?
thank you,
03-02-2018 07:50 AM
Hi
The options you have from Cisco docs are those below. Looks like it is not possible to change AP mode before it join the WLC.
AP#capwap ap ip address <IP address> <subnet mask>
AP#capwap ap ip default-gateway <IP-address>
AP#capwap ap controller ip address <IP-address>
AP#capwap ap hostname <name>
-If I helped you somehow, please, rate it as useful.-
03-02-2018 08:29 AM
Yes, you should be able to do all this via console. Here is part of a script I put together a couple of years ago for flex APs.
clear capwap private-config
capwap ap primary-base office-wlc-1 10.1.2.1
capwap ap secondary-base office-wlc-2 10.1.2.200
config slot 0 disable MyNew-AP123 |
config slot 1 disable MyNew-AP123 |
config slot 1 channel ap MyNew-AP123 165 |
config slot 1 enable MyNew-AP123 |
config ap mode flexconnect submode none MyNew-AP123 |
config flexconnect group MyNew-AP123 ap add 54:a2:74:fa:b7:5c |
config flexconnect group Opennet wlan-vlan wlan 32 add vlan 32 |
config ap disable MyNew-AP123 |
config ap flexconnect vlan enable MyNew-AP123 |
config ap flexconnect vlan native 1000 MyNew-AP123 |
config ap enable MyNew-AP123 |
config ap group-name Opennet MyNew-AP123 |
y |
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