Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lag: Support back-2-back dual mlag use case with crossed links #1850

Open
wants to merge 11 commits into
base: dev
Choose a base branch
from

Conversation

jbemmel
Copy link
Collaborator

@jbemmel jbemmel commented Jan 27, 2025

To date, a topology with 4 nodes implicitly assumes 2 single links between them, i.e.

links:
- lag:
   members: [ s1-s2 ]
   mlag.peergroup: True
- lag:
   members: [ s3-s4 ]
   mlag.peergroup: True  
- lag.members:
  - s1-s3
  - s2-s4

This PR adds support for crossed dual-mlag, i.e.

links:
- lag.members:
  - s1-s3
  - s1-s4
  - s2-s3
  - s2-s4

@ipspace
Copy link
Owner

ipspace commented Jan 28, 2025

Considering you had to add extra code to support the default edge-to-core MLAG wiring in most L2only fabrics, it might be time I take a look at that code :( Not going to happen soon though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants