VMware NSX
To achieve Active Active stateful services, Edges may need to redirect(punt) traffic to the Edge which is tracking the stateful traffic flow.
The default redirection policy is IP_HASH.
This policy supports NAT on the stateful A/A T0 however it does not support traffic between the uplinks of T0.
Since 2 layers of T0s requires traffic between T0 uplinks, the default policy cannot support this designed.
To allow for a second Tier-0 layer, a redirect policy of SRC_DST_IP_HASH must be used.
Note this policy does not support NAT on the A/A stateful T0 router.
In summary:
Using a REST API Client or curl:
GET https://<manager>/policy/api/v1/infra/tier-0s/<T0 router name> "stateful_services": { "enabled": true, "redirection_policy": "IP_HASH" ----> "SRC_DST_IP_HASH" },POST https://<manager>/policy/api/v1/infra/tier-0s/<T0 router name>