IP_CONFIG_INVALID or Invalid IP configuration in the NSX UI under section System --> Fabric --> Hosts/Nodes --> click host and view details --> Physical Adapter --> click vmnicesxcli network ip interface ipv4 get as root user on the ESXi hosts you will observe there are no vmnics present. This is because the vmnics would not have had a IP address configuredGET /api/v1/transport-nodes/<tn-uuid>/network/interfaces on the NSX Manager as root user you should observe a similar output to the one below:root@nsx-mngr-##:~# curl -k -u admin -X GET https://localhost/api/v1/transport-nodes/########-####-####-####-########48e9/network/interfacesEnter host password for user 'admin':{ "results" : [ { "admin_status" : "UP", "interface_id" : "vmnic0", "link_status" : "UP", "mtu" : 8900, "interface_type" : "PHYSICAL", "connected_switch" : "SwitchName", "connected_switch_type" : "DVS", "interface_alias" : [ { "broadcast_address" : "", "ip_address" : "", "ip_configuration" : "IP_CONFIG_INVALID", "netmask" : "", "physical_address" : "##:##:##:##:##:b6"
This message has been changed to "Not Configured" in VMware NSX 4.2.0.