VMware NSX
The cause was an error in the modified "default_gateway_addresses", which resulted in the gateway becoming unreachable.
1. Log in to the NSX Edge CLI as the admin user.
2. Execute the following command to check the current configuration values of the management interface.
get interface <mgmt-interface-name>
3. Execute the following command to change the gateway IP address.
set interface <mgmt-interface-name> [ip <prefix-ipv46> [gateway <gateway-ip>] | dhcp] plane <plane>
4. Execute the following command to verify that the settings have been changed.
get interface <mgmt-interface-name>
For details on the command to change the gateway IP address, refer to the document below.
NSX CLI Guide