本文转自:https://networkengineering.stackexchange.com/questions/28218/lacp-in-stand-alone-between-cisco-3650-stack-dell-vrtx-r1-2210-10gb-switch
LACP between a R1-2210 VRTX 10Gb Switch & Cisco 3650 Stack will not bundle properly. Has anybody seen this/have any ideas? Running what is currently the latest firmware on the VRTX Switch and CAT3K_CAA-UNIVERSALK9-M on the Stack. As a side note- we do have LACP bundles between Dell 630s that are working fine.
Configs:
R1-2210 VRTX 10Gb Switch:
!
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
Cisco 3650 Stack:
!
interface Port-channel4
description LINK TO VRTX TE1-2
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface TenGigabitEthernet1/1/1
switchport trunk encapsulation dot1q
switchport mode trunk
channel-protocol lacp
channel-group 4 mode active
!
interface TenGigabitEthernet1/1/2
switchport trunk encapsulation dot1q
switchport mode trunk
channel-protocol lacp
channel-group 4 mode active
!
#sho ether sum
4 Po4(SU) LACP Te1/1/1(P) Te1/1/2(P)
!
#sho int po4
Port-channel6 is up, line protocol is up (connected)
Configurations are identical on our functioning Port Channels to our Dell 630s.
I appreciate any insight from the community.
Thanks for your time!
Chris.
评论