前のシナリオはループを構成していなかったのでブロックポートはありませんでしたが、本シナリオではブロックポート (非指定ポート) を確認します。
ネットワーク構成図
前の SW-A と SW-B のネットワークに、SW-C を追加します。
- SW-C に SW-C という名前を付けなさい。
< SW-C >
Switch# conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# host SW-C
SW-C(config)# ^Z
SW-C#
- SW-C のMACアドレスを調べなさい。
< SW-C >
SW-C# sh version | include MAC Address
Base ethernet MAC Address :00:0f:90:0c:00:00
SW-C#
- SW-A で SW-B、SW-C と接続しているポートの速度を調べなさい。
< SW-A >
SW-A# sh int status
Port Name Status Vlan Duplex Speed Type
Fa0/1 connected trunk a-full a-100 10/100BaseTX
Fa0/2 notconnect trunk a-full a-100 10/100BaseTX
Fa0/3 notconnect 1 auto auto 10/100BaseTX
Fa0/4 notconnect 1 auto auto 10/100BaseTX
Fa0/5 notconnect 1 auto auto 10/100BaseTX
Fa0/6 notconnect 1 auto auto 10/100BaseTX
Fa0/7 notconnect 1 auto auto 10/100BaseTX
Fa0/8 notconnect 1 auto auto 10/100BaseTX
Gi0/1 notconnect 1 auto auto Not Present
SW-A#
- SW-B で SW-A、SW-C と接続しているポートの速度を調べなさい。
< SW-B >
SW-B# sh int status
Port Name Status Vlan Duplex Speed Type
Fa0/1 connected 1 a-full a-100 10/100BaseTX
Fa0/2 notconnect 1 a-full a-100 10/100BaseTX
Fa0/3 notconnect 1 auto auto 10/100BaseTX
Fa0/4 notconnect 1 auto auto 10/100BaseTX
Fa0/5 notconnect 1 auto auto 10/100BaseTX
Fa0/6 notconnect 1 auto auto 10/100BaseTX
Fa0/7 notconnect 1 auto auto 10/100BaseTX
Fa0/8 notconnect 1 auto auto 10/100BaseTX
Gi0/1 notconnect 1 auto auto Not Present
SW-B#
- SW-C で SW-A、SW-B と接続しているポートの速度を調べなさい。
< SW-C >
SW-C# sh int status
Port Name Status Vlan Duplex Speed Type
Fa0/1 connected 1 a-full a-100 10/100BaseTX
Fa0/2 notconnect 1 a-full a-100 10/100BaseTX
Fa0/3 notconnect 1 auto auto 10/100BaseTX
Fa0/4 notconnect 1 auto auto 10/100BaseTX
Fa0/5 notconnect 1 auto auto 10/100BaseTX
Fa0/6 notconnect 1 auto auto 10/100BaseTX
Fa0/7 notconnect 1 auto auto 10/100BaseTX
Fa0/8 notconnect 1 auto auto 10/100BaseTX
Gi0/1 notconnect 1 auto auto Not Present
SW-C#
全て 100Mbps で接続されており、各スイッチのMACアドレスは次図の通りです。SW-A と SW-B のMACアドレスは前のシナリオで調べています。
スイッチプライオリティは変更していませんので、MACアドレスの最も小さい SW-A がルートスイッチになり、SW-A のポートは全て指定ポートになります。
- SW-A で sh spanning-tree コマンドを実行しなさい。
< SW-A >
SW-A# sh spanning-tree
VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address 0024.900a.0000
This bridge is the root ← ルートスイッチ
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)
Address 0024.900a.0000
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 15 sec
Interface Role Sts Cost Prio.Nbr Type
------------------- ---- --- --------- -------- --------------------------------
Fa0/1 Desg FWD 19 128.1 P2p ← 指定ポート
Fa0/2 Desg FWD 19 128.2 P2p ← 指定ポート
SW-A#
SW-B の F0/2 のルートスイッチまでのパスコストは 19 で、F0/1 は 38 なので、SW-B は F0/2 がルートポートになります。同様に、SW-C の F0/1 のルートスイッチまでのパスコストは 19 で、F0/2 は 38 なので、SW-C は F0/1 がルートポートになります。
SW-B-SW-C 間のセグメントでは、各非ルートスイッチからルートスイッチまでの最も近いパスを通った時の累積パスコストの比較で指定ポートが決まりますが、両方とも同じく 19 ですので、MACアドレスの小さいスイッチ側の SW-B の F0/1 が指定ポートになり、残った SW-C の F0/2 が非指定ポート (ブロッキングステート) になります。
- SW-B で sh spanning-tree コマンドを実行しなさい。
< SW-B >
SW-B# sh spanning-tree
VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address 0024.900a.0000
Cost 19
Port 2 (FastEthernet0/2)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)
Address 0024.900b.0000
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 15 sec
Interface Role Sts Cost Prio.Nbr Type
------------------- ---- --- --------- -------- --------------------------------
Fa0/1 Desg FWD 19 128.1 P2p ← 指定ポート
Fa0/2 Root FWD 19 128.2 P2p ← ルートポート
SW-B#
- SW-C で sh spanning-tree コマンドを実行しなさい。
< SW-C >
SW-C# sh spanning-tree
VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address 0024.900a.0000
Cost 19
Port 2 (FastEthernet0/1)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)
Address 0024.900c.0000
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 15 sec
Interface Role Sts Cost Prio.Nbr Type
------------------- ---- --- --------- -------- --------------------------------
Fa0/1 Root FWD 19 128.1 P2p ← ルートポート
Fa0/2 Altn BLK 19 128.2 P2p ← 非指定ポート
SW-C#