cancel
Showing results for 
Search instead for 
Did you mean: 

7254XSQ SMLT/LACP to Cisco

7254XSQ SMLT/LACP to Cisco

bfaltys
Contributor II

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.

 

 

 

1 ACCEPTED SOLUTION

bfaltys
Contributor II

Disabled speed negotiation on the Cisco interface and the link came up.

View solution in original post

24 REPLIES 24

Miguel-Angel_RO
Valued Contributor II

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

bfaltys
Contributor II
c5cd68afc52b4e8da4653d2fde3f87ec_79c85a31-2b64-4284-8bad-dfab2846d997.png
c5cd68afc52b4e8da4653d2fde3f87ec_5d35b4c7-29df-4ca3-830c-8f5797154c14.png

 

Miguel-Angel_RO
Valued Contributor II

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

bfaltys
Contributor II
c2e6d7fc6935440881c1dc9e4b25b1d6_bff48c3b-f74c-4c60-a97a-0a6f83729b30.png

 

Miguel-Angel_RO
Valued Contributor II

Could you share:

show port vlans 1/41

 

GTM-P2G8KFN