configuration从HP到Cisco硬件的生成树

我有三个交换机,我想在一个环路中configuration – 思科堆栈(3750)和两个HP 2900系列。 每个连接到下一个具有一个或另一个forms的10G背板。

如何在这些系统上configuration生成树来使这个function正确? 从我看过的文档看来,我需要设置两套硬件来使用MST模式,但是我不确定过去那一点。 中继线等都是根据需要设置的。

HP Switch 1 A4连接到Cisco 1/0/1。 HP Switch 2 B2连接到Cisco 2/0/1。 HP Switch 1 A2连接到HP Switch 2 A1。

惠普交换机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 

惠普交换机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 | 

思科堆栈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 

思科方面没有configuration为MST。 在这里看看具体细节,但你需要设置3750使用适当的模式,并将交换机中的各个端口分配给对应于惠普的实例(可能实例0,但我不知道他们的实施)。 这应该 – 在广泛的笔触 – 至less让交换机讲同样的协议。

除此之外,我强烈build议您明确地将三者之一configuration为根网桥。 这是在每个实例的基础上configuration的 – 下级交换机优先级获胜。 快速谷歌search出现了一些build议的互操作性示例configuration 。 这个链接中的文档对于旧的IOS版本有一些适当的警告,但是如果你正在运行一些合理的当前版本,则可以放弃。

要configurationCisco 3750使用MST(多生成树)使用以下命令:

 spanning-tree mode mst spanning-tree mst configuration name MY_MST revision 10 instance 0 vlan 1-4094 ! 

在Procurve端使用这个configuration:

 spanning-tree mode mst name MY-MST revision 10 instance 0 vlan 1-4094 

这将让他们谈论相同types的STP。 您可以使用MST通过划分vlans上的实例来通过链接来平衡vlans。