我正在运行两台 Nexus 3048 交换机作为网络核心,在 vPC 链路上连接另一台交换机(特别是 2960-X)时遇到问题。考虑以下场景:
+-------+ +-------+
| NX #1 |===| NX #2 |
+-------+ +-------+
| |
+-------+
| 2960X |
+-------+
在 2960X 上有一个配置为主动模式的端口通道。当将 nexus 上的接口设置为: 时spanning-tree port type network,Bridge Assurance 会起作用并阻止端口。
此时我正在“普通类型”上运行它,因此它不会禁用链接。
我在网上读过一些我无法使用的东西,spanning-tree port type network但我不知道是我的心在想我,还是确实如此。如果是,为什么我不能这样做?网络端口不应用于交换机间连接?
谢谢,
该问题的其他配置举例说明:
NX #1
interface port-channel9
description Downlink TCC6-1
switchport mode trunk
switchport trunk native vlan 256
switchport trunk allowed vlan 146,172,256,666
spanning-tree port type normal
spanning-tree guard root
vpc 9
interface Ethernet1/9
description Downlink TCC6-1 #1
switchport mode trunk
switchport trunk native vlan 256
switchport trunk allowed vlan 146,172,256,666
channel-group 9 mode active
no shutdown
NX #2
interface port-channel9
description Downlink TCC6-1
switchport mode trunk
switchport trunk native vlan 256
switchport trunk allowed vlan 146,172,256,666
spanning-tree port type normal
spanning-tree guard root
vpc 9
interface Ethernet1/9
description Downlink TCC6-1 #2
switchport mode trunk
switchport trunk native vlan 256
switchport trunk allowed vlan 146,172,256,666
channel-group 9 mode active
no shutdown
2960-X
interface Port-channel1
description Uplink Core-CC
switchport trunk native vlan 256
switchport trunk allowed vlan 146,172,256,666
switchport mode trunk
ip arp inspection trust
ip dhcp snooping trust
end
interface GigabitEthernet1/0/47
description Uplink Core-CC (Port Channel Interface #1)
switchport trunk native vlan 256
switchport trunk allowed vlan 146,172,256,666
switchport mode trunk
ip arp inspection trust
channel-group 1 mode active
ip dhcp snooping trust
end
interface GigabitEthernet1/0/48
description Uplink Core-CC (Port Channel Interface #2)
switchport trunk native vlan 256
switchport trunk allowed vlan 146,172,256,666
switchport mode trunk
ip arp inspection trust
channel-group 1 mode active
ip dhcp snooping trust
end