生成树是否需要用于Port-Channel?

我有两台Dell PowerConnect交换机,我想通过端口通道链路(2个以太网链路)连接在一起。

生成树在两台交换机上均启用,因此应用于所有接口,除非另有说明。

这是我期望能够工作的configuration,但不是。

开关A – 戴尔6248

interface ethernet 3/g21 channel-group 39 mode auto interface ethernet 3/g22 channel-group 39 mode auto interface port-channel 39 

交换机B – 戴尔5424

 interface ethernet g18 channel-group 4 mode auto interface ethernet g19 channel-group 4 mode auto interface port-channel 4 

正如你所看到的,没有特定的configuration适用于每个端口通道。 当我使用这种configuration连接所有东西时,两台交换机之间没有通信。 show spanning-tree的输出如下:

开关A – 戴尔6248

 Port ch39 Enabled State: Discarding Role: Designated Port id: 128.664 Port Cost: 10000 Port Fast: No (Configured: no ) Root Protection: No Designated bridge Priority: 16384 Address: 40:00:00:25:64:25:B6:82 Designated port id: 128.664 Designated path cost: 0 CST Regional Root: 10:00:00:25:64:25:B6:91 CST Port Cost: 1000 Root Guard..................................... FALSE Loop Guard..................................... FALSE TCN Guard...................................... FALSE BPDU: sent 1260, received 1226 

交换机B – 戴尔5424

 Port ch4 enabled State: forwarding Role: designated Port id: 128.52 Port cost: 4 Type: P2P (configured:Auto ) RSTP Port Fast: No (configured:No) Designated bridge Priority : 32768 Address: 00:23:ae:d6:a5:77 Designated port id: 128.52 Designated path cost: 4 Guard root: Disabled BPDU guard: Disabled Number of transitions to forwarding state: 1 BPDU: sent 3715, received 0 

正如你所看到的,随着生成树无处不在,交换机A的端口通道进入丢弃状态。

如果我在交换机上禁用生成树,两台交换机之间的通信工作。

 interface port-channel 39 spanning-tree disable 

所以有两个问题:

  1. 是否有我缺less的configuration,我需要修复,所以生成树将允许stream量通过。
  2. 我应该closures交换机端口通道上的生成树,不要再担心这个问题了吗?

我会首先尝试设置它没有一个通道组,只有一个接口,看看是否可行。 看起来STP没有正确的沟通 – 你真的不想关掉它,因为这会稍后产生问题。

在进行configuration时,您是否使用了电缆? 尝试closures两端的端口通道,然后重新启用它们。

你是否试图强迫LAG而不是与LACP谈判?

你可以考虑把6248放到RSTP模式吗? 它应该是默认的RSTP,但它不这样说。

有没有可能你有一个循环已经连接到这些开关?