Courseiva
mediumMultiple ChoiceObjective-mapped

300-410 Practice Question: Consider the following configuration on a PE…

Consider the following configuration on a PE router:

ip vrf CUSTOMER-B

rd 100:1 route-target export 100:1 route-target import 100:2 !

interface GigabitEthernet0/2
 ip vrf forwarding CUSTOMER-B
 ip address 192.168.2.1 255.255.255.252

What is the effect of this configuration?

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 PE will export routes from VRF CUSTOMER-B with RT 100:1 and import routes with RT 100:2.

The VRF has a route distinguisher and route-targets. The export RT is 100:1, meaning routes from this VRF are exported with that RT. The import RT is 100:2, so only routes with RT 100:2 are imported. This is a common setup for hub-and-spoke or inter-AS options.

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 PE will export routes from VRF CUSTOMER-B with RT 100:1 and import routes with RT 100:2.

    Why this is correct

    The route-target export sets the RT on exported VPNv4 routes; the route-target import filters incoming VPNv4 routes to only those with RT 100:2.

  • The PE will export routes with RT 100:2 and import routes with RT 100:1.

    Why it's wrong here

    This reverses the export and import RTs, which is not what is configured.

  • The VRF will not work because the RD and RT must be identical.

    Why it's wrong here

    RD and RT are independent; they can be different. RD is used to make routes unique, RT controls import/export.

  • The VRF will not work because route-target import and export must be configured under the BGP VRF address-family.

    Why it's wrong here

    Route-targets are configured under the VRF definition, not under BGP. This is the correct place.

Go deeper

Related to this question

About these practice questions

Courseiva writes every 300-410 question from scratch — 1,966 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

Same concept, more angles

1 more way this is tested on 300-410

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. Examine the following configuration on a PE router: ip vrf CUSTOMER-C rd 200:1 ! interface GigabitEthernet0/3 ip vrf forwarding CUSTOMER-C ip address 10.2.2.1 255.255.255.252 ! router ospf 1 vrf CUSTOMER-C network 10.2.2.0 0.0.0.3 area 0 ! router bgp 65000 address-family ipv4 vrf CUSTOMER-C redistribute ospf 1 exit-address-family What is missing from this configuration?

medium
  • A.The VRF is missing route-target export and import commands.
  • B.The OSPF network command should use a wildcard mask of 0.0.0.0.
  • C.The BGP neighbor must be configured under the VRF address-family.
  • D.The VRF must have a route distinguisher that matches the route-target.

Why A: The VRF is missing route-target import and export commands. Without route-targets, the VPNv4 routes will not be tagged with an RT, and the remote PE will not know which VRF to import them into. Also, the OSPF process is configured under the VRF, and redistribution is done, but the RT is missing.

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

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.