VMware NSX-T Data Center (VCP-NV 2019) — Question 27
Which two CLI commands could be used to see if vmnic link status is down? (Choose two.)
Answer options
- A. esxcli network vswitch dvs vmware list
- B. esxcfg-nics -1
- C. esxcfg-vmsvc/get.networks
- D. esxcfg-vmknic -1
- E. esxcli network nic list
Correct answer: B, E
Explanation
The correct commands to check the vmnic link status are 'esxcfg-nics -1' and 'esxcli network nic list'. The first command provides detailed information about the NICs, including their status, while the latter lists all network interfaces and their operational states. The other options do not provide relevant information about the vmnic link status.