概要
このドキュメントでは、standby preemptコマンドとstandby trackコマンドの連携方法と使用方法について説明します。
前提条件
要件
このドキュメントに関する固有の要件はありません。
使用するコンポーネント
このドキュメントの情報は、次のソフトウェアのバージョンに基づいています。
このドキュメントの情報は、特定のラボ環境にあるデバイスに基づいて作成されました。このドキュメントで使用するすべてのデバイスは、クリアな(デフォルト)設定で作業を開始しています。本稼働中のネットワークでは、各コマンドによって起こる可能性がある影響を十分確認してください。
表記法
ドキュメント表記の詳細は、『シスコテクニカルティップスの表記法』を参照してください。
背景説明
standby preemptcommandコマンドは、プライオリティが最も高いHot Standby Router Protocol(HSRP)ルータをただちにアクティブルータにできるようにします。優先順位は、まず設定される優先順位の値によって、次に IP アドレスによって決定されます。いずれの場合も、値が高いほど優先順位が高くなります。優先順位の高いルータは、優先順位の低いルータと交代する際に Coup メッセージを送信します。優先順位の低いアクティブ ルータは、優先順位の高いアクティブ ルータから Coup メッセージまたは Hello メッセージを受け取ると、Speak 状態に移行して Resign メッセージを送信します。
standby trackcommandを使用すると、特定のグループのHSRPプライオリティを変更するために、HSRPプロセスが監視するルータ上の別のインターフェイスを指定できます。指定されたインターフェイスの回線プロトコルがダウンすると、HSRP 優先順位は減少します。つまり、プライオリティの高い別のHSRPルータでstandby preemptが有効になっている場合は、そのルータがアクティブルータになります。
次の図は、standby preemptcommandとstandby trackcommandを組み合わせて使用する例を示しています。
Standby PreemptおよびStandby Trackの設定
設定例
ネットワーク ダイアグラムでは、HSRP は次のように設定されています。
-
R1はアクティブルータで、R1のシリアル0インターフェイスの状態をトラッキングしています。R1がアクティブルータの場合、ホスト(ホスト1、2、3)からサーバへのすべてのトラフィックは、R1経由でルーティングされます。
-
R2はスタンバイルータで、R2のSerial 1インターフェイスの状態をトラッキングしています。
-
R1 Serial 0インターフェイスがダウンすると、R1 HSRPプライオリティが10減少します。この時点で R2 の HSRP 優先順位は R1 よりも高くなり、R2 が代わってアクティブ ルータになります。
-
R2がアクティブルータになると、ホストからサーバへのすべてのトラフィックはR2経由でルーティングされます。
注:ホスト1、2、および3のデフォルトゲートウェイは、HSRP仮想IPアドレス(この場合は172.16.6.100)で設定されています。ホストとサーバ間の接続を可能にするために、RIP などのルーティング プロトコルがルータに設定されます。
各ルータの設定を次に示します。
ルータ 1(Cisco 2503) |
interface Ethernet0
ip address 172.16.6.5 255.255.255.0
!--- Assigns an IP address to the interface.
no ip redirects
standby 1 ip 172.16.6.100
!--- Assigns a standby group and standby IP address
standby 1 priority 105
!--- Assign a priority (105 in this case) to the router interface (e0) !--- for a particular group number (1). The default is 100.
standby 1 preempt
!--- Allows the router to become the active router when the priority !--- is higher than all other HSRP-configured routers in the hot standby group. !--- If you do not use the standby preempt command in the configuration !--- for a router, that router does not become the active router, even if !--- the priority is higher than all other routers.
standby 1 track Serial0
!--- Indicates that HSRP tracks Serial0 interface. !--- The interface priority can also be configured, which indicates the !--- amount by which the router priority decreases when !--- the interface goes down. The default is 10.
interface Serial0
ip address 172.16.2.5 255.255.255.0
|
ルータ 2(Cisco 2503) |
interface Ethernet0
ip address 172.16.6.6 255.255.255.0
!--- Assigns an IP address to the interface.
no ip redirects
standby 1 ip
!--- Indicates the hot standby group. Here the IP address of the virtual
router !--- is not configured. See the note after this table.
standby 1 preempt
!--- Allows the router to become the active router when the priority !--- is higher than all other HSRP-configured routers in the hot standby group. !--- If you do not use the standby preempt command in the configuration !--- for a router, that router does not become the active router, even if !--- the priority is higher than all other routers.
standby 1 track Serial1
!--- Indicates that HSRP tracks Serial1 interface. !--- The interface priority can also be configured, which indicates the !--- amount by which the router priority decreases when !--- the interface goes down. The default is 10. !--- The priority is also not configured and hence the default !--- priority value of 100 is applied.
interface Serial1
ip address 172.16.7.6 255.255.255.0
|
注:R2にはスタンバイIPアドレスが設定されていません。有効な設定であることを証明するために故意にそうしてあります。R1 と R2 が HSRP が Hello メッセージを交換する際、R2 は R1 からスタンバイ IP アドレスを取得します。スタンバイIPアドレス(R1で設定されているのと同じスタンバイアドレス)でR2を設定することも有効な設定です。
R1#show standby
Ethernet0 - Group 1
Local state is Active, priority 105, may preempt
Hellotime 3 sec, holdtime 10 sec
Next hello sent in 1.458
Virtual IP address is 172.16.6.100 configured
Active router is local
Standby router is 172.16.6.6 expires in 8.428
Virtual mac address is 0000.0c07.ac01
2 state changes, last state change 02:09:49
IP redundancy name is "hsrp-Et0-1" (default)
Priority tracking 1 interface, 1 up:
Interface Decrement State
Serial0 10 Up
R2#show standby
Ethernet0 - Group 1
Local state is Standby, priority 100, may preempt
Hellotime 3 sec, holdtime 10 sec
Next hello sent in 1.814
Virtual IP address is 172.16.6.100
Active router is 172.16.6.5, priority 105 expires in 9.896
Standby router is local
3 state changes, last state change 00:10:21
IP redundancy name is "hsrp-Et0-1" (default)
Priority tracking 1 interface, 1 up:
Interface Decrement State
Serial1 10 Up
R2 には HSRP の優先順位は設定されていませんが、出力では、R2 の優先順位は HSRP デフォルト値の 100 になっています。両方のルータの出力は、ルータがシリアルインターフェイスの状態を追跡していることを示しています。R1 の状態はアクティブで、R2 の状態はスタンバイです。最後に、両ルータは standby preempt コマンドで設定されます。
R1 のシリアル 0 インターフェイスがダウンした場合はどうなるでしょうか。show standby コマンドの出力は次のようになります。
R1#show standby
Ethernet0 - Group 1
Local state is Standby, priority 95 (confgd 105), may preempt
Hellotime 3 sec, holdtime 10 sec
Next hello sent in 2.670
Virtual IP address is 172.16.6.100 configured
Active router is 172.16.6.6, priority 100 expires in 8.596
Standby router is local
4 state changes, last state change 00:01:45
IP redundancy name is "hsrp-Et0-1" (default)
Priority tracking 1 interface, 0 up:
Interface Decrement State
Serial0 10 Down
R2#show standby
Ethernet0 - Group 1
Local state is Active, priority 100, may preempt
Hellotime 3 sec, holdtime 10 sec
Next hello sent in 0.810
Virtual IP address is 172.16.6.100
Active router is local
Standby router is 172.16.6.5 expires in 9.028
Virtual mac address is 0000.0c07.ac01
4 state changes, last state change 00:01:38
IP redundancy name is "hsrp-Et0-1" (default)
Priority tracking 1 interface, 1 up:
Interface Decrement State
Serial1 10 Up
出力で、R1のHSRPプライオリティが10減って95になったことに注目してください。このため、100 である R2 の優先順位が高くなります。R2のプライオリティが高くなった時点でR2がstandby preemptに設定されているため、R2がアクティブルータになり、R1がスタンバイになります。ここで、R1のシリアル0インターフェイスがアップ状態に戻ると、R1のプライオリティは再び105になります。このような状況では、R1がプリエンプション処理を行い、再びHSRPアクティブルータになります。
注:R2で standby preempt が設定されていない場合、R2はCoupメッセージをR1に送信しないため、R2はアクティブになります。代わりに R1 がアクティブ ルータのままになります。
たとえば、次の設定について考えます。
standby priority 120
standby track serial 0
standby track serial 1
HSRPプライオリティ120はstandby priorityコマンドで設定され、HSRPはSerial0とSerial1の2つのインターフェイスの状態を追跡するように設定されます。standby track コマンドでは減少値が指定されていないため、トラッキングされているインターフェイスがダウンすると HSRP 優先順位はデフォルト値の 10 減少します。当初は、show standby コマンド出力にあるように、両方のインターフェイスはアップで、インターフェイスの HSRP 優先順位は 120 です。
R1#show standby
Ethernet0 - Group 1
Local state is Active, priority 120, may preempt
Hellotime 3 sec, holdtime 10 sec
Next hello sent in 1.034
Virtual IP address is 10.0.0.5 configured
Active router is local
Standby router is unknown
Virtual mac address is 0000.0c07.ac01
2 state changes, last state change 00:00:04
IP redundancy name is "hsrp-Et0-1" (default)
Priority tracking 2 interfaces, 2 up:
Interface Decrement State
Serial0 10 Up
Serial1 10 Up
この時点で、インターフェイス Serial 0 がダウンします。
R1#
1w0d: %LINK-3-UPDOWN: Interface Serial0, changed state to down
1w0d: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to down
R1#
これにより、HSRPプライオリティが10下がり、120から値110になります。これは、show standby コマンドを使用して確認できます。
R1#show standby
Ethernet0 - Group 1
Local state is Active, priority 110 (confgd 120), may preempt
Hellotime 3 sec, holdtime 10 sec
Next hello sent in 2.544
Virtual IP address is 10.0.0.5 configured
Active router is local
Standby router is unknown
Virtual mac address is 0000.0c07.ac01
2 state changes, last state change 00:00:48
IP redundancy name is "hsrp-Et0-1" (default)
Priority tracking 2 interfaces, 1 up:
Interface Decrement State
Serial0 10 Down (line protocol down)
Serial1 10 Up
次に、2番目のトラッキング対象インターフェイスであるSerial 1がダウンします。
R1#
1w0d: %LINK-3-UPDOWN: Interface Serial1, changed state to down
1w0d: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to down
R1#
これにより、HSRPプライオリティが10下がり、110から値100になります。これは、show standby コマンドを使用して確認できます。
R1#show standby
Ethernet0 - Group 1
Local state is Active, priority 100 (confgd 120), may preempt
Hellotime 3 sec, holdtime 10 sec
Next hello sent in 1.846
Virtual IP address is 10.0.0.5 configured
Active router is local
Standby router is unknown
Virtual mac address is 0000.0c07.ac01
2 state changes, last state change 00:01:06
IP redundancy name is "hsrp-Et0-1" (default)
Priority tracking 2 interfaces, 0 up:
Interface Decrement State
Serial0 10 Down (line protocol down)
Serial1 10 Down (line protocol down)
トラッキングされているシリアル インターフェイスのいずれか(シリアル 0 とシリアル 1 の一方)がダウンすると、結果の優先順位は 110 になります。トラッキングされているシリアル インターフェイスの両方(シリアル 0 とシリアル 1)がダウンすると、結果的に優先順位は 100 になります。
関連情報