We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
eos_cli_config_gen
AI deployments using Cluster load balancing.
Use cli config gen commands to configure CLB.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
As the TOI mentiones it is also recommended to configure the following in order to improve the accuracy of aging and counters.
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
The text was updated successfully, but these errors were encountered: