Example:
>get vtep-group
VNI IP MAC LABEL Segment TransportNode-Id TN-Connection HA-STATE
129025 192.168.140.105 00:50:56:XX:XX:XX 0x13005 192.168.140.0 ########-####-####-####-########b570 true ACTIVE
129025 192.168.140.106 00:50:56:XX:XX:XX 0x13006 192.168.140.0 ########-####-####-####-########4905 false STANDBY
VNI IP MAC LABEL Segment TransportNode-Id TN-Connection HA-STATE
35841 192.168.140.105 00:50:56:XX:XX:XX 0x13005 192.168.140.0 ########-####-####-####-########b570 true ACTIVE
35841 192.168.140.104 00:50:56:XX:XX:XX 0x13004 192.168.140.0 ########-####-####-####-########4905 false STANDBY
VNI IP MAC LABEL Segment TransportNode-Id TN-Connection HA-STATE
60417 192.168.140.105 00:50:56:XX:XX:XX 0x13005 192.168.140.0 ########-####-####-####-########b570 true ACTIVE
60417 192.168.140.106 00:50:56:XX:XX:XX 0x13006 192.168.140.0 ########-####-####-####-########4905 false STANDBY
The Edge Node active/standby pair in charge of a cross-location Stretched-Segment does not support preemptive mode.
In case of an Edge Node failure or reboot (ESXi failure, Edge upgrade, etc), all the cross-location Stretched-Segments it was in charge of are transferred to the other Edge Node pair.
But even after the Edge recovery, no cross-location Stretched-Segments will go back to that Edge.
So after an Edge failure or reboot, there is no longer a fair distribution across Edges of the cross-location Stretched-Segments.
This behavior is by design.
How to get a list of the Edge Node load distribution for all segments
On Local Manager Commnad line, with root user:
# su admin -c get vtep-group | awk '{print $1}' | grep -v VTEP-GROUP-ID > /image/VTEP-GROUP-ID
# for i in $(cat /image/VTEP-GROUP-ID); do su admin -c get vtep-group $i vtep ;done