Cisco Aironetに固定IPを設定してCisco WLCに登録・解除のメモ
AironetのデフォルトのIDとパスワードはCisco/Cisco.
1 2 3 4 5 6 |
APxxxx.xxxx.xxxx>en Password:Cisco APxxxx.xxxx.xxxx#capwap ap ip address 192.168.1.11 255.255.255.0 APxxxx.xxxx.xxxx#capwap ap ip default-gateway 192.168.1.254 APxxxx.xxxx.xxxx#capwap ap controller ip address 192.168.100.1 APxxxx.xxxx.xxxx#capwap ap primary-base WLC01 192.168.100.1 |
コマンドはその都度保存されるのでsaveは必要ない。
確認
1 2 3 4 5 6 7 8 9 |
APxxxx.xxxx.xxxx>en Password:Cisco APxxxx.xxxx.xxxx#show capwap ip config LWAPP Static IP Configuration IP Address 192.168.1.11 IP netmask 255.255.255.0 Default Gateway 192.168.1.254 Primary Controller 192.168.100.1 |
ホスト名はデフォルトのユーザIDとパスワードでは設定できない。
1 2 |
APxxxx.xxxx.xxxx#capwap ap hostname APname01 ERROR!!! Command is disabled. |
ユーザIDとパスワードの変更
1 |
config ap username <username> password <password> <ALL | AP Name> |
固定IP設定後にネットワークに接続してWLCと通信できれば登録が行われWLCの設定情報がダウンロードされる。
WLCからAironetの登録解除
Lightweight AP(LAP)での LWAPP 設定のリセット
http://www.cisco.com/cisco/web/support/JP/106/1066/1066577_reset-lwappconfig-lap-j.html
LAP での LWAPP 設定のリセット
ネットワーク内の異なる場所に AP を移動すると LAP が以前の WLC に加入できない場合、あるいは、AP を手動で再設定して別の WLC に加入する必要がある場合、AP が別のコントローラに関連付けられるようにするには新規のコントローラ情報を入力する必要があります。
LAP が WLC に正常に登録されると、(前のセクションで説明した)スタティック LWAPP 設定コマンドはロックアウトされ、アクセスできなくなります。コマンドを再度イネーブルにするには、LAP が以前のコントローラに加入している間にユーザ名とパスワードを設定しておく必要があります。
1 |
APxxxx.xxxx.xxxx#clear lwapp private-config |
この後にコントローラIPの変更等を行う。
1 2 3 4 5 6 7 8 9 10 11 12 |
APxxxx.xxxx.xxxx>en Password:Cisco APxxxx.xxxx.xxxx#capwap ap ip address 192.168.20.11 255.255.255.0 APxxxx.xxxx.xxxx#capwap ap ip default-gateway 192.168.20.254 APxxxx.xxxx.xxxx#capwap ap controller ip address 192.168.100.2 APxxxx.xxxx.xxxx#show capwap ip config LWAPP Static IP Configuration IP Address 192.168.20.11 IP netmask 255.255.255.0 Default Gateway 192.168.20.254 Primary Controller 192.168.100.2 |
WLCとAironetが正常に通信できる場合の解除作業は確認できましたが、それぞれが故障交換などの場合にはもう少し手順が増えそうです。