Reverse DNS lookup is NOT configured as expected,resolved dns xxxx.fqdn is not equal to xxxx.fqdn Forward DNS lookup is NOT configured as expected,resolved ip xx.xx.xx.xx is not equal to xx.xx.xx.xx
DNS lookup Status : RED
+-----+---------------------------------------------------------------------+--------------------------+-------+
| SL# | Area | Title | State |
+-----+---------------------------------------------------------------------+--------------------------+-------+
| 1 | NSX: xxxx.fqn | Forward DNS lookup check | RED |
| | | Reverse DNS lookup check | RED |
VMware Cloud Foundation 5.x
Incorrect IP address is associated with the edge nodes FQDN/hostname from the SDDC manager Database - "vmManagementIpAddress":"xx.xx.xx.xx","vmHostname":"nsx_edge_fqdn"
Run the below command from the SDDC manager to validate the Edge node information from the SDDC DB -
# psql -h localhost -U postgres -d platform -c "select id , name , nsxt_edge_nodes from nsxt_edge_cluster;"
id | name | nsxt_edge_nodes
--------------------------------------+------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
xxxx-xxxx | nsx_edge_cluster | [{"vmManagementIpAddress":"xx.xx.xx.xx","vmHostname":"edge01_fqdn","sourceId":"xxxx-xxxx","id":"xxxx-xxxx"},{"vmManagementIpAddress":"xx.xx.xx.xx","vmHostname":"edge02_fqdn","sourceId":"xxxx-xxxx","id":"xxxx-xxxx"},{"vmManagementIpAddress":"xx.xx.xx.xx","vmHostname":"edge03_fqdn","sourceId":"xxxx-xxxx","id":"xxxx-xxxx"}]
(1 row)
Contact Broadcom Support as the resolution requires modifications on the SDDC manager database.
The issue can be an outcome of updating the incorrect details on SDDC manager database after replacing edge nodes following article - Replace NSX-T Edge node in a cluster that is part of vCF/SDDC