02-10-2021 07:09 PM
Hello. I’m trying to get an LACP link to come up to a Cisco. I’ve spent too much time looking on Google without the most helpful of results so I’m hoping someone here can help. Here is some of the relevant configuration…
The interfaces on the Cisco:
interface GigabitEthernet1/1/2
switchport mode trunk
logging event trunk-status
channel-protocol lacp
channel-group 10 mode active
interface GigabitEthernet2/1/2
switchport mode trunk
logging event trunk-status
channel-protocol lacp
channel-group 10 mode active
interface Port-channel10
switchport mode trunk
On the VSP:
# LACP CONFIGURATION
#
vlacp enable
lacp smlt-sys-id d4:78:56:xx:xx:xx
lacp enable
# MLT CONFIGURATION
#
mlt 22 enable name "MY-MLT"
# MLT INTERFACE CONFIGURATION
#
interface mlt 22
smlt
lacp enable key 22
exit
interface GigabitEthernet 1/41
name "MLT22"
no shutdown
lacp key 22 aggregation enable
lacp enable
sflow sampling-rate 8192
exit
MY-SWITCH:1(config)#show mlt 22
===============================================================================
                                    Mlt Info
===============================================================================
                                         PORT    MLT        MLT           PORT         VLAN
MLTID IFINDEX NAME      TYPE   ADMIN CURRENT    MEMBERS       IDS
----------------------------------------------------------------------------------------------------
22         6165  MY-MLT     trunk   smlt        norm                                 2222
                          DESIGNATED   LACP      LACP
MLTID IFINDEX  PORTS            ADMIN     OPER
----------------------------------------------------------------------------------------------------
22       6165       null                  enable    down
                                                                                                                WHICH PORTS
                        WHERE        LOCAL                      REMOTE                   PROGRAMMED
MLTID NAME   CREATED    PORT MEMBERS      PORT MEMBERS      IN DATA PATH
----------------------------------------------------------------------------------------------------
22      MY-MLT   LOC & REM                                      NONE
                          ENCAP                                          PVLAN        VID
MLTID IFINDEX  DOT1Q     LOSSLESS   PVLAN     TYPE         TYPE       FLEX-UNI
----------------------------------------------------------------------------------------------------
22       6165       enable      disable               -              -                -            disable
A message I found in the logs:
MY-SWITCH:1(config)#show log file tail
CP1 [02/10/21 12:41:44.739:CST] 0x000ec5d1 00000000 GlobalRouter LACP INFO A churn condition has been detected for port 1/41 as the  PARTNER is out of sync.
Solved! Go to Solution.
03-05-2021 07:27 PM
Disabled speed negotiation on the Cisco interface and the link came up.
02-10-2021 08:53 PM
v-ist is ok .
For the sys-id you should start with 02 as it will be used as backbone mac-address (02:01:72:00:01:00 an … :02:00). 02 meaning locally managed (read manually modified).
For the virt-bmac, the best practice is to use the lowest sys-id in the cluster ending by F (02:01:72:00:01:0F).
All this shouldn’t impact the link here.
So on the cisco, the vlan 2222 is the only vlan present and tagged?
Do you see mac-addresses on the cisco ports?
Mig
02-10-2021 08:42 PM
02-10-2021 08:30 PM
So on the cisco, the vlan 2222 is the only vlan present and tagged?
Do you see mac-addresses on the cisco ports?
To be sure that all is ok on the mlt setup could oyu share:
show isis spbm
show virtual-ist
Mig
02-10-2021 08:28 PM
02-10-2021 08:27 PM
Could you share:
show port vlans 1/41
