/etc/vmware # esxcli network ip route ipv4 list
Network Netmask Gateway Interface Source
--------- ----------- --------- --------- ------
default 0.0.0.0 10.50.0.5 vmk0 DHCP
10.50.0.0 255.255.0.0 0.0.0.0 vmk0 MANUAL
10.60.0.0 255.255.0.0 0.0.0.0 vmk1 MANUAL
but when i try to add additional dg with this
esxcli network ip route ipv4 add --gateway 10.60.0.5 --network 10.60.0.0/16
got this error
Duplicate route to network 10.60.0.0/16 found. Please delete the old route first
Looks like esxi will only allow one dg but multiple routes are allowed? If I change the dg to 10.60.0.5, pings to the vmotion interfaces workss fine but ping to the mgmt interface fails