-
Notifications
You must be signed in to change notification settings - Fork 97
Mlag VTEP plugin simplified #1915
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
Conversation
Device VXLAN scripts (e.g. Cumulus NVUE) will have to check for MLAG peers having VTEP loopbacks with the same IP, and conclude it's a shared address
|
I tripped over a bug in the VXLAN module:
The local VTEP IP isn't supposed to be included in the flood list. |
* Make them symmetrical (red and blue VLAN have identical structure) * Use dual-attached and single-attached hosts everywhere * Change host naming to indicate their role in the network * Structure links into mlag/edge/core * Add IBGP session validation to EVPN tests
ipspace
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't it amazing how simple things become when you use existing mechanisms ;)
Where would we be if Einstein had limited himself to existing theories? ;) It took me a while, but I'm happy with how things turned out |
Based on suggestions from #1912