2V0-621 · Question #224
Which command shows the Physical Uplink status for a vmnic?
The correct answer is B. esxcli network nic list. The esxcli network nic list command displays physical NIC (vmnic) attributes including Link state (Up/Down), speed, and duplex - making it the correct command for checking physical uplink status.
Question
Which command shows the Physical Uplink status for a vmnic?
Options
- Aesxcli network ip get
- Besxcli network nic list
- Cesxcli network vmnic list
- Desxcli network ifconfig get
How the community answered
(48 responses)- A2% (1)
- B94% (45)
- C4% (2)
Why each option
The esxcli network nic list command displays physical NIC (vmnic) attributes including Link state (Up/Down), speed, and duplex - making it the correct command for checking physical uplink status.
esxcli network ip get operates at the IP configuration layer (VMkernel interfaces and addresses) and does not report physical link state or uplink status for vmnic devices.
esxcli network nic list queries the physical NIC layer on an ESXi host and outputs per-vmnic details including Name, Link (Up/Down), Speed (Mbps), Duplex, and MAC address. This is the authoritative esxcli command for verifying whether a physical uplink is active and at what speed/duplex it is negotiating. The output maps directly to the vmnic devices visible under the host's physical adapter configuration in the vSphere Client.
esxcli network vmnic list is not a valid esxcli namespace or subcommand - physical NIC status is accessed through the 'nic' namespace, not a 'vmnic' subcommand.
esxcli network ifconfig get is not a valid esxcli command; ifconfig-style syntax belongs to legacy Linux networking tools and is not part of the esxcli command framework used on ESXi.
Concept tested: esxcli command for physical NIC uplink status
Source: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.monitoring.doc/GUID-2A0BCFAB-CF90-4C3C-A977-0CB5F00A03CD.html
Topics
Community Discussion
No community discussion yet for this question.