Cisco 3650 堆栈和戴尔 VRTX R1 2210 10gb 交换机之间的独立 LACP

网络工程 思科 转变 IEEE-802.1ax 戴尔
2022-02-23 23:47:00

R1-2210 VRTX 10Gb 交换机和 Cisco 3650 堆栈之间的 LACP 将无法正确捆绑。有人看过这个/有什么想法吗?在堆栈上运行 VRTX 交换机和 CAT3K_CAA-UNIVERSALK9-M 上的当前最新固件。作为旁注 - 我们在戴尔 630 之间确实有运行良好的 LACP 捆绑包。

配置:

R1-2210 VRTX 10Gb 交换机:

!
interface tengigabitethernet0/1
  channel-group 4 mode auto
  switchport mode trunk
!
interface tengigabitethernet0/2
  channel-group 4 mode auto
  switchport mode trunk
!
interface Port-channel4
 description LINK_TO_CORE
 switchport mode trunk
!
#show lacp protocol-state te0/1
LACP State Machines:
          Receive FSM:           Defaulted State
          Mux FSM:               Collecting Distributing State
          Periodic Tx FSM:       Slow Periodic State
  Control Variables:
          BEGIN:                 FALSE
          LACP_Enabled:          TRUE
          Ready_N:               FALSE
          Selected:              SELECTED
          Port_moved:            FALSE
          NNT:                   FALSE
          Port_enabled:          TRUE
  Timer counters:
          periodic tx timer:     22
          current while timer:   0
          wait while timer:      0
!
#show lacp protocol-state te0/2
 LACP State Machines:
          Receive FSM:           Defaulted State
          Mux FSM:               Detached State
          Periodic Tx FSM:       Slow Periodic State
  Control Variables:
          BEGIN:                 FALSE
          LACP_Enabled:          TRUE
          Ready_N:               FALSE
          Selected:              UNSELECTED
          Port_moved:            FALSE
          NNT:                   FALSE
          Port_enabled:          TRUE
  Timer counters:
          periodic tx timer:     14
          current while timer:   0
          wait while timer:      0
!
#show lacp statistics te0/1 (Same output on te0/2)
te0/1 LACP statistics:
  LACP Pdus sent:                45
  LACP Pdus received:            0
!
#show lacp Port-Channel 4
Port Type 10 Gigabit Ethernet
   Attached Lag id:
   Actor
           System Priority:1
           MAC Address:    f8:b1:56:74:c3:f1
           Admin Key:      1003
           Oper Key:       1003
   Partner
           System Priority:0
           MAC Address:    00:00:00:00:00:00
           Oper Key:       0

思科 3650 堆栈:

!
interface Port-channel4
 description LINK TO VRTX TE1-2
 switchport mode trunk
!
interface GigabitEthernet2/1/4
 switchport mode trunk
 channel-protocol lacp
 channel-group 4 mode active
!
interface GigabitEthernet3/1/4
 switchport mode trunk
 channel-protocol lacp
 channel-group 4 mode active
!
#sho ether sum
4      Po4(SD)         LACP      Gi2/1/4(I)  Gi3/1/4(I)
!
#sho int po4
Port-channel4 is down, line protocol is down (notconnect)

我们的功能端口通道上的配置与我们的戴尔 630 相同。

我感谢社区的任何见解。

谢谢你的时间!

克里斯。

1个回答

使用光纤时速度不匹配。您正在尝试将 1 Gb 连接到 10 Gb,但这是行不通的。

您可以获得适用于 Cisco 3560 的 C3KX-NM-10G。它可以有四个 1 Gb SFP(铜缆或光纤)或两个 10 Gb SFP。这将允许您以您尝试的方式连接 Cisco 和 Dell。

供参考:

请注意,Cisco 将默认使用 PVST 进行 STP。我不知道戴尔是否可以做到这一点,但您可能应该在连接到非思科设备之前在思科上更改它。