2V0-621 · 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 commands can display vSphere Standard Switch MTU: the legacy esxcfg-vswitch -l and the modern esxcli network vswitch standard list, both of which output MTU in their results.
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
(44 responses)- A89% (39)
- C7% (3)
- D5% (2)
Why each option
Two commands can display vSphere Standard Switch MTU: the legacy esxcfg-vswitch -l and the modern esxcli network vswitch standard list, both of which output MTU in their results.
esxcfg-vswitch -l is the legacy ESXi CLI command that lists all standard vSwitch configurations including the configured MTU value for each switch.
esxcli network vswitch standard list is the current esxcli namespace command that enumerates standard vSwitch properties including the MTU setting, and is the preferred modern equivalent.
esxcfg-vss is not a valid ESXi command; the correct legacy binary for standard switches is esxcfg-vswitch, making this option non-functional.
The correct esxcli syntax places 'standard' before the object noun - 'esxcli network vswitch standard list' - not 'esxcli network standard vswitch list', so this command fails with an invalid namespace error.
Concept tested: ESXi CLI commands for standard vSwitch MTU inspection
Source: https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-esxcli-concepts-commands/GUID-0D0B9E65-B1B8-48AD-A0D0-6A2B5D7B6973.html
Topics
Community Discussion
No community discussion yet for this question.