When the status of the T1 gateway shows down, and status of other components are Successful/green, check the realization status of the Edges using the process below.
Updated GPRR /infra/realized-state/enforcement-points/default/tier-0-logical-routers/<Tier1> with operational status: RealizedOperationalStatus{ msgOrBuilder=operation_status: STATUS_RED
curl -l -k -u 'admin' -H 'Content-Type:application/json' -X GET https://localhost/policy/api/v1/infra/realized-state/realized-entities?intent_path=<path_to_T1_object_copied_from_NSX_UI>
"runtime_status": "DOWN""operational_status": "STATUS_RED",VMware NSX
The realization status of the Edges can be out of sync between the nodes after a maintenance mode operation.
To check the realization status run the below commands from the NSX Manager CLI
get nodes
get data with receiver <UUID of TN>Verify the status of the node, If status of node is
status: unknown
The T1 gateway will show as status "Down"
Once a node is in this state an update can be done to the configuration to force realization. Edit the settings of the T1 and change the affected setting for a non disruptive setting.
This can be a description change or change to the affected setting. After the "realization_api": it will show where the change needs to be made.
/routing/advertisement
In this example routing was the unknown. So changing a routing setting that was non disruptive and saving will realize the Edge.