Vathsa's VmWare Usuefull Commands
Most Useful ESXCLI and ESXi Shell Commands for Your VMware Environment Check the status of active network connections: esxcli network ip connection list Display the information about network interfaces: esxcli network ip interface list Display the information about IP addresses of the network interfaces that are present on the server: esxcli network ip interface ipv4 get Display the network information for VMs: esxcli network vm list View the domain search settings: esxcli network ip dns search list View the DNS servers set in the network settings: esxcli network ip dns server list List vSwitchs and port groups: esxcli network vswitch standard list Show statistics for the vmnic0 network interface: esxcli network nic stats get -n vmnic0< Check the firewall status and rule settings: esxcli network firewall get esxcli network firewall ruleset list Note : The default firewall policy is to drop traffic if the opposite rules are not set. You can temporary disab...