"Validation errors" as shown below were encountered in the NSX UI while applying the Transport node profile with Multi-TEP HA configuration,
The clusters were configured with two hostswitches , One of the hostswitch was configured with VLAN transport zone only while the other hostswitch was configured with both overlay and vlan tranportzone as shown below
NSX 4.2.1.4.0.24765227
TCP 5.x
For the Multi vTEP HA config to work, the target host switch must be attached with at least one overlay transport zone. When MultiTEP HA profile is attached to both host switches, then both host switches should be configured with overlay transport zone
Re-configure Multi vTEP HA profile only for the required switch in the transport node profile or configure overlay TZ for both the host switches
Below is a sample host switch spec where vtephaprofile1 is attached with both hostswitches "Switchname1" and "Switchname2"
{
"host_switch_spec": {
"host_switches": [
{
"host_switch_name": "<Switchname1>", ===== Switch #1
"host_switch_id": "<Switch ID>",
"host_switch_type": "VDS",
"host_switch_mode": "STANDARD",
"host_switch_profile_ids": [
{
"key": "UplinkHostSwitchProfile",
"value": "/infra/host-switch-profiles/<profile-ID>"
},
{
"key": "VtepHAHostSwitchProfile",
"value": "/infra/host-switch-profiles/vtephaprofile1" ===== VTEP HA profile
}
],
"uplinks": [
{
"vds_uplink_name": "Uplink 1",
"uplink_name": "uplink-1"
},
{
"vds_uplink_name": "Uplink 2",
"uplink_name": "uplink-2"
}
],
:
:
{
"host_switch_name": "<Switchname2>", ===== Switch #2
"host_switch_id": "<Switch ID>",
"host_switch_type": "VDS",
"host_switch_mode": "STANDARD",
"host_switch_profile_ids": [
{
"key": "UplinkHostSwitchProfile",
"value": "/infra/host-switch-profiles/<profile-ID>"
},
{
"key": "VtepHAHostSwitchProfile",
"value": "/infra/host-switch-profiles/vtephaprofile1" ===== VTEP HA profile
}
],
}
],
"not_ready": false
}
],
"resource_type": "StandardHostSwitchSpec"
},
"ignore_overridden_hosts": false,
"resource_type": "PolicyHostTransportNodeProfile"
}
Refer document for additional information multi-tep-high-availability