cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1816
Views
5
Helpful
2
Replies

Configure a local AP to flexconnect over console ?

aleopoldie
Level 3
Level 3

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,

2 Replies 2

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.-

aogston
Level 1
Level 1

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
Review Cisco Networking for a $25 gift card