VMware NSX 3.2.4 being upgraded to 4.2.3
This is caused by the inconsistent properties in the Segment introduced by the data-migration during upgrade, i.e. the migration bumped up the the Segment revision number but did not update the previous-state correctly.
This issue is fixed in NSX 9.0 and NSX 4.2.3.3 EP
For a workaround in your current NSX version, please collect below data and contact Broadcom Support as workaround requires NSX Corfu database changes:
/opt/vmware/bin/corfu_tool_runner.py --tool corfu-editor -n nsx -o showTable -t GenericPolicyRealizedResource > gprr.log
2. Collect DHCP Server List using below API call from NSX Manager CLI (logged in as root):
curl -k -i --basic -u 'username':'password' 'https://<IP or localhost>/api/v1/dhcp/servers'