nerdexam
Nutanix

NCA-5.15 · Question #22

An administrator needs to expand a Nutanix cluster that is tagging the network traffic at the CVM and AHV level. However, the administrator doesn't remember the configured VLAN ID. Which command can…

The correct answer is D. ovs-vscl. The ovs-vsctl command (shown as 'ovs-vscl' in the question, likely a typo) is the Open vSwitch control utility used on AHV hosts. Running ovs-vsctl show from the CVM (or AHV host) displays the current bridge and port configuration, including any VLAN tags applied to uplinks or…

Networking

Question

An administrator needs to expand a Nutanix cluster that is tagging the network traffic at the CVM and AHV level. However, the administrator doesn't remember the configured VLAN ID. Which command can the administrator run to find the correct VLAN ID from the CVM?

Options

  • Aifconfig
  • Bmanage-ovs
  • Cacli
  • Dovs-vscl

How the community answered

(47 responses)
  • A
    4% (2)
  • B
    2% (1)
  • C
    2% (1)
  • D
    91% (43)

Explanation

The ovs-vsctl command (shown as 'ovs-vscl' in the question, likely a typo) is the Open vSwitch control utility used on AHV hosts. Running ovs-vsctl show from the CVM (or AHV host) displays the current bridge and port configuration, including any VLAN tags applied to uplinks or VM ports. This allows an administrator to identify the configured VLAN ID without needing to access Prism. ifconfig shows IP/interface info but not VLAN tags on OVS. manage-ovs is a Nutanix-specific wrapper script useful for some network operations but does not directly display VLAN IDs. acli is the Acropolis CLI for VM/network management but is not the right tool for querying raw OVS VLAN configuration.

Topics

#VLAN#Networking#Open vSwitch#Nutanix CVM

Community Discussion

No community discussion yet for this question.

Full NCA-5.15 Practice