HOME > コンテンツリスト > ラボ・シナリオ for CCNA > [ < 前へ 次へ > ]

OSPFでのDR/BDRの選出を確認する

OSPF ルータは同じネットワークセグメント上にある隣接 OSPF ルータと以下の2つの関係を確立します。
ネイバーHello パケットを定期的に交換し合う関係
アジャセンシーLSA (リンクステート情報) を交換し合う関係
ネイバーとアジャセンシーを日本語にすると非常にやっかいで、ネイバー関係を近接関係、アジャセンシー関係を隣接関係と言ったり、ネイバー関係はそのままでアジャセンシー関係だけを隣接関係と言ったり、書籍や各種Webサイトではさまざまの言い方をしていますが、基本的には、OSPF の隣接関係にはネイバーとアジャセンシーの2つがあると考えた方がいいと思います。
ネイバー関係を確立した OSPF ルータの中の、一部の OSPF ルータ同士でアジャセンシーを確立します。
OSPF では、ネットワークを以下の3種類に分類しています。
ブロードキャストマルチアクセスネットワークEthernet
ポイントツーポイントネットワークPPP、HDLC
NBMA (Non Broadcast Multi Access) ネットワークフレームリレー
ポイントツーポイントネットワークの場合は、2台のルータが1対1で接続されており、ネイバー関係を確立した後、必ずその2台のルータ同士でアジャセンシーを確立します。(ポイントツーポイントネットワークでは DR/BDR の選出は行われない)
※ 2台のルータを1対1で Ethernet ケーブルで接続しても、ポイントツーポイントとは見なしません。
※ 接続形態ではなく、接続するネットワークの種類で決まります。


ブロードキャストマルチアクセスネットワークや NBMA ネットワークでは、1つのネットワーク上に複数のルータが存在する可能性があります。この場合は全てのルータ同士でネイバー関係を確立した後、DR/BDR を選出し、DR/BDR とのみアジャセンシーを確立します。DROTHER 同士ではネイバー止まりでアジャセンシーは確立しません。
DR代表ルータ
BDRバックアップ代表ルータ
DROTHERDR、BDR に選出されなかったルータ
DR/BDR はルータごとに決まるのではなく、ルータのインターフェイス(ネットワーク)ごとに決まります。そのため、複数のマルチアクセスネットワークに接続しているルータは、あるネットワークセグメントでは DR として動作し、他のネットワークセグメントでは DROTHER として動作することもあります。

本シナリオでは、この DR/BDR の選出に関して学習します。
DR/BDR はネットワークセグメントごとに1つずつ選出されます。
DR/BDR の選出基準は以下の通りです。

1) OSPF プライオリティ(優先度)が大きいルータ
OSPF プライオリティ値は 0~255 の範囲で設定でき、この数値が大きいほど優先度が高くなりますので、OSPF プライオリティ値の大きいルータから順に DR、BDR が選出されます。プライオリティ値のデフォルトは 1 で、0 の場合は DR/BDR に選出されません。

2) ルータ ID が大きいルータ
OSPF プライオリティ値が等しければ、ルータ ID の大きいルータから順に DR、BDR が選出されます。

DR にも BDR にも選出されなかった OSPF ルータは全て DROTHER になります。
ただし、一度 DR/BDR が選出されると、その DR/BDR がダウンするまで DR/BDR は変わりません。例えば、次のネットワークの場合、最もプライオリティの大きい RT-A が DR に、次にプライオリティの大きい RT-B が BDR になり、残った RT-C が DROTHER になります。



ここに RT-A よりプライオリティの大きい RT-D を追加します。
しかし、このネットワークでは既に DR/BDR は決まっていますので、RT-D は DR にも BDR にもなれず DROTHER になります。



したがって、OSPF プロセスを起動するタイミング (ルータの電源を入れるタイミングや OSPF の設定を行うタイミング) を気を付けないと意図しないルータが DR や BDR になる場合があります。

ネットワーク構成図

    [ 注意 ]
    SW-A と RT-A のみ電源を入れ、まだ、その他のルータの電源は入れないでください。
  1. RT-A に以下の設定をしなさい。
  2. ホスト名RT-A
    F0/0 のIPアドレス192.168.1.1/24
    ルーティングプロトコルOSPF
    OSPF プロセス ID1
    < RT-A >
    Router# conf t
    Enter configuration commands, one per line.  End with CNTL/Z.
    Router(config)# host RT-A
    RT-A(config)# int f0/0
    RT-A(config-if)# ip add 192.168.1.1 255.255.255.0
    RT-A(config-if)# no shut
    RT-A(config-if)# router ospf 1
    RT-A(config-router)# net 192.168.1.0 0.0.0.255 area 0
    RT-A(config-router)# ^Z
    RT-A#
    
  3. 少し時間をおいて、RT-A で、sh ip ospf int f0/0 コマンドを実行しなさい。
  4. < RT-A >
    RT-A# sh ip ospf int f0/0
    FastEthernet0/0 is up, line protocol is up
      Internet Address 192.168.1.1/24, Area 0, Attached via Network Statement
      Process ID 1, Router ID 192.168.1.1, Network Type BROADCAST, Cost: 1
      Topology-MTID    Cost    Disabled    Shutdown      Topology Name
            0           1         no          no            Base
      Transmit Delay is 1 sec, State DR, Priority 1                        ← RT-A は DR
      Designated Router (ID) 192.168.1.1, Interface address 192.168.1.1    ← DR は 192.168.1.1 (RT-A)
      No backup designated router on this network                          ← BDR はない
      Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
        oob-resync timeout 40
        Hello due in 00:00:08
      Supports Link-local Signaling (LLS)
      Cisco NSF helper support enabled
      IETF NSF helper support enabled
      Index 1/1, flood queue length 0
      Next 0x0(0)/0x0(0)
      Last flood scan length is 0, maximum is 0
      Last flood scan time is 0 msec, maximum is 0 msec
      Neighbor Count is 0, Adjacent neighbor count is 0
      Suppress hello for 0 neighbor(s)
    RT-A#
    
    このネットワークセグメントには、まだ RT-A しか OSPF ルータがないので、RT-A が DR になります。

  5. RT-B の電源を入れ、以下の設定をしなさい。
  6. ホスト名RT-B
    F0/0 のIPアドレス192.168.1.2/24
    ルーティングプロトコルOSPF
    OSPF プロセス ID1
    < RT-B >
    Router# conf t
    Enter configuration commands, one per line.  End with CNTL/Z.
    Router(config)# host RT-B
    RT-B(config)# int f0/0
    RT-B(config-if)# ip add 192.168.1.2 255.255.255.0
    RT-B(config-if)# no shut
    RT-B(config-if)# router ospf 1
    RT-B(config-router)# net 192.168.1.0 0.0.0.255 area 0
    RT-B(config-router)# ^Z
    RT-B#
    
  7. 少し時間をおいて RT-B で、sh ip ospf int f0/0 コマンドを実行しなさい。
  8. < RT-B >
    RT-B# sh ip ospf int f0/0
    FastEthernet0/0 is up, line protocol is up
      Internet Address 192.168.1.2/24, Area 0, Attached via Network Statement
      Process ID 1, Router ID 192.168.1.2, Network Type BROADCAST, Cost: 1
      Topology-MTID    Cost    Disabled    Shutdown      Topology Name
            0           1         no          no            Base
      Transmit Delay is 1 sec, State BDR, Priority 1                             ← RT-B は BDR
      Designated Router (ID) 192.168.1.1, Interface address 192.168.1.1          ← DR は 192.168.1.1 (RT-A)
      Backup Designated router (ID) 192.168.1.2, Interface address 192.168.1.2   ← BDR は 192.168.1.2 (RT-B)
      Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
        oob-resync timeout 40
        Hello due in 00:00:01
      Supports Link-local Signaling (LLS)
      Cisco NSF helper support enabled
      IETF NSF helper support enabled
      Index 1/1, flood queue length 0
      Next 0x0(0)/0x0(0)
      Last flood scan length is 1, maximum is 1
      Last flood scan time is 0 msec, maximum is 0 msec
      Neighbor Count is 1, Adjacent neighbor count is 1
        Adjacent with neighbor 192.168.1.1  (Designated Router)
      Suppress hello for 0 neighbor(s)
    RT-B#
    
    RT-B の方がルータ ID は大きいですが、このネットワークセグメントでは、既に DR は RT-A に決定しているので、RT-B は BDR になります。
    ルータ名プライオリティルータ ID機能
    RT-A1192.168.1.1DR
    RT-B1192.168.1.2BDR
  9. SW-A の電源を切りなさい。

  10. RT-A で、sh ip ospf int f0/0 コマンドを実行しなさい。
  11. < RT-A >
    RT-A# sh ip ospf int f0/0
    FastEthernet0/0 is up, line protocol is down
      Internet Address 192.168.1.1/24, Area 0, Attached via Network Statement
      Process ID 1, Router ID 192.168.1.1, Network Type BROADCAST, Cost: 1
      Topology-MTID    Cost    Disabled    Shutdown      Topology Name
            0           1         no          no            Base
      Transmit Delay is 1 sec, State DOWN, Priority 1
      No designated router on this network                             ← DR はない
      No backup designated router on this network                      ← BDR はない
      Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
        oob-resync timeout 40
    RT-A#
    
    ルータ ID はそのままですが、DR も BDR もこのネットワークセグメントにはなくなりました。

    一度決定した DR/BBR が変更になる条件は次の通りです。

    1) インタフェースのダウン/アップ
    2) OSPF プロセスのリセット
    3) ルータの再起動

    SW-A の電源を OFF したことにより、RT-A、RT-B の F0/0 がダウンしたことになります。
  12. SW-A の電源を入れなさい。

  13. SW-A が完全に起動し、少し時間をおいて、RT-A で、sh ip ospf int f0/0 コマンドを実行しなさい。
  14. < RT-A >
    RT-A# sh ip ospf int f0/0
    FastEthernet0/0 is up, line protocol is up
      Internet Address 192.168.1.1/24, Area 0, Attached via Network Statement
      Process ID 1, Router ID 192.168.1.1, Network Type BROADCAST, Cost: 1
      Topology-MTID    Cost    Disabled    Shutdown      Topology Name
            0           1         no          no            Base
      Transmit Delay is 1 sec, State BDR, Priority 1                             ← RT-A は BDR
      Designated Router (ID) 192.168.1.2, Interface address 192.168.1.2          ← DR は 192.168.1.2 (RT-B)
      Backup Designated router (ID) 192.168.1.1, Interface address 192.168.1.1   ← BDR は 192.168.1.1 (RT-A)
      Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
        oob-resync timeout 40
        Hello due in 00:00:02
      Supports Link-local Signaling (LLS)
      Cisco NSF helper support enabled
      IETF NSF helper support enabled
      Index 1/1, flood queue length 0
      Next 0x0(0)/0x0(0)
      Last flood scan length is 1, maximum is 1
      Last flood scan time is 0 msec, maximum is 0 msec
      Neighbor Count is 1, Adjacent neighbor count is 1
        Adjacent with neighbor 192.168.1.2  (Designated Router)
      Suppress hello for 0 neighbor(s)
    RT-A#
    
    ルータ ID が大きい RT-B が DR、RT-A は BDR になっています。
    ルータ名プライオリティルータ ID機能
    RT-A1192.168.1.1BDR
    RT-B1192.168.1.2DR
  15. RT-B で、sh ip ospf int f0/0 コマンドを実行しなさい。
  16. < RT-B >
    RT-B# sh ip ospf int f0/0
    FastEthernet0/0 is up, line protocol is up
      Internet Address 192.168.1.2/24, Area 0, Attached via Network Statement
      Process ID 1, Router ID 192.168.1.2, Network Type BROADCAST, Cost: 1
      Topology-MTID    Cost    Disabled    Shutdown      Topology Name
            0           1         no          no            Base
      Transmit Delay is 1 sec, State DR, Priority 1                              ← RT-B は DR
      Designated Router (ID) 192.168.1.2, Interface address 192.168.1.2          ← DR は 192.168.1.2 (RT-B)
      Backup Designated router (ID) 192.168.1.1, Interface address 192.168.1.1   ← BDR は 192.168.1.1 (RT-A)
      Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
        oob-resync timeout 40
        Hello due in 00:00:05
      Supports Link-local Signaling (LLS)
      Cisco NSF helper support enabled
      IETF NSF helper support enabled
      Index 1/1, flood queue length 0
      Next 0x0(0)/0x0(0)
      Last flood scan length is 2, maximum is 2
      Last flood scan time is 0 msec, maximum is 0 msec
      Neighbor Count is 1, Adjacent neighbor count is 1
        Adjacent with neighbor 192.168.1.1  (Backup Designated Router)
      Suppress hello for 0 neighbor(s)
    RT-B#
    
  17. RT-C の電源を入れ、以下の設定をしなさい。
  18. ホスト名RT-C
    F0/0 のIPアドレス192.168.1.3/24
    ルーティングプロトコルOSPF
    OSPF プロセス ID1
    < RT-C >
    Router# conf t
    Enter configuration commands, one per line.  End with CNTL/Z.
    Router(config)# host RT-C
    RT-C(config)# int f0/0
    RT-C(config-if)# ip add 192.168.1.3 255.255.255.0
    RT-C(config-if)# no shut
    RT-C(config-if)# router ospf 1
    RT-C(config-router)# net 192.168.1.0 0.0.0.255 area 0
    RT-C(config-router)# ^Z
    RT-C#
    
  19. 少し時間をおいて RT-C で、sh ip ospf int f0/0 コマンドを実行しなさい。
  20. < RT-C >
    RT-C# sh ip ospf int f0/0
    FastEthernet0/0 is up, line protocol is up
      Internet Address 192.168.1.3/24, Area 0, Attached via Network Statement
      Process ID 1, Router ID 192.168.1.3, Network Type BROADCAST, Cost: 1
      Topology-MTID    Cost    Disabled    Shutdown      Topology Name
            0           1         no          no            Base
      Transmit Delay is 1 sec, State DROTHER, Priority 1                          ← RT-C は DROTHER
      Designated Router (ID) 192.168.1.2, Interface address 192.168.1.2          ← DR は 192.168.1.2 (RT-B)
      Backup Designated router (ID) 192.168.1.1, Interface address 192.168.1.1   ← BDR は 192.168.1.1 (RT-A)
      Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
        oob-resync timeout 40
        Hello due in 00:00:09
      Supports Link-local Signaling (LLS)
      Cisco NSF helper support enabled
      IETF NSF helper support enabled
      Index 1/1, flood queue length 0
      Next 0x0(0)/0x0(0)
      Last flood scan length is 0, maximum is 1
      Last flood scan time is 0 msec, maximum is 0 msec
      Neighbor Count is 2, Adjacent neighbor count is 2
        Adjacent with neighbor 192.168.1.1  (Backup Designated Router)
        Adjacent with neighbor 192.168.1.2  (Designated Router)
      Suppress hello for 0 neighbor(s)
    RT-C#
    
    RT-C はルータ ID が最も大きいですが、既に DR/BDR が決定しているので、RT-C は DROTHER になります。
    ルータ名プライオリティルータ ID機能
    RT-A1192.168.1.1BDR
    RT-B1192.168.1.2DR
    RT-C1192.168.1.3DROTHER
  21. RT-D の電源を入れ、以下の設定をしなさい。
  22. ホスト名RT-D
    F0/0 のIPアドレス192.168.1.4/24
    ルーティングプロトコルOSPF
    OSPF プロセス ID1
    < RT-D >
    Router# conf t
    Enter configuration commands, one per line.  End with CNTL/Z.
    Router(config)# host RT-D
    RT-D(config)# int f0/0
    RT-D(config-if)# ip add 192.168.1.4 255.255.255.0
    RT-D(config-if)# no shut
    RT-D(config-if)# router ospf 1
    RT-D(config-router)# net 192.168.1.0 0.0.0.255 area 0
    RT-D(config-router)# ^Z
    RT-D#
    
  23. 少し時間をおいて RT-D で、sh ip ospf int f0/0 コマンドを実行しなさい。
  24. < RT-D >
    RT-D# sh ip ospf int f0/0
    FastEthernet0/0 is up, line protocol is up
      Internet Address 192.168.1.4/24, Area 0, Attached via Network Statement
      Process ID 1, Router ID 192.168.1.4, Network Type BROADCAST, Cost: 1
      Topology-MTID    Cost    Disabled    Shutdown      Topology Name
            0           1         no          no            Base
      Transmit Delay is 1 sec, State DROTHER, Priority 1                          ← RT-D は DROTHER
      Designated Router (ID) 192.168.1.2, Interface address 192.168.1.2          ← DR は 192.168.1.2 (RT-B)
      Backup Designated router (ID) 192.168.1.1, Interface address 192.168.1.1   ← BDR は 192.168.1.1 (RT-A)
      Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
        oob-resync timeout 40
        Hello due in 00:00:08
      Supports Link-local Signaling (LLS)
      Cisco NSF helper support enabled
      IETF NSF helper support enabled
      Index 1/1, flood queue length 0
      Next 0x0(0)/0x0(0)
      Last flood scan length is 0, maximum is 1
      Last flood scan time is 0 msec, maximum is 0 msec
      Neighbor Count is 3, Adjacent neighbor count is 2
        Adjacent with neighbor 192.168.1.1  (Backup Designated Router)
        Adjacent with neighbor 192.168.1.2  (Designated Router)
      Suppress hello for 0 neighbor(s)
    RT-D#
    
  25. RT-D で、sh ip ospf neighbor コマンドを実行しなさい。
  26. < RT-D >
    RT-D# sh ip ospf neighbor
    
    Neighbor ID     Pri   State           Dead Time   Address         Interface
    192.168.1.1       1   FULL/BDR        00:00:38    192.168.1.1     FastEthernet0/0   ← RT-A
    192.168.1.2       1   FULL/DR         00:00:36    192.168.1.2     FastEthernet0/0   ← RT-B
    192.168.1.3       1   2WAY/DROTHER    00:00:33    192.168.1.3     FastEthernet0/0   ← RT-C
    RT-D#
    
    DR、BDR 以外は全て DROTHER になります。
    ルータ名プライオリティルータ ID機能
    RT-A1192.168.1.1BDR
    RT-B1192.168.1.2DR
    RT-C1192.168.1.3DROTHER
    RT-D1192.168.1.4DROTHER

    State に 2WAY と FULL がありますが、これがそのルータとの関係を示します。
    State関係説明相手
    2WAYネイバーHello パケットを定期的に交換し合う関係DROTHER 同士の関係
    FULLアジャセンシーLSA (リンクステート情報) を交換し合う関係DR/BDR との関係

    ただし、上記は DR/BDR が選出されるネットワークの場合です。
  27. SW-A の電源を切りなさい。

  28. RT-A で、sh ip ospf int f0/0 コマンドを実行し、DR/BDR がないことを確認しなさい。
  29. < RT-A >
    RT-A# sh ip ospf int f0/0
    FastEthernet0/0 is up, line protocol is down
      Internet Address 192.168.1.1/24, Area 0, Attached via Network Statement
      Process ID 1, Router ID 192.168.1.1, Network Type BROADCAST, Cost: 1
      Topology-MTID    Cost    Disabled    Shutdown      Topology Name
            0           1         no          no            Base
      Transmit Delay is 1 sec, State DOWN, Priority 1
      No designated router on this network                             ← DR はない
      No backup designated router on this network                      ← BDR はない
      Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
        oob-resync timeout 40
    RT-A#
    
  30. SW-A の電源を入れなさい。

  31. SW-A が完全に起動し、少し時間をおいて、RT-A で、sh ip ospf int f0/0 コマンドを実行しなさい。
  32. < RT-A >
    RT-A# sh ip ospf int f0/0
    FastEthernet0/0 is up, line protocol is up
      Internet Address 192.168.1.1/24, Area 0, Attached via Network Statement
      Process ID 1, Router ID 192.168.1.1, Network Type BROADCAST, Cost: 1
      Topology-MTID    Cost    Disabled    Shutdown      Topology Name
            0           1         no          no            Base
      Transmit Delay is 1 sec, State DROTHER, Priority 1                          ← RT-A は DROTHER
      Designated Router (ID) 192.168.1.4, Interface address 192.168.1.4
      Backup Designated router (ID) 192.168.1.3, Interface address 192.168.1.3
      Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
        oob-resync timeout 40
        Hello due in 00:00:07
      Supports Link-local Signaling (LLS)
      Cisco NSF helper support enabled
      IETF NSF helper support enabled
      Index 1/1, flood queue length 0
      Next 0x0(0)/0x0(0)
      Last flood scan length is 0, maximum is 1
      Last flood scan time is 0 msec, maximum is 0 msec
      Neighbor Count is 3, Adjacent neighbor count is 2
        Adjacent with neighbor 192.168.1.3  (Backup Designated Router)
        Adjacent with neighbor 192.168.1.4  (Designated Router)
      Suppress hello for 0 neighbor(s)
    RT-A#
    
  33. RT-A で、sh ip ospf neighbor コマンドを実行しなさい。
  34. < RT-A >
    RT-A# sh ip ospf neighbor
    
    Neighbor ID     Pri   State           Dead Time   Address         Interface
    192.168.1.2       1   2WAY/DROTHER    00:00:32    192.168.1.2     FastEthernet0/0   ← RT-B
    192.168.1.3       1   FULL/BDR        00:00:32    192.168.1.3     FastEthernet0/0   ← RT-C
    192.168.1.4       1   FULL/DR         00:00:31    192.168.1.4     FastEthernet0/0   ← RT-D
    RT-A#
    
    ルータ ID の大きい順に DR/BDR が決定し、それ以外は DROTHER になっています。
    ルータ名プライオリティルータ ID機能
    RT-A1192.168.1.1DROTHER
    RT-B1192.168.1.2DROTHER
    RT-C1192.168.1.3BDR
    RT-D1192.168.1.4DR

  35. RT-D の設定を保存し、RT-D の電源を切りなさい。
  36. < RT-D >
    RT-D# copy run start
    Destination filename [startup-config]? < Enter >
    Building configuration...
    [OK]
    RT-D#
    
  37. 40秒以上待って、RT-A で、sh ip ospf int f0/0 コマンドを実行しなさい。
  38. < RT-A >
    RT-A# sh ip ospf int f0/0
    FastEthernet0/0 is up, line protocol is up
      Internet Address 192.168.1.1/24, Area 0, Attached via Network Statement
      Process ID 1, Router ID 192.168.1.1, Network Type BROADCAST, Cost: 1
      Topology-MTID    Cost    Disabled    Shutdown      Topology Name
            0           1         no          no            Base
      Transmit Delay is 1 sec, State DROTHER, Priority 1                          ← RT-A は DROTHER
      Designated Router (ID) 192.168.1.3, Interface address 192.168.1.3
      Backup Designated router (ID) 192.168.1.2, Interface address 192.168.1.2
      Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
        oob-resync timeout 40
        Hello due in 00:00:01
      Supports Link-local Signaling (LLS)
      Cisco NSF helper support enabled
      IETF NSF helper support enabled
      Index 1/1, flood queue length 0
      Next 0x0(0)/0x0(0)
      Last flood scan length is 1, maximum is 1
      Last flood scan time is 0 msec, maximum is 0 msec
      Neighbor Count is 2, Adjacent neighbor count is 2
        Adjacent with neighbor 192.168.1.2  (Backup Designated Router)
        Adjacent with neighbor 192.168.1.3  (Designated Router)
      Suppress hello for 0 neighbor(s)
    RT-A#
    
    Dead インターバル (OSPF ルータがダウンしたと判断する時間) の40秒間待ちます。
  39. RT-A で、sh ip ospf neighbor コマンドを実行しなさい。
  40. < RT-A >
    RT-A# sh ip ospf neighbor
    
    Neighbor ID     Pri   State           Dead Time   Address         Interface
    192.168.1.2       1   FULL/BDR        00:00:39    192.168.1.2     FastEthernet0/0   ← RT-B
    192.168.1.3       1   FULL/DR         00:00:31    192.168.1.3     FastEthernet0/0   ← RT-C
    RT-A#
    
    DR である RT-D がダウンすると、BDR が DR になり、DROTHER の中で最もルータ ID の大きい RT-B が BDR になります。
    ルータ名プライオリティルータ ID機能
    RT-A1192.168.1.1DROTHER
    RT-B1192.168.1.2DROTHER → BDR
    RT-C1192.168.1.3BDR → DR
  41. RT-D の電源を入れなさい。

  42. RT-D が完全に起動した後、RT-A で、sh ip ospf neighbor コマンドを実行しなさい。
  43. < RT-A >
    RT-A# sh ip ospf neighbor
    
    Neighbor ID     Pri   State           Dead Time   Address         Interface
    192.168.1.2       1   FULL/BDR        00:00:36    192.168.1.2     FastEthernet0/0   ← RT-B
    192.168.1.3       1   FULL/DR         00:00:36    192.168.1.3     FastEthernet0/0   ← RT-C
    192.168.1.4       1   2WAY/DROTHER    00:00:39    192.168.1.4     FastEthernet0/0   ← RT-D
    RT-A#
    
    ルータ ID が大きくても RT-D は DR にはなりません。
    ルータ名プライオリティルータ ID機能
    RT-A1192.168.1.1DROTHER
    RT-B1192.168.1.2BDR
    RT-C1192.168.1.3DR
    RT-D1192.168.1.4DROTHER
  44. RT-C の設定を保存し、RT-C の電源を切りなさい。
  45. < RT-C >
    RT-C# copy run start
    Destination filename [startup-config]? < Enter >
    Building configuration...
    [OK]
    RT-C#
    
  46. 40秒以上待って、RT-A で、sh ip ospf int f0/0 コマンドを実行しなさい。
  47. < RT-A >
    RT-A# sh ip ospf int f0/0
    FastEthernet0/0 is up, line protocol is up
      Internet Address 192.168.1.1/24, Area 0, Attached via Network Statement
      Process ID 1, Router ID 192.168.1.1, Network Type BROADCAST, Cost: 1
      Topology-MTID    Cost    Disabled    Shutdown      Topology Name
            0           1         no          no            Base
      Transmit Delay is 1 sec, State DROTHER, Priority 1                          ← RT-A は DROTHER
      Designated Router (ID) 192.168.1.2, Interface address 192.168.1.2
      Backup Designated router (ID) 192.168.1.4, Interface address 192.168.1.4
      Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
        oob-resync timeout 40
        Hello due in 00:00:02
      Supports Link-local Signaling (LLS)
      Cisco NSF helper support enabled
      IETF NSF helper support enabled
      Index 1/1, flood queue length 0
      Next 0x0(0)/0x0(0)
      Last flood scan length is 1, maximum is 1
      Last flood scan time is 0 msec, maximum is 0 msec
      Neighbor Count is 2, Adjacent neighbor count is 2
        Adjacent with neighbor 192.168.1.2  (Designated Router)
        Adjacent with neighbor 192.168.1.4  (Backup Designated Router)
      Suppress hello for 0 neighbor(s)
    RT-A#
    
  48. RT-A で、sh ip ospf neighbor コマンドを実行しなさい。
  49. < RT-A >
    RT-A# sh ip ospf neighbor
    
    Neighbor ID     Pri   State           Dead Time   Address         Interface
    192.168.1.2       1   FULL/DR         00:00:35    192.168.1.2     FastEthernet0/0   ← RT-B
    192.168.1.4       1   FULL/BDR        00:00:37    192.168.1.4     FastEthernet0/0   ← RT-D
    RT-A#
    
    DR である RT-C がダウンすると、BDR が DR になり、DROTHER の中で最もルータ ID の大きい RT-D が BDR になります。
    ルータ ID が大きくても DROTHER である RT-D が DR になることはありません。
    DR がダウンすると、必ず BDR が DR になります。
    ルータ名プライオリティルータ ID機能
    RT-A1192.168.1.1DROTHER
    RT-B1192.168.1.2BDR → DR
    RT-D1192.168.1.4DROTHER → BDR
  50. RT-C の電源を入れなさい。

  51. RT-C が完全に起動した後、RT-A で、sh ip ospf neighbor コマンドを実行しなさい。
  52. < RT-A >
    RT-A# sh ip ospf neighbor
    
    Neighbor ID     Pri   State           Dead Time   Address         Interface
    192.168.1.2       1   FULL/DR         00:00:34    192.168.1.2     FastEthernet0/0   ← RT-B
    192.168.1.3       1   2WAY/DROTHER    00:00:39    192.168.1.3     FastEthernet0/0   ← RT-C
    192.168.1.4       1   FULL/BDR        00:00:39    192.168.1.4     FastEthernet0/0   ← RT-D
    RT-A#
    
    ルータ名プライオリティルータ ID機能
    RT-A1192.168.1.1DROTHER
    RT-B1192.168.1.2DR
    RT-C1192.168.1.3DROTHER
    RT-D1192.168.1.4BDR
    ※ 次の「シナリオ」に続きます。