这里有一个奇怪的问题。我更换了一个堆栈成员(Cisco 3750x 堆栈中的 2 个成员)。两台交换机都有一个 10Gb 卡,我在 10Gb 端口之间有一个完美工作的 LAG/以太网通道。
更换堆栈成员后,由于流量控制不匹配,端口通道无法捆绑。它说流控制在新成员的接口上,但在配置中它清楚地开启,与其他接口和端口通道上的配置一致。
错误:
%EC-5-CANNOT_BUNDLE2: Te1/1/2 is not compatible with Te2/1/2 and will be suspended (flow control receive of Te1/1/2 is off, Te2/1/2 is on) (ISCSI-MER2-1)
运行:
interface TenGigabitEthernet1/1/2
flowcontrol receive on
channel-protocol lacp
channel-group 1 mode active
end
interface TenGigabitEthernet2/1/2
flowcontrol receive on
channel-protocol lacp
channel-group 1 mode active
end
interface Port-channel1
flowcontrol receive on
end
我想尝试向通道添加另一个端口,但不确定这是否会导致端口通道中断?
我也可以尝试禁用接口和端口通道上的流量控制,但我现在需要在生产期间这样做吗?