After configuring latency of 500ms in WANEM UI and adding the route on host 1; traceroute shows the WANEM IP as the gateway and briefly shows the latency as 500 ms; but later falls back to default (< 1ms)
~ # traceroute <IP of ESXi host2>
traceroute to <IP of ESXi host2> (<IP of ESXi host2>), 30 hops max, 40 byte packets
1 <IP of WANEM> (<IP of WANEM>) 1002.266 ms 501.323 ms 501.873 ms
2 <IP of ESXi host2> (<IP of ESXi host2>) 501.895 ms 0.989 ms 1.013 ms
Additional observation:- when I try ping second time for host1 to host2 - it shows below error
~ # ping <IP of ESXi host2>
PING <IP of ESXi host2> (<IP of ESXi host2>): 56 data bytes
sendto() failed (Invalid argument)
Seems like adding the route causes some problem with the ping itself. Am I messing up with ESXi routes? Is there a better/different way to achieve this?
Thanks,
Vivek