Validation errors observed after applying Multi vTEP HA profile on the Transport Node Profiles (TNPs) for the compute clusters
search cancel

Validation errors observed after applying Multi vTEP HA profile on the Transport Node Profiles (TNPs) for the compute clusters

book

Article ID: 449374

calendar_today

Updated On:

Products

VMware NSX VMware Telco Cloud Platform

Issue/Introduction

"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 

Environment

NSX 4.2.1.4.0.24765227

TCP 5.x 

Cause

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 

 

Resolution

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"
 }

Additional Information

Refer document for additional information multi-tep-high-availability