AP 2700 image recovery
ap power up with empty flash:
ap:dir flash:
set IP_ADDR 10.0.0.1
set NETMASK 255.255.255.0
set DEFAULT_ROUTER --- optional
tftp_init
tar -xtract tftp://10.0.0.88/ap3g2-rcvk9w8-tar.153-3.JPO.tar flash:
boot flash:ap3g2-rcvk9w8-mx
Reset the CAPWAP Configuration on Cisco IOS and ClickOS APs
https://www.cisco.com/c/en/us/support/docs/wireless/aironet-1200-series/99763-reset-lwappconfig-lap.html#toc-hId--466648378
===
- Connect the console cable
- Unplug the power or network cable if connected to a POE switch
- Press and hold the Mode button
- Plug the power back into the AP
- Wait until the output on the console says button is pressed. Wait for button to be released…
- Once that message is displayed release the button and allow the AP to boot
You should now be at the ap: prompt
- Type dir flash:
- Enter the command delete flash:private-multiple-fs
- Press y when prompted
- Type reset to reboot the AP
Username: Cisco
Password: Cisco
If auto discovery fails, can manually configure AP IP address and WLC IP address
- capwap ap ip address AP_IP_ADDRESS MASK
- capwap ap ip default-gateway WLC_IP_ADDRESS --- Optional
- capwap ap controller ip address WLC_IP_ADDRESS
====
Reset AP:on Linux box:
screen /dev/ttyS0
debug capwap console cli
erase /all nvram:
undebug all
reload
need manually delete IPs
clear capwap ip ...
clear capwap controller ....
Error on AP:
Jun 5 23:43:09.009: %CAPWAP-1-SSC_CERT_AUTH_FAILED: Failed to authorize controller, SSC certificate validation failed.Peer certificate verification failed
clear capwap private-config
and reboot the AP
=============
Config AP with static IP
- capwap ap ip address AP_IP_ADDRESS MASK
- capwap ap ip default-gateway WLC_IP_ADDRESS
- capwap ap controller ip address WLC_IP_ADDRESS
Comments
Post a Comment