Mike,
vmk0 and vmk3 are on different subnets. vmk0 is the management kernel port using 10.20.27.253. vmk3's default gateway is 10.28.187.253. I can't edit the vmk3 ip settings to use the 10.28.187.253 as default gateway. It inherits the 10.20.27.253 from the management ipv4 settings. So I want to configure a static route between 10.28.184.0 network and 10.20.27.253. The below is the output you asked for after running the command.
esxcli network ip route ipv4 list
Network Netmask Gateway Interface Source
------------ ------------- ------------ --------- ------
default 0.0.0.0 10.20.27.253 vmk0 MANUAL
10.28.184.0 255.255.252.0 10.20.27.253 vmk0 MANUAL
Thanks
Sai