I'd like to run a ping command using ESXCLI that does the following:
Utilizes a specific vmkernel port to run on so I can test the functionality using that vmkernel port.
Pings every host in a given subnet to determine what IPs are online in that subnet.
How can I do this with ESXCLI?
Thanks!