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

Configure Non MLAG Port Channel to Downstream Single Homed L2 Switch #3459

Closed
1 task done
jrecchia1029 opened this issue Dec 22, 2023 · 0 comments · Fixed by #3495
Closed
1 task done

Configure Non MLAG Port Channel to Downstream Single Homed L2 Switch #3459

jrecchia1029 opened this issue Dec 22, 2023 · 0 comments · Fixed by #3495
Assignees

Comments

@jrecchia1029
Copy link
Contributor

jrecchia1029 commented Dec 22, 2023

Enhancement summary

There appears to be a limitation where if an L2 leaf is uplinked to a single L3 leaf but that L3 leaf is part of an MLAG pair, an unnecessary mlag <id> statement gets configured on the L3 leaf under the Port-Channel facing the downstream L2 leaf. This prevents the port-channel from coming up.

We need the ability to check whether or not the downstream neighbor of a device in an MLAG pair is also a downstream neighbor of the MLAG peer so we do not unnecessarily configure mlag <id> under the port-channel.

Which component of AVD is impacted

eos_designs

Use case example

Configuring a L2 port-channel downstream of only a single device in an MLAG pair.

SingleHomeMLAGDeviceDiagram

Describe the solution you would like

If a switch is part of an MLAG pair, for each downstream neighbor, check whether or not that neighbor is also a downstream neighbor of the MLAG peer. If it is, configure an mlag id under the port-channel to that neighbor. If it isn't don't configure an mlag id under the port-channel to that neighbor.

Describe alternatives you have considered

No response

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants