As a load-balancing method, resilient hashing helps to lessen the possibility that a destination path is remapped when a LAG (Link Aggregation Group) link fails.
When you create or update a tenant VRF, you can enable ECMP resilient hashing and you can configure the maximum number of resilient hashing paths allowed (8, 16, or 64 paths). Resilient hashing is disabled by default. The default number of allowed paths is the same as the default value for the SLX devices.
# efa tenant vrf create --name <vrf-name> --tenant <tenant-name> --rh-ecmp-enable=true/false --rh-max-path <8 | 16 | 64>
# efa tenant vrf update --name <vrf-name> --tenant <tenant-name> --operation <rh-max-path-add | rh-max-path-delete | rh-ecmp-update> --rh-ecmp-enable=true/false --rh-max-path <8 | 16 | 64>
Note