Courseiva
Configure and Manage vSphere NetworkinghardMultiple ChoiceObjective-mapped

VCP-DCV Configure and Manage vSphere Networking Practice Question

Exhibit

esxcli network ip connection list | grep -E "443|80"
tcp   0   0  192.168.100.10:443   192.168.100.20:54321  ESTABLISHED  new-socket
tcp   0   0  192.168.100.10:80    192.168.100.30:12345  TIME_WAIT    new-socket
tcp   0   0  ::ffff:192.168.100.10:443  ::ffff:192.168.100.40:65432  ESTABLISHED  new-socket
netstat -an | grep -E "443|80"
tcp        0      0 192.168.100.10:443         0.0.0.0:*               LISTEN
tcp        0      0 192.168.100.10:80          0.0.0.0:*               LISTEN
tcp6       0      0 :::443                     :::*                    LISTEN

Refer to the exhibit. An administrator notices that the ESXi host is listening on both IPv4 and IPv6 for HTTPS. However, IPv6 traffic is not being forwarded to the host. Which configuration change is most likely needed?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Configure a default gateway for the IPv6 stack on the host.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Configure a default gateway for the IPv6 stack on the host.

    Why this is correct

    Without an IPv6 default gateway, traffic cannot be routed to the host.

  • Disable IPv6 and use only IPv4.

    Why it's wrong here

    The exhibit shows IPv6 is configured and listening; disabling it is not necessary.

  • Remove the IPv4 HTTPS listener to force IPv6.

    Why it's wrong here

    Removing IPv4 would not resolve the routing issue.

  • Enable IPv6 on the vSphere Distributed Switch.

    Why it's wrong here

    IPv6 is already listening on the host; the issue is likely at the network layer.

About these practice questions

Courseiva writes every VCP-DCV question from scratch — 498 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This VCP-DCV practice question is part of Courseiva's free VMware certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the VCP-DCV exam.