RSTP(Rapid PVST+)の収束の確認

それでは、RSTP(Rapid PVST+)がどれほど早く収束するのかを確認していきます。

事前に、S_BスイッチのCLIタブを表示して、TOPにチェックを入れておきます。

S_Bに挿してある「Fa0/2」ポートのケーブルを抜きます。

そして、素早く、S_Bで「show spanning-tree」コマンドを実行します。

S_B#show spanning-tree

●S_Bの「show spanning-tree」コマンドの出力

S_B#show spanning-tree 
VLAN0001
  Spanning tree enabled protocol rstp
  Root ID    Priority    32769
             Address     0005.5EA2.DC98
             Cost        19
             Port        3(FastEthernet0/3)
             Hello Time  2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32769  (priority 32768 sys-id-ext 1)
             Address     00E0.B044.7267
             Hello Time  2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time  20

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/3            Root FWD 19        128.3    P2p

VLAN0010
  Spanning tree enabled protocol rstp
  Root ID    Priority    32778
             Address     0005.5EA2.DC98
             Cost        19
             Port        3(FastEthernet0/3)
             Hello Time  2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32778  (priority 32768 sys-id-ext 10)
             Address     00E0.B044.7267
             Hello Time  2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time  20

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/3            Root FWD 19        128.3    P2p
Fa0/4            Desg FWD 19        128.4    P2p

VLAN0020
  Spanning tree enabled protocol rstp
  Root ID    Priority    32788
             Address     0005.5EA2.DC98
             Cost        19
             Port        3(FastEthernet0/3)
             Hello Time  2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32788  (priority 32768 sys-id-ext 20)
             Address     00E0.B044.7267
             Hello Time  2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time  20

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/3            Root FWD 19        128.3    P2p
Fa0/5            Desg FWD 19        128.5    P2p

瞬く間に、「Fa0/3」がフォワーディングポートに切り替わります。

先ほど抜いたケーブルを、S_Bの「Fa0/2」ポートへ接続します。

R_Aルータの設定

引き続き、下図のネットワークをRSTP(Rapid PVST+)で構築していきます。

R_Aの設定を行い、VLAN間ルーティングが行えるようにします。