ループで構成したいスイッチが3つあります。Ciscoスタック(3750s)と2つのHP2900シリーズです。それぞれが、何らかの形の10ギガのバックプレーンで次のプレーンに接続されています。
この機能を正しく機能させるために、これらのシステムでスパニングツリーを構成するにはどうすればよいですか?私が見たドキュメントから、MSTモードを使用するために両方のハードウェアセットを設定する必要があるように見えますが、その時点を過ぎているかどうかはわかりません。トランキングなどは必要に応じて設定します。
Cisco1/0/1に接続されたHPスイッチ1A4。 Cisco2/0/1に接続されたHPスイッチ2B2。 HPスイッチ2A1に接続されたHPスイッチ1A2。
HPスイッチ1
show spanning-tree
Multiple Spanning Tree (MST) Information
STP Enabled : Yes
Force Version : MSTP-operation
IST Mapped VLANs : 1-4094
Switch MAC Address : 0021f7-126580
Switch Priority : 32768
Max Age : 20
Max Hops : 20
Forward Delay : 15
Topology Change Count : 352,485
Time Since Last Change : 2 secs
CST Root MAC Address : 0018ba-c74268
CST Root Priority : 1
CST Root Path Cost : 200000
CST Root Port : 1
IST Regional Root MAC Address : 0021f7-126580
IST Regional Root Priority : 32768
IST Regional Root Path Cost : 0
IST Remaining Hops : 20
Root Guard Ports :
TCN Guard Ports :
BPDU Protected Ports :
BPDU Filtered Ports :
PVST Protected Ports :
PVST Filtered Ports :
| Prio | Designated Hello
Port Type | Cost rity State | Bridge Time PtP Edge
----- --------- + --------- ---- ---------- + ------------- ---- --- ----
...
A1 | Auto 128 Disabled |
A2 10GbE-CX4 | 2000 128 Forwarding | 0021f7-126580 2 Yes No
A3 10GbE-CX4 | Auto 128 Disabled |
A4 10GbE-SR | 2000 128 Forwarding | 0021f7-126580 2 Yes No
HPスイッチ2
show spanning-tree
Multiple Spanning Tree (MST) Information
STP Enabled : Yes
Force Version : MSTP-operation
IST Mapped VLANs : 1-4094
Switch MAC Address : 0024a8-cd6000
Switch Priority : 32768
Max Age : 20
Max Hops : 20
Forward Delay : 15
Topology Change Count : 19,623
Time Since Last Change : 32 secs
CST Root MAC Address : 0018ba-c74268
CST Root Priority : 1
CST Root Path Cost : 202000
CST Root Port : A1
IST Regional Root MAC Address : 0024a8-cd6000
IST Regional Root Priority : 32768
IST Regional Root Path Cost : 0
IST Remaining Hops : 20
Root Guard Ports :
TCN Guard Ports :
BPDU Protected Ports :
BPDU Filtered Ports :
PVST Protected Ports :
PVST Filtered Ports :
| Prio | Designated Hello
Port Type | Cost rity State | Bridge Time PtP Edge
----- --------- + --------- ---- ---------- + ------------- ---- --- ----
...
A1 10GbE-CX4 | 2000 128 Forwarding | 0021f7-126580 2 Yes No
A2 10GbE-CX4 | Auto 128 Disabled |
B1 SFP+SR | 2000 128 Blocking | a44c11-a67c80 2 Yes No
B2 | Auto 128 Disabled |
Ciscoスタック1
show spanning-tree
... (additional VLANs)
VLAN0100
Spanning tree enabled protocol ieee
Root ID Priority 1
Address 0018.bac7.426e
Cost 2
Port 107 (TenGigabitEthernet2/1/1)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32868 (priority 32768 sys-id-ext 100)
Address a44c.11a6.7c80
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 300 sec
Interface Role Sts Cost Prio.Nbr Type
------------------- ---- --- --------- -------- --------------------------------
Te1/1/1 Desg FWD 2 128.53 P2p
Te2/1/1 Root FWD 2 128.107 P2p
Cisco側はMST用に設定されていません。詳細については ここ を参照してください。ただし、適切なモードを使用するように3750を設定し、スイッチのさまざまなポートをHPに対応するインスタンス(インスタンス0のようですが、私はしません)に割り当てる必要があります。それらの実装を知っている)。それは、大まかに言えば、少なくとも同じプロトコルを話すスイッチを取得する必要があります。
これに加えて、3つのうちの1つをルートブリッジとして明示的に設定することを強くお勧めします。これはインスタンスごとに構成されます。スイッチの優先度が低い方が優先されます。グーグルですばやく検索すると、相互運用性のためにいくつかの提案された 設定例 が見つかりました。このリンクのドキュメントには、古いIOSリビジョンに関する適切な警告がいくつかありますが、適度に最新のものを実行している場合は、無視しても問題ありません。
MST(Multiple Spanning Tree)を使用するようにCisco 3750を設定するには、次のコマンドを使用します。
spanning-tree mode mst
spanning-tree mst configuration
name MY_MST
revision 10
instance 0 vlan 1-4094
!
Procurve側では、次の構成を使用します。
spanning-tree mode mst
name MY-MST
revision 10
instance 0 vlan 1-4094
それは彼らに同じタイプのSTPを話させるでしょう。 MSTを使用すると、インスタンスをVLAN間で分割することにより、リンク上でVLANの負荷を分散できます。