- A
Disable LACP on the physical switches and configure the vDS with 'Route based on originating virtual port' only.
Why wrong: Disabling LACP would remove the MLAG benefits.
- B
Add a third physical NIC to each host and configure it as a standby uplink.
Why wrong: Does not address the root cause.
- C
Change the vDS teaming policy to 'Use explicit failover order' with vmnic0 active and vmnic1 standby.
Why wrong: Would not leverage the MLAG.
- D
Configure the vDS with LACP support and set the teaming policy to 'Route based on IP hash'.
This aligns the vDS with the physical LAG.
LACP on vDS for MLAG
This VCP-DCV practice question tests your understanding of configure and manage vsphere networking. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A company operates a three-node vSphere cluster for a critical application. Each ESXi host has two 10GbE physical NICs (vmnic0 and vmnic1) connected to two separate physical switches (Switch A and Switch B) for redundancy. The cluster uses a vSphere Distributed Switch (vDS) with two uplinks per host: uplink1 (vmnic0) connected to Switch A, and uplink2 (vmnic1) connected to Switch B. The teaming policy is set to 'Route based on originating virtual port' with both uplinks active. The physical switches are configured in a multi-chassis link aggregation group (MLAG) that bundles the ports from both switches into a single LAG interface. The LAG is configured with mode 'active' (802.3ad). Recently, the cluster experienced a network outage when one of the physical switch uplinks failed. The VMs on the affected host lost connectivity for several seconds before recovering. The administrator wants to prevent such outages in the future. Which action should the administrator take?
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 the vDS with LACP support and set the teaming policy to 'Route based on IP hash'.
Option D is correct because the current configuration uses a static LAG (MLAG) on the physical switches with 802.3ad active mode, but the vDS is not configured for LACP. This mismatch causes the vDS to send frames based on originating virtual port, which does not coordinate with the physical LAG's hashing algorithm. When a physical uplink fails, the MLAG may not properly redistribute traffic because the vDS is unaware of the LAG state, leading to connectivity loss. Configuring the vDS with LACP support and setting the teaming policy to 'Route based on IP hash' aligns the virtual and physical LAG configurations, ensuring proper load balancing and failover behavior.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Disable LACP on the physical switches and configure the vDS with 'Route based on originating virtual port' only.
Why it's wrong here
Disabling LACP would remove the MLAG benefits.
- ✗
Add a third physical NIC to each host and configure it as a standby uplink.
Why it's wrong here
Does not address the root cause.
- ✗
Change the vDS teaming policy to 'Use explicit failover order' with vmnic0 active and vmnic1 standby.
Why it's wrong here
Would not leverage the MLAG.
- ✓
Configure the vDS with LACP support and set the teaming policy to 'Route based on IP hash'.
Why this is correct
This aligns the vDS with the physical LAG.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates assume 'Route based on originating virtual port' with two active uplinks provides adequate failover, but they overlook the critical requirement for LACP coordination when the physical switches are configured with an active-mode LAG (802.3ad), leading to a mismatch that causes delayed failover.
Detailed technical explanation
How to think about this question
When using a static LAG (MLAG) with 802.3ad active mode, the physical switches expect LACP PDUs from the endpoints to negotiate the aggregation. Without LACP configured on the vDS, the vDS sends frames using its own hashing algorithm (e.g., originating virtual port), which may not distribute traffic evenly across the LAG members. During a link failure, the MLAG relies on LACP to update the port channel membership; without LACP, the vDS may continue sending traffic to the failed uplink until a timeout occurs (typically 3-5 seconds), causing the observed outage. Configuring LACP on the vDS with 'Route based on IP hash' ensures that both sides use the same hashing algorithm and that failover is immediate via LACP fast timeout (1 second).
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A practitioner preparing for the VCP-DCV exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Configure and Manage vSphere Networking — study guide chapter
Learn the concepts, then practise the questions
- →
Configure and Manage vSphere Networking practice questions
Targeted practice on this topic area only
- →
All VCP-DCV questions
521 questions across all exam domains
- →
VMware Certified Professional Data Center Virtualization VCP-DCV study guide
Full concept coverage aligned to exam objectives
- →
VCP-DCV practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related VCP-DCV practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
vSphere Architecture, Products and Solutions practice questions
Practise VCP-DCV questions linked to vSphere Architecture, Products and Solutions.
Configure and Manage vSphere Networking practice questions
Practise VCP-DCV questions linked to Configure and Manage vSphere Networking.
Configure and Manage vSphere Storage practice questions
Practise VCP-DCV questions linked to Configure and Manage vSphere Storage.
vSphere Lifecycle Management practice questions
Practise VCP-DCV questions linked to vSphere Lifecycle Management.
vSphere Security practice questions
Practise VCP-DCV questions linked to vSphere Security.
vSphere Performance and Scaling practice questions
Practise VCP-DCV questions linked to vSphere Performance and Scaling.
VCP-DCV fundamentals practice questions
Practise VCP-DCV questions linked to VCP-DCV fundamentals.
VCP-DCV scenario practice questions
Practise VCP-DCV questions linked to VCP-DCV scenario.
VCP-DCV troubleshooting practice questions
Practise VCP-DCV questions linked to VCP-DCV troubleshooting.
Practice this exam
Start a free VCP-DCV practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this VCP-DCV question test?
Configure and Manage vSphere Networking — This question tests Configure and Manage vSphere Networking — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Configure the vDS with LACP support and set the teaming policy to 'Route based on IP hash'. — Option D is correct because the current configuration uses a static LAG (MLAG) on the physical switches with 802.3ad active mode, but the vDS is not configured for LACP. This mismatch causes the vDS to send frames based on originating virtual port, which does not coordinate with the physical LAG's hashing algorithm. When a physical uplink fails, the MLAG may not properly redistribute traffic because the vDS is unaware of the LAG state, leading to connectivity loss. Configuring the vDS with LACP support and setting the teaming policy to 'Route based on IP hash' aligns the virtual and physical LAG configurations, ensuring proper load balancing and failover behavior.
What should I do if I get this VCP-DCV question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more ways this is tested on VCP-DCV
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. After upgrading the physical switches, the LAG (Link Aggregation Group) on a VDS does not come up. The VDS LAG configuration shows LACP active mode. The physical switch ports are configured with LACP active mode as well. What is the most likely cause?
hard- A.The physical switch uses a different LACP system priority
- ✓ B.The physical switch ports are not in a port-channel
- C.The ESXi hosts have different LAG IDs
- D.The VDS LAG hashing algorithm is set to IP hash
Why B: Option B is correct because for a LAG to form, the physical switch ports must be configured as a port-channel or etherchannel. Even if both sides are set to LACP active, the switch ports must first be grouped into a port-channel interface; otherwise, LACP negotiations will not complete. Option A is incorrect because the system priority affects LACP role but does not prevent LAG formation if both sides are active. Option C is incorrect because LAG IDs are not relevant across hosts; each host's LAG is independent. Option D is incorrect because the hashing algorithm does not affect LACP negotiation; it only affects load distribution.
Keep practising
More VCP-DCV practice questions
- A vSphere administrator is managing a cluster with vLCM and receives a notification that a new ESXi patch is available.…
- An administrator needs to apply a security patch to a vLCM-managed cluster. The patch is available as an ESXi image in t…
- An administrator sees the above JSON output from a vLCM compliance report. What should the administrator do to resolve t…
- An administrator is planning to migrate from legacy baselines to vLCM for a cluster. Which TWO statements are true about…
- A vSphere administrator is using vLCM and needs to ensure that all hosts are compliant with the desired image. Which TWO…
- Which TWO actions are recommended to secure the vCenter Server Appliance (VCSA)?
Last reviewed: Jun 11, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.