IOS TO LWAPP
Перевод AP из автономного в облегченный режим работы (LWAPP) для работы с контроллером.
1) Скачать софт для вашей AP. В названии должен присуствовать «rcv» что означает recover. Положить на tftp сервер.
telnet 10.100.5.243
2) Заходим на AP, делаем резервную копию конфигурации
copy running-config tftp://10.1.1.6/2015-03-27_mosap1003.cfg
3) Закачиваем софт на AP
archive download-sw /force-reload /overwrite tftp://10.1.1.6/IOS/c1140-rcvk9w8-tar.152-2.jb.tar
LWAPP to IOS
connect a Ethernet cable between ur laptop and AP.. both should be in the same subnet.. and connect a console cable and get the hyperterminal console access and issue the command.. make sure you are able to ping the PC and the AP and vice versa!!
AP>en
AP# debug capwap console cli
or
debug lwapp console cli
AP#config t
AP(confg)int fa 0
AP(confg-if)ip addr <addr> <mask> (same subnet as that of the laptop)
AP(confg-if)end
AP#archive download-sw /force-reload /overwrite tftp://<tftp ip address>/<image name.tar>
AP#archieve download-sw /force-reload /overwrite tftp://10.0.0.5/c1140-k9w7-tar.124-21a.JY.tar
or
AP#archive download-sw /force-reload /overwrite tftp://192.168.1.201:/wifi/1700_2600_2700_3600_3700/ap3g2-k9w7-tar.153-3.JD11.tar
The above command will do it for you!!
Если невозможно успеть закачать софт, точка все время пытается подключиться к CAPWAP-CONTROLLERS, наши действия:
debug capwap con cli
conf t
boot manaul
do wr
do reload
set IP_ADDR 192.168.1.221
set NETMASK 255.255.255.0
set DEFAULT_ROUTER 192.168.1.1
tftp_init
ether_init
flash_init
tar -xtract tftp://192.168.1.179/ap3g1-k9w7-tar.153-3.JAB.tar flash:
set BOOT
set BOOT flash:/ap3g1-k9w7-mx.153-3.JAB/ap3g1-k9w7-mx.153-3.JAB
boot
загрузка
conf t
no boot manual
https://community.cisco.com/t5/wireless-mobility-documents/access-point-rommon-recovery-ap-prompt-recovery-example/ta-p/3119495