- A
Configure a static route on the vRouter pointing to the physical router.
Why wrong: Incorrect because static routes do not enable route exchange; the issue is the interface used.
- B
Enable OSPF on the vRouter's management interface.
Why wrong: Incorrect because the management interface is not suitable for data plane routing protocols.
- C
Change the management port to a trunk port to carry routing updates.
Why wrong: Incorrect because the management port is a dedicated management interface, not a trunk port.
- D
Connect the vRouter to a data plane interface (e.g., a bridge connected to a physical data port) instead of the management port.
Correct because routing protocols should run over data plane interfaces, not the management port.
Quick Answer
The correct answer is to connect the vRouter to a data plane interface, such as a bridge connected to a physical data port, instead of the management port. This is necessary because the NFVIS management port is isolated from the data plane and strictly reserved for out-of-band management traffic; it lacks the data-plane forwarding capabilities required to establish routing protocol adjacencies like OSPF or BGP. On the ENCOR 350-401 exam, this scenario tests your understanding of NFVIS architecture and the separation between management and data plane interfaces—a common trap is assuming the management port can handle routing updates since it shares a subnet. Remember that in NFVIS, the management port is for host access only, not for route exchange. A useful memory tip: “Management is for managing, not for routing.”
350-401 Network Function Virtualization Practice Question
This 350-401 practice question tests your understanding of network function virtualization. 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.
An engineer is deploying a virtual router (vRouter) on a Cisco NFVIS host. The vRouter needs to advertise routes to a physical router connected to the host's management port. The engineer configures the vRouter with an IP address on the same subnet as the management port. However, the physical router does not receive any routing updates. What should the engineer do to enable route exchange?
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
Connect the vRouter to a data plane interface (e.g., a bridge connected to a physical data port) instead of the management port.
Option D is correct because in Cisco NFVIS, the management port is isolated from the data plane and is intended only for out-of-band management traffic. Routing protocols like OSPF or BGP cannot exchange routes over the management interface because it lacks the necessary data-plane forwarding capabilities. To advertise routes to a physical router, the vRouter must be connected to a data plane interface, such as a bridge mapped to a physical data port, which supports routing protocol adjacency and packet forwarding.
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.
- ✗
Configure a static route on the vRouter pointing to the physical router.
Why it's wrong here
Incorrect because static routes do not enable route exchange; the issue is the interface used.
- ✗
Enable OSPF on the vRouter's management interface.
Why it's wrong here
Incorrect because the management interface is not suitable for data plane routing protocols.
- ✗
Change the management port to a trunk port to carry routing updates.
Why it's wrong here
Incorrect because the management port is a dedicated management interface, not a trunk port.
- ✓
Connect the vRouter to a data plane interface (e.g., a bridge connected to a physical data port) instead of the management port.
Why this is correct
Correct because routing protocols should run over data plane interfaces, not the management port.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Cisco often tests the misconception that the management port can be used for data-plane functions like routing protocol exchange, when in fact NFVIS strictly isolates management traffic to a separate bridge that does not support Layer 3 routing adjacencies.
Detailed technical explanation
How to think about this question
NFVIS separates management and data plane traffic using distinct virtual switches and bridges. The management port is connected to the NFVIS management bridge, which only handles SSH, HTTPS, and other out-of-band traffic. Data plane interfaces, such as those attached to a Linux bridge or SR-IOV VF, are required for routing protocols because they provide direct access to the physical network and support multicast (e.g., OSPF hello packets) and Layer 2 adjacency. In production, vRouters like Cisco CSR 1000v or ASAv must be attached to a data plane interface (e.g., GigabitEthernet1 mapped to a physical port) to establish routing adjacencies with external routers.
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 network engineer at a university connects two campus buildings via a fibre link. Both routers run OSPF, but no adjacency forms — even though both routers can ping each other. The engineer finds one router is in area 0 and the other in area 1. OSPF adjacency requires matching area numbers, hello/dead timers, and network type. IP reachability alone is not enough.
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.
- →
Network Function Virtualization — study guide chapter
Learn the concepts, then practise the questions
- →
Network Function Virtualization practice questions
Targeted practice on this topic area only
- →
All 350-401 questions
2,015 questions across all exam domains
- →
ENCOR 350-401 study guide
Full concept coverage aligned to exam objectives
- →
350-401 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related 350-401 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Architecture practice questions
Practise 350-401 questions linked to Architecture.
Enterprise Network Design practice questions
Practise 350-401 questions linked to Enterprise Network Design.
SD-Access Architecture practice questions
Practise 350-401 questions linked to SD-Access Architecture.
SD-WAN Architecture practice questions
Practise 350-401 questions linked to SD-WAN Architecture.
QoS Architecture practice questions
Practise 350-401 questions linked to QoS Architecture.
Virtualization practice questions
Practise 350-401 questions linked to Virtualization.
Network Function Virtualization practice questions
Practise 350-401 questions linked to Network Function Virtualization.
Virtual Machines and Hypervisors practice questions
Practise 350-401 questions linked to Virtual Machines and Hypervisors.
VRF and Path Isolation practice questions
Practise 350-401 questions linked to VRF and Path Isolation.
Infrastructure practice questions
Practise 350-401 questions linked to Infrastructure.
OSPF practice questions
Practise 350-401 questions linked to OSPF.
BGP practice questions
Practise 350-401 questions linked to BGP.
Practice this exam
Start a free 350-401 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 350-401 question test?
Network Function Virtualization — This question tests Network Function Virtualization — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Connect the vRouter to a data plane interface (e.g., a bridge connected to a physical data port) instead of the management port. — Option D is correct because in Cisco NFVIS, the management port is isolated from the data plane and is intended only for out-of-band management traffic. Routing protocols like OSPF or BGP cannot exchange routes over the management interface because it lacks the necessary data-plane forwarding capabilities. To advertise routes to a physical router, the vRouter must be connected to a data plane interface, such as a bridge mapped to a physical data port, which supports routing protocol adjacency and packet forwarding.
What should I do if I get this 350-401 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 →
Last reviewed: Jun 24, 2026
This 350-401 practice question is part of Courseiva's free Cisco 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 350-401 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.