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

Add support for L2 in-place adjacency replacement (IAR) #3811

Closed
1 task done
dgonzalez85 opened this issue Apr 4, 2024 · 0 comments · Fixed by #3990
Closed
1 task done

Add support for L2 in-place adjacency replacement (IAR) #3811

dgonzalez85 opened this issue Apr 4, 2024 · 0 comments · Fixed by #3990
Assignees
Labels
type: enhancement New feature or request

Comments

@dgonzalez85
Copy link

Enhancement summary

This TOI describes the feature to enhance convergence times with all-active multihoming:
https://www.arista.com/en/support/toi/eos-4-26-1f/14885-l2-iar-for-evpn-vxlan-all-active-multihoming

The tech-library templates recommend using it:
https://tech-library.arista.com/data_center/evpnvxlan/deployment_guide/domain_b/#leaf

The L2 In-place Adjacency Replacement (IAR) feature for EVPN VXLAN optimizes internal data structures in EOS, reducing the convergence time necessary when remote VTEPs lose connectivity to an Ethernet Segment (ES).

Configuration just needs the following command:

router bgp 65200
   !
   address-family evpn
      layer-2 fec in-place update

Which component of AVD is impacted

eos_cli_config_gen

Use case example

Improve convergence in A/A multihoming deployments

Describe the solution you would like

Add support to configure this command under the evpn address family.

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
Labels
type: enhancement New feature or request
Projects
None yet
2 participants