Which two CLI commands could be used to see if vmnic link status is down? (Choose two.)
Which two CLI commands could be used to see if vmnic link status is down? (Choose two.)
To check the vmnic link status, you can use the 'esxcfg-nics -l' command which provides a comprehensive overview of network interface cards, including their link status. Similarly, the 'esxcli network nic list' command displays detailed information about each NIC, including whether the link status is up or down. These two commands are the most relevant for determining if a vmnic link status is down.
A. esxcfg-nics -1 E. esxcli network nic list
its -l not -1
AE correct