Question 23 of 2,011
mediumMultiple ChoiceObjective-mapped
300-410 Practice Question: Consider the following configuration: ``` ip vrf…
Consider the following configuration: ```
ip vrf CUSTOMER_E
rd 200:1 route-target export 200:1 route-target import 200:1 !
interface GigabitEthernet0/0 ip vrf forwarding CUSTOMER_E ip address 172.16.0.1 255.255.255.0
!
interface GigabitEthernet0/1 ip vrf forwarding CUSTOMER_E ip address 172.16.1.1 255.255.255.0
``` What is the effect of the route-target commands in this VRF-Lite scenario?
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 route-targets are ignored because VRF-Lite does not use MP-BGP.
In VRF-Lite, route-targets are not used unless route leaking is configured. They are typically used in MPLS VPN environments. Here, they have no effect because there is no MP-BGP or route leaking configured.
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 route-targets enable automatic route redistribution between VRFs.
Why it's wrong here
Incorrect. Route-targets alone do not enable redistribution; they are used in MP-BGP for route import/export.
- ✓
The route-targets are ignored because VRF-Lite does not use MP-BGP.
Why this is correct
This is correct. In VRF-Lite, route-targets are not processed unless there is an MP-BGP configuration.
- ✗
The route-targets cause the VRF to import and export routes from the global routing table.
Why it's wrong here
Incorrect. Route-targets do not interact with the global table directly.
- ✗
The configuration will fail because route-targets are not allowed in VRF-Lite.
Why it's wrong here
Incorrect. Route-targets are allowed but have no effect without MP-BGP.
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 18, 2026
This 300-410 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 300-410 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.