- A
The VRF exports routes tagged with RT 1:1 and imports routes tagged with RT 2:2, enabling selective route exchange.
Correct. This is a common design for hub-and-spoke or inter-VRF routing.
- B
The configuration is invalid because export and import RTs must be identical.
Why wrong: Incorrect. They can differ for advanced topologies.
- C
The VRF will only import routes from other VRFs that also have RT 1:1.
Why wrong: Incorrect. Import RT is 2:2, so it imports routes with that RT.
- D
This configuration disables route advertisement for VRF BLUE.
Why wrong: Incorrect. Routes are still exported with RT 1:1.
Quick Answer
The correct answer is that the VRF exports routes tagged with RT 1:1 and imports routes tagged with RT 2:2, enabling selective route exchange. This configuration creates asymmetric route targets, meaning the export and import values differ intentionally. In MPLS Layer 3 VPNs, the route-target export tag is applied to routes being advertised out of the VRF, while the route-target import tag filters which incoming routes are accepted into the VRF. On the ENCOR 350-401 exam, this concept tests your understanding of how VRFs control route distribution in hub-and-spoke or inter-VRF leaking designs. A common trap is assuming export and import RTs must always match; in reality, asymmetry is a deliberate design choice for traffic engineering. Remember the memory tip: “Export stamps, Import filters”—the export RT marks your routes for others, while the import RT decides what you accept.
CCNP VRF and Path Isolation Practice Question
This 350-401 practice question tests your understanding of vrf and path isolation. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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.
Examine the following VRF configuration:
vrf definition BLUE rd 1:1 route-target export 1:1 route-target import 2:2 !
interface GigabitEthernet0/5
vrf forwarding BLUE
ip address 10.0.0.1 255.255.255.0
What is the effect of having different export and import route targets?
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
The VRF exports routes tagged with RT 1:1 and imports routes tagged with RT 2:2, enabling selective route exchange.
Option A is correct because the VRF BLUE configuration uses different route targets for export (1:1) and import (2:2). This enables selective route exchange: routes learned in VRF BLUE are exported with RT 1:1, and only routes tagged with RT 2:2 are imported into VRF BLUE. This is a common design for hub-and-spoke or inter-VRF route leaking scenarios where import and export RTs are intentionally asymmetric.
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.
- ✓
The VRF exports routes tagged with RT 1:1 and imports routes tagged with RT 2:2, enabling selective route exchange.
Why this is correct
Correct. This is a common design for hub-and-spoke or inter-VRF routing.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
The configuration is invalid because export and import RTs must be identical.
Why it's wrong here
Incorrect. They can differ for advanced topologies.
- ✗
The VRF will only import routes from other VRFs that also have RT 1:1.
Why it's wrong here
Incorrect. Import RT is 2:2, so it imports routes with that RT.
- ✗
This configuration disables route advertisement for VRF BLUE.
Why it's wrong here
Incorrect. Routes are still exported with RT 1:1.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Cisco often tests the misconception that export and import route targets must match, but in reality they can differ to control route propagation in complex MPLS VPN designs.
Detailed technical explanation
How to think about this question
Route targets (RTs) are BGP extended communities used in MPLS L3VPN to control route distribution between VRFs. The export RT is attached to routes when they are advertised into the VPNv4 address family, while the import RT determines which VPNv4 routes are installed into the VRF. Asymmetric RTs are often used in hub-and-spoke topologies to prevent direct spoke-to-spoke communication while allowing spoke-to-hub and hub-to-spoke traffic.
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 350-401 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.
- →
VRF and Path Isolation — study guide chapter
Learn the concepts, then practise the questions
- →
VRF and Path Isolation 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?
VRF and Path Isolation — This question tests VRF and Path Isolation — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: The VRF exports routes tagged with RT 1:1 and imports routes tagged with RT 2:2, enabling selective route exchange. — Option A is correct because the VRF BLUE configuration uses different route targets for export (1:1) and import (2:2). This enables selective route exchange: routes learned in VRF BLUE are exported with RT 1:1, and only routes tagged with RT 2:2 are imported into VRF BLUE. This is a common design for hub-and-spoke or inter-VRF route leaking scenarios where import and export RTs are intentionally asymmetric.
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.