02-05-2019 08:11 AM - edited 07-05-2021 09:48 AM
Dear All,
I have bought a IW3702 Cisco AP and I want to configure an autonomous IOS, for this I have downloaded the file ap3g2-k9w7-tar.153-3.JI3.tar from the URL "https://software.cisco.com/download/home/286287624/type/284180979/release/15.3.3-JI3?catid=278875243"
The problem is that I don't know the steps to install this software in my AP. Are there some instructions that I could do? I don't find any manual to follow
Best regards.
02-05-2019 10:35 AM
Hi,
You need a console cable, a patch-cord and a notebook. Then, console into the AP and follow this command:
#debug capwap console cli
#conf t
#int g0
#ip address 192.168.1.1 255.255.255.0
#no sh
ping 192.168.1.2 (Use this IP on your notebook)
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.1, timeout is 2 seconds: !!!!!
Use this command to download the IOS into the AP:
#archive download-sw /force-reload /overwrite tftp://192.168.1.2/ap3g2-k9w7-tar.153-3.JI3.tar
-If I helped you somehow, please, rate it as useful.-
04-13-2019 11:15 AM
Hi,
I have done this options using tftpd64 as tftp server but I obtain the next error when I execute the command archive download-sw. These are the command that I I try execute:
$ enable
password: Cisco
#debug capwap console cli
#conf t
#no sh
#show ip interface brief -> I have the IP 192.168.1.40
#ping 192.168.1.35 -> I can do ping to the host 192.168.1.35
#archive download-sw /force-reload /overwrite tftp://192.168.1.35/ap3g2-k9w7-tar.153-3.JD4.tar
% Invalid input detected at '^' marker.
My AP don't know the command "archive download". Could be that Cisco AP 3702-4E don't have this command?
Thanks for your help!!
02-05-2019 03:05 PM
You can follow my guide at my blog steps down to AP configuration:
https://thewlan.com.au/2016/09/27/configuring-a-cisco-ap-for-site-survey/
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