nerdexam
Broadcom-VMware

2V0-622 · Question #138

An administrator suspects that the MTU value for a vSphere Standard Switch is misconfigured. Which two commands can determine the value? (Choose two.)

The correct answer is A. esxcfg-vswitch -l B. esxcli network vswitch standard list. Two valid ESXi CLI approaches exist for listing standard vSwitch configuration including MTU: the legacy esxcfg-vswitch command and the modern esxcli namespace.

Section 2 – Configure and Administer vSphere 6.5 Networking

Question

An administrator suspects that the MTU value for a vSphere Standard Switch is misconfigured. Which two commands can determine the value? (Choose two.)

Options

  • Aesxcfg-vswitch -l
  • Besxcli network vswitch standard list
  • Cesxcfg-vss -l
  • Desxcli network standard vswitch list

How the community answered

(28 responses)
  • A
    93% (26)
  • C
    4% (1)
  • D
    4% (1)

Why each option

Two valid ESXi CLI approaches exist for listing standard vSwitch configuration including MTU: the legacy esxcfg-vswitch command and the modern esxcli namespace.

Aesxcfg-vswitch -lCorrect

esxcfg-vswitch -l is a legacy ESXi command that outputs a full listing of all standard vSwitches, including each switch's MTU setting, uplinks, and port groups.

Besxcli network vswitch standard listCorrect

esxcli network vswitch standard list is the current recommended command under the esxcli framework and outputs structured vSwitch properties including the configured MTU value.

Cesxcfg-vss -l

esxcfg-vss is not a valid ESXi command - the correct legacy binary for vSwitch operations is esxcfg-vswitch, so this command would return a 'command not found' error.

Desxcli network standard vswitch list

The esxcli namespace path 'network standard vswitch list' is syntactically incorrect - the proper path reverses 'standard' and 'vswitch' as 'network vswitch standard list'.

Concept tested: ESXi CLI commands for standard vSwitch MTU verification

Source: https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-networking/GUID-D4A40B21-9A12-42E9-959C-A24EE49FC1D8.html

Topics

#MTU value#vSphere Standard Switch#esxcfg-vswitch#esxcli network

Community Discussion

No community discussion yet for this question.

Full 2V0-622 Practice