本ドキュメントでは、IOS イメージで稼動する AP でフラッシュをフォーマットする方法をご案内いたします。
1. フラッシュのフォーマットを行う。
AP# debug capwap console cli
AP# format flash:
2. AP から疎通が可能な TFTP サーバ上へ、リカバリ OS を格納する。
3. リカバリ OS を AP にダウンロードする。
AP# archive download-sw tftp://<tftp server address>/<path>/<file name>
4. AP 上で IP やデフォルトゲートウェイを設定する。
AP# capwap ap ip address <IP> <Netmask>
AP# capwap ap ip default-gateway <Gateway>
5. AP 上で WLC 名や IP などを設定する。
AP# capwap ap primary-base <WLC名> <WLC IP>
6. AP を再起動する。
AP# reload