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 Conditional UDP Payload Hashing #4925

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

Support for Conditional UDP Payload Hashing #4925

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

Comments

@aeshap
Copy link

aeshap commented Jan 23, 2025

Enhancement summary

We are looking to replicate configurations for AI deployment. This feature enables hashing of traffic load on the members of the ECMP groups based on alternative set of bytes to be used in the calculation of the LAG and ECMP hash if an 16 bit field of the payload matches a provided pattern.

https://www.arista.com/en/support/toi/eos-4-33-1f/21077-support-for-conditional-udp-payload-hashing

load-balance policies
load-balance sand profile default
fields udp dst-port 4791 payload bytes 5-7
!

Which component of AVD is impacted

eos_cli_config_gen

Use case example

Required for AI fabrics with sand family platforms.

Describe the solution you would like

Provide load-balance policy support with cli_config_gen

Describe alternatives you have considered

custom_structured_configuration_eos_cli: |
load-balance policies
load-balance sand profile default
fields udp dst-port 4791 payload bytes 5-7

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
@aeshap aeshap 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