In the HCX UI, any of the following operations fail immediately:
The task reports the following error:
JSONObject["networkId"] not found
Workloads on the affected segment can experience 100% packet loss or incorrect routing. While the HCX UI shows MON as disabled for the segment, the workload continues to forward traffic to the NSX VDR MAC address 02:50:56:56:44:52 instead of forwarding it over the Network Extension appliance to the source gateway.
The HCX database is out of sync with the NSX segment binding for the extended network. The HCX management plane no longer holds a valid record for the segment, so any operation that reads the network object fails immediately with JSONObject["networkId"] not found.
The ESXi data plane is not updated as part of the failed operation, so the workload port retains the stale Local Egress (LE) flag. The LE flag instructs the workload to send traffic to the NSX VDR, which is why traffic is misrouted even though HCX reports MON as disabled.
net-stats -lremoteRtr property on the DVS ports: net-dvs -l | grep "com.vmware.nsx.port.extraConfig.remoteRtr"com.vmware.nsx.port.extraConfig.remoteRtr = ###.###.###.### 02:50:56:48:43:58 02:50:56:56:44:52 00:00:00:00:00:00 LE , propType = POLICYIf the port reports LE while MON is shown as disabled in the HCX UI, a stale flag is present on the host and the HCX and NSX records for the segment are out of sync.
The MON toggle cannot be used to clear the condition, because the toggle itself fails with the JSONObject["networkId"] not found error. The extension must be removed and re-created.
Note: Perform the unextend and re-extend from the HCX source/connector side. Performing this operation from the HCX destination/cloud side is not supported.
admin user.Re-run the check from Step 1 on the ESXi host:
net-dvs -l | grep "com.vmware.nsx.port.extraConfig.remoteRtr"
Confirm that the remoteRtr property on the workload port matches the intended MON configuration. The LE flag is expected only when MON is enabled on the segment.