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 Cluster Load Balancing #5004

Open
1 task done
dgonzalez85 opened this issue Feb 10, 2025 · 0 comments
Open
1 task done

Support for Cluster Load Balancing #5004

dgonzalez85 opened this issue Feb 10, 2025 · 0 comments

Comments

@dgonzalez85
Copy link

Enhancement summary

We are looking to replicate AI deployment. The following TOI describes how to configure CLB:

https://www.arista.com/en/support/toi/eos-4-32-2f/20434-cluster-load-balancing

load-balance cluster
  forwarding type <bridged encapsulation vxlan ipv4/forwarding type routed>
  destination grouping prefix length <prefix-length>
  flow source learning
    aging timeout <value> seconds
    limit <value>
  load-balance method flow round-robin
  port group host <name>
    interface ethernet <interface_list>
      flow limit <value> 
      flow exhaustion action descp/traffic-class
      flow warning <value> 

As the TOI mentiones it is also recommended to configure the following in order to improve the accuracy of aging and counters.

traffic-policies
  counter interface poll interval <2-30> seconds

But this option is not available today.

Which component of AVD is impacted

eos_cli_config_gen

Use case example

AI deployments using Cluster load balancing.

Describe the solution you would like

Use cli config gen commands to configure CLB.

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
Projects
None yet
Development

No branches or pull requests

2 participants