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

Support for DLB on ECMP groups #4920

Open
1 task done
dgonzalez85 opened this issue Jan 23, 2025 · 0 comments
Open
1 task done

Support for DLB on ECMP groups #4920

dgonzalez85 opened this issue Jan 23, 2025 · 0 comments
Labels
type: enhancement New feature or request

Comments

@dgonzalez85
Copy link

Enhancement summary

We are looking to replicate configurations for AI deployment. This feature enables DLB that considers traffic load of the memebers of the ECMP groups:

https://www.arista.com/en/support/toi/eos-4-24-2f/14562-support-for-dynamic-load-balancing-on-ecmp-groups

ip hardware fib load-balance distribution dynamic
ip hardware fib load-balance distribution dynamic flow-set-size 5

(config)#ip hardware fib load-balance distribution ?
  dynamic  Enable dynamic load balancing
  hash     Enable hash based load balancing

(config)#ip hardware fib load-balance distribution dynamic flow-set-size ?
  <1-7>  Flow set size value

This is currently not supported:
https://avd.arista.com/5.1/roles/eos_cli_config_gen/docs/input-variables.html#ip-hardware

Which component of AVD is impacted

eos_cli_config_gen

Use case example

Enable DLB for AI deployments.

Describe the solution you would like

Expand ip-hardware section in eos_cli_config_gen to support this.

Describe alternatives you have considered

custom_structured_configuration_eos_cli: |
ip hardware fib load-balance distribution dynamic
ip hardware fib load-balance distribution dynamic flow-set-size 5

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
@dgonzalez85 dgonzalez85 added the type: enhancement New feature or request label Jan 23, 2025
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
Development

No branches or pull requests

1 participant