nerdexam
Broadcom-VMware

2V0-622D · Question #10

Which CLI command shows the physical uplink status for a vmnic?

The correct answer is D. esxcli network nic list. The esxcli network nic list command displays all physical uplinks (vmnics) on an ESXi host along with their link state, speed, and duplex settings.

Section 2 – Configure and Administer vSphere 6.5 Networking

Question

Which CLI command shows the physical uplink status for a vmnic?

Options

  • Aesxcli network ip connection list
  • Besxcli network ip neighbor list
  • Cesxcli network nic get
  • Desxcli network nic list

How the community answered

(14 responses)
  • A
    7% (1)
  • B
    7% (1)
  • D
    86% (12)

Why each option

The esxcli network nic list command displays all physical uplinks (vmnics) on an ESXi host along with their link state, speed, and duplex settings.

Aesxcli network ip connection list

esxcli network ip connection list displays active TCP/UDP socket connections at the IP layer, not physical NIC link status.

Besxcli network ip neighbor list

esxcli network ip neighbor list shows the ARP neighbor cache table mapping IP addresses to MAC addresses, which is unrelated to physical uplink state.

Cesxcli network nic get

esxcli network nic get retrieves detailed information for a single, explicitly named NIC and requires the -n <vmnic> argument, so it cannot list the status of all uplinks at once.

Desxcli network nic listCorrect

esxcli network nic list enumerates all physical NICs (vmnics) detected by the ESXi host and reports their link status (Up/Down), link speed, duplex mode, and driver information. This is the standard command for verifying physical uplink connectivity at the vmnic level without requiring a specific NIC name as a parameter.

Concept tested: ESXi CLI command for physical NIC status

Source: https://docs.vmware.com/en/VMware-vSphere/6.5/com.vmware.vsphere.networking.doc/GUID-D7BAEA78-6BDB-4A27-8F04-ADB79FD40F89.html

Topics

#esxcli#vmnic#network uplink status#CLI commands

Community Discussion

No community discussion yet for this question.

Full 2V0-622D Practice