VMware NSX
By correctly configuring Edge TEP Groups, both load-sharing and throughput can be efficiently improved.
Please follow the below steps to configure Edge TEP HA and Edge TEP Groups:
PUT API to the required TNP /policy/api/v1/infra/host-transport-node-profiles/<tnp-id>, depending on the HostSwitch type (i.e. if using ENS, can be set to L4 or if using Standard, can be set to L3), set the ecmp_mode to L3/L4. Below is a sample payload:"host_switches": [ { "host_switch_name": "vDS01", "host_switch_id": "50 ## ## ## ## ## ## ##-## ## ## ## ## ## ## e6", "host_switch_type": "VDS", "host_switch_mode": "STANDARD", "ecmp_mode": "L3",The ecmp_mode value L4 provides finer granularity of flow distribution at the cost of expanding flow entries in the Flow Cache. Therefore, it should be used selectively on transport nodes where load balancing needs to be based on Layer 4 flows.