以前の診断の提案に加えて、スイッチの「show spanning-tree」コマンド(または同等のもの)からの出力を解釈することも学ぶ必要があります。ルートポート、指定ポート、その他の重要な診断が表示されます。
ここに、2 x Cisco 2950と1 x HP 3400clでセットアップしたネットワークの例を示します。ネットワーク内の接続は次のとおりです。
- hp3400cl [24]-> c2950 [g0 / 2](1000 Mbps)
- c2950 [f0 / 23]-> c2950b [f0 / 47](100 Mbps)
- c2950b [f0 / 45]-> hp3400cl [23](100 Mbps)
スイッチはすべてMSTPモードで、共通のスパニングツリーインスタンスのみが設定されています。hp3400clの優先度は0、c2950は8192の次に高い優先度、c2950bは優先度12288の最後です。したがって、hp3400clがルートになります。「show spanning-tree」の出力は次のとおりです。
hp3400cl# show spanning-tree
Multiple Spanning Tree (MST) Information
STP Enabled : Yes
Force Version : MSTP-operation
IST Mapped VLANs : 1-4094
Switch MAC Address : 001871-8bd020
Switch Priority : 0
Max Age : 6
Max Hops : 20
Forward Delay : 4
Topology Change Count : 4
Time Since Last Change : 4 mins
CST Root MAC Address : 001871-8bd020
CST Root Priority : 0
CST Root Path Cost : 0
CST Root Port : This switch is root
IST Regional Root MAC Address : 001871-8bd020
IST Regional Root Priority : 0
IST Regional Root Path Cost : 0
IST Remaining Hops : 20
Root Guard Ports :
TCN Guard Ports :
BPDU Protected Ports :
BPDU Filtered Ports :
| Prio | Designated Hello
Port Type | Cost rity State | Bridge Time PtP Edge
----- --------- + --------- ----- ---------- + ------------- ----- --- ----
1 100/1000T | Auto 128 Disabled |
...
22 100/1000T | Auto 128 Disabled |
23 100/1000T | 200000 128 Forwarding | 001871-8bd020 1 Yes No
24 100/1000T | 20000 128 Forwarding | 001871-8bd020 1 Yes No
c2950#show spanning-tree
MST00
Spanning tree enabled protocol mstp
Root ID Priority 0
Address 0018.718b.d020
Cost 20000
Port 26 (GigabitEthernet0/2)
Hello Time 1 sec Max Age 6 sec Forward Delay 4 sec
Bridge ID Priority 8192 (priority 8192 sys-id-ext 0)
Address 000c.308f.7f80
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Interface Role Sts Cost Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
...
Fa0/24 Desg FWD 200000 128.24 P2p
Gi0/2 Root FWD 20000 128.26 P2p Bound(RSTP)
c2950b#show spanning-tree
MST00
Spanning tree enabled protocol mstp
Root ID Priority 0
Address 0018.718b.d020
Cost 20000
Port 47 (FastEthernet0/47)
Hello Time 1 sec Max Age 6 sec Forward Delay 4 sec
Bridge ID Priority 12288 (priority 12288 sys-id-ext 0)
Address 000a.b7e3.30c0
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Interface Role Sts Cost Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/45 Altn BLK 200000 128.45 P2p Bound(RSTP)
Fa0/47 Root FWD 200000 128.47 P2p
上記のリストのポート状態について注意すべき重要な点は次のとおりです。
- 他のスイッチへのルートスイッチのリンクは転送しています
- ルートへの非ルートスイッチのリンクは、どちらの場合も「ルートFWD」です。
- 非ルートスイッチの相互リンクは、一方の端が「Altn BLK」で、もう一方の端が「Desg FWD」です。これは、c0950bがf0 / 45がルートへの代替ルートであることを認識し、ループを防ぐためにそれをブロックしたことを意味します。ルートポート(f0 / 47)に障害が発生すると、c2950bは再収束せずにf0 / 45をルートポートとして設定します。