aristanetworks / avd

Arista Validated Designs
https://avd.arista.com
Apache License 2.0
251 stars 187 forks source link

Support for WAN I-ESI (EVPN all-active multihoming gateway) #4088

Open dgonzalez85 opened 3 weeks ago

dgonzalez85 commented 3 weeks ago

Enhancement summary

When trying to configure EVPN all-active GW the following ESI is defined under address-family evpn:

https://www.arista.com/en/support/toi/eos-4-29-0f/16349-evpn-vxlan-all-active-multihoming-gateway

   address-family evpn
...
      !
      evpn ethernet-segment domain all
         identifier 0011:1111:1111:1111:1111
         route-target import 00:01:00:01:00:01

Looking to configure this natively via eos_cli_config_gen.

Which component of AVD is impacted

eos_cli_config_gen

Use case example

Configure EVPN all-active multihoming gateway.

Describe the solution you would like

Support for configuring the WAN ESI ID and RT as shown above.

Describe alternatives you have considered

No response

Additional context

No response

Contributing Guide

msimonneau-dev commented 3 weeks ago

Hi,

I'm also interested in support of multihoming evpn gateway. It seems, it's close to another open issue : https://github.com/aristanetworks/avd/issues/2314.