cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1079
Views
5
Helpful
3
Replies

LACP between IOS XR router and QFX switch

Saskiaaa
Level 1
Level 1

Hello everyone,

 

im planning to config a LACP between XR Router and QFX switch. My questions
1- is my LACP connection is correct or the MUX  state must be ATTACHED  not DISTRIBUTING ? 

2- how i can config  ip address  ( Gateway ) for the aggregated Interface  on XR Router? 

 

Bildschirmfoto 2021-03-18 um 11.51.14.png

 

QFX Switch  Configurations and Details:

set chassis aggregated-devices ethernet device-count 1

set interfaces ae0 aggregated-ether-options lacp active

set interfaces ae0 aggregated-ether-options lacp periodic fast

set interfaces ae0 unit 0 family ethernet-switching interface-mode access

set interfaces xe-0/0/4 ether-options 802.3ad ae0

set interfaces xe-0/0/5 ether-options 802.3ad ae0

 

------------------------

root@right-sw02# run show lacp interfaces

Aggregated interface: ae0

    LACP state:       Role   Exp   Def  Dist  Col  Syn  Aggr  Timeout  Activity

      xe-0/0/4       Actor    No    No   Yes  Yes  Yes   Yes     Fast    Active

      xe-0/0/4     Partner    No    No   Yes  Yes  Yes   Yes     Slow    Active

      xe-0/0/5       Actor    No    No   Yes  Yes  Yes   Yes     Fast    Active

      xe-0/0/5     Partner    No    No   Yes  Yes  Yes   Yes     Slow    Active

    LACP protocol:        Receive State  Transmit State          Mux State

      xe-0/0/4                  Current   Slow periodic Collecting distributing

      xe-0/0/5                  Current   Slow periodic Collecting distributing

 

XR Router  Configurations and Details:

!

interface Bundle-Ether200

ipv4 address 10.100.28.1 255.255.255.

interface GigabitEthernet0/0/0/4

bundle id 200 mode active

!         

interface GigabitEthernet0/0/0/5

bundle id 200 mode active

 

--------------------

:cisco2#show lacp bundle-ether 200

Bundle-Ether200

 

  Port          (rate)  State    Port ID       Key    System ID

  --------------------  -------- ------------- ------ ------------------------

Local

  Gi0/0/0/4         1s  ascdA--- 0x8000,0x0002 0x00c8 0x8000,00-05-32-78-98-37

   Partner         30s  ascdAF-- 0x007f,0x0001 0x0001 0x007f,02-05-86-71-fb-00

  Gi0/0/0/5         1s  ascdA--- 0x8000,0x0001 0x00c8 0x8000,00-05-32-78-98-37

   Partner         30s  ascdAF-- 0x007f,0x0002 0x0001 0x007f,02-05-86-71-fb-00

 

  Port                  Receive    Period Selection  Mux       A Churn P Churn

  --------------------  ---------- ------ ---------- --------- ------- -------

Local

  Gi0/0/0/4             Current    Fast   Selected   Distrib   None    None   

  Gi0/0/0/5             Current    Fast   Selected   Distrib   None    None 

 

Thanks,

 

 

 

3 Replies 3

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello @Saskiaaa ,

on the QFX switch you have used Fast LACP timers , on the XR side they are slow I think this is the only fix you need

 

>> set interfaces ae0 aggregated-ether-options lacp periodic fast

 

and

>>

LACP protocol:        Receive State  Transmit State          Mux State

      xe-0/0/4                  Current   Slow periodic Collecting distributing

      xe-0/0/5                  Current   Slow periodic Collecting distributing

 

Hope to help

Giuseppe

 

Hello @Giuseppe Larosa,

 

thank you for your replay, i have already configured the periodic fast on FQX, but sometimes display slow and sometime fast  

 

for set ip address  ( gateway ) on XR, its  so correct? 

 

interface Bundle-Ether200

ipv4 address 10.100.28.1 255.255.255.

Hello @Saskiaaa ,

 

the configuration of the Bundle-ether200 is correct on the XR side

 

Hope to help

Giuseppe

 

Review Cisco Networking for a $25 gift card