08-01-2014 11:29 AM - edited 07-05-2021 01:18 AM
Hello.
Can I convert a AIR-CAP1602I-T-K9 from controller-based to stand-alone???
Thank you.
08-01-2014 11:35 AM
OF course you can.
Here's the link of the stand-alone image.
http://software.cisco.com/download/release.html?mdfid=284366503&flowid=37523&softwareid=284180979&release=15.2.4-JB5&relind=AVAILABLE&rellifecycle=ED&reltype=latest
do you know how to convert it?
08-01-2014 11:50 AM
No, please help me.
08-01-2014 12:30 PM
Sure no problem.
First you need to download the correct image. You can do it in the previous link.
Console tu AP and write this command: debug capwap console cli. Whit this line you you capwap ap will accept the command conf t
then:
conf t
ip default-gateway X.X.X.X
(I recommend that your computer's ip and the default gateway be the same.)
interface g0
ip address X.X.X.X x.x.x.x <-- Your subnet mask
no shut
archive download-sw /force-reload /overwrite tftp://X.X.X.X/c1140-k9w7-tar.124-25d.JA.tar
TFTP X.X.X.X = Your ip computer
c1140-k9w7-tar.124-25d.JA.tar= you need to change it for the correct name.
Your computer and your AP have to be in the same network
Example:
My computer address: 10.10.10.1
conf t
ip default-gateway 10.10.10.1
int g0
ip address 10.10.10.102 255.255.255.0
no sh
archive download-sw /force-reload /overwrite tftp://10.10.10.1/c1140-k9w7-tar.124-25d.JA.tar
08-04-2014 07:10 AM
Thank you d.ordonez.
I will go to try to do this conversion.
Thank you for help me.
08-04-2014 08:15 AM
You're welcome.
***Please rate the answer if this information was useful***
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