はじめに
本ドキュメントでは、Catalyst 9800 ワイヤレスコントローラ (C9800) の High Availability (HA) 構成を無効化した際の動作について説明しています。
HA 構成の無効化の手順
以下のような Redundancy Management Interface (RMI) の設定を 'no' コマンドで解除を行うことで設定を無効化できます。
C9800(config)# no redun-management interface <インターフェース名> chassis 1 address <chassis 1 の RMI IP> chassis 2 address <chassis 2 の RMI IP> |
この際に C9800 のバージョンによっては、Standby 側の 9800 の設定が初期化される動作となるため注意が必要です。
17.6 以前のバージョンの場合
17.6 以前のバージョンで HA 構成の無効化を行った場合、Standby 側の設定が再起動後に初期化されます。boot パスの設定なども削除されるため、Install モードで利用していた場合には、再起動後に予期せずに Bundle モードで C9800 が起動することがあります。
// Active 側の 9800 の出力例
# no コマンドで RMI 設定を解除する # Standby 側の 9800 が再起動後 Day-0 Config で起動する警告がでるため、yes を選択して進みます
C9800(config)#$ress 172.22.178.153 chassis 2 address 172.22.178.154 WARNING: Removing RMI configuration will result in both the chassis moving into Stand Alone mode. This involves reloading the standby chassis after clearing its RMI configuration and coming up with day-0 configuration. Do you wish to continue? [y/n]? [yes]: yes
C9800#write
|
// Standby 側の 9800 の出力例
Running-config の消去のため再起動を行うメッセージが表示されます
WARNING: Reload HA Chassis for RMI configuration to take effect
Building configuration...
Chassis 1 reloading, reason - clearing running configs on standby chassis
|
17.7 以降のバージョンの場合
17.7 以降のバージョンでは、HA 設定の無効化を行っても Standby 側の設定は初期化されず、インターフェースが shutdown された状態で起動するように動作が変更されています。
// Active 側の 9800 の出力例
# no コマンドで RMI 設定を解除する # Standby 側は RMI の設定が削除されインターフェースの shutdown モードで起動する警告が表示されます
C9800(config)#$ress 172.22.178.153 chassis 2 address 172.22.178.154 WARNING: Removing RMI configuration will result in both the chassis moving into Stand Alone mode. This involves reloading the standby chassis after clearing its RMI configuration and coming up with all interfacesin shutdown mode. Do you wish to continue? [y/n]? [yes]:
C9800#write
May 10 05:19:19.480 IST: %RF-5-RF_RELOAD: Peer reload. Reason: saving startup-config with all interfaces shutdown May 10 05:19:20.678 IST: %IOSXE_REDUNDANCY-6-PEER_LOST: Active detected chassis 2 is no longer standby
|
// Standby 側の 9800 の出力例
設定を保存してインターフェースの shutdown モードで再起動するメッセージが表示されます
WARNING: Reload HA Chassis for RMI configuration to take effect
Building configuration...
Chassis 2 reloading, reason - saving startup-config with all interfaces shutdown
|