Unique VTEP IP on a mlag Leaf-Pair #3975
-
Hi, i am trying a design requirement on Single DC L3LS which require a unique VTEP per L3 Leaf switches which are in MLAG. But i am running across a validation error when i assign a unique vtep_loopback: x.x.x.x to one of the fabric(leaf-a) switches. is this something that is supported from AVD. i think i can use cvp-static-configlets to override AVD generated config. but want to avoid anything static. _l3leaf: node_groups: Validation error when i run the playbook. _TASK [arista.avd.eos_designs : Set eos_designs facts] ******************************************************************************************************************* [WARNING]: [drt-s200-a01-leaf-a]: 'Validation Error: l3leaf.node_groups[0].nodes[0].vtep_loopback': '192.168.11.10/32' does not match 'Loopback[\d/]+'_ when the config is finally generated avd ignores loopback1 and doesnt generate any config. interface Loopback0 Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
AVD tries to generate best-practice configurations, and having unique VTEP IPs on an MLAG pair is not part of any design guide. We do have support for multi-VTEP when combined with EVPN Multicast, where the MLAG peers have a unique IP (loopback0) and a shared IP (loopback1). Please elaborate on your network design, as I am confused why you need unique IPs. The |
Beta Was this translation helpful? Give feedback.
Thank you for the details. I would suggest using
custom_structured_configuration_vxlan_interface
on each device. You can even do this with inline jinja to pick up the temporary VTEP IPs from some file.