300-410 Exam QuestionsBrowse all questions from this exam

300-410 Exam - Question 111


Refer to the exhibit. The network administrator configured VRF lite for customer A. The technician at the remote site misconfigured VRF on the router.

Which configuration will resolve connectivity for both sites of customer_a?

A.

B.

C.

D.

Show Answer
Correct Answer:

To achieve connectivity for both sites of customer_a using VRF Lite, the route-target values on both ends must match for importing and exporting routes. Therefore, the correct configuration is as follows: 'ip vrf customer_a, rd 1:1, route-target both 1:1'. This ensures that the routes are correctly imported and exported between the two sites, resolving the connectivity issue.

Discussion

10 comments
Sign in to comment
WhatNot
Jun 2, 2021

How do any of the answers have anything to do with the question ? Unless we see the import/export route target on the remote PE, any of these answers could be correct.

examShark
Aug 3, 2021

The given answer is correct rd local significance rt same both ends

Masashi_O
Jun 10, 2021

A or D is the answer, but it is unclear whether this Config is on the network administrator's side or the remote technician's side.

Masashi_O
Jun 11, 2021

Since VRF customer_a is exporting and importing with a Route Target of 1:1, the remote device must also be exporting and importing with a Route Target of 1:1. So, the answer is D.

Budh
Feb 10, 2022

Rt can be same on both routers, correct answet

Caledonia
Sep 10, 2022

Without seeing the other side the router configs, it is impossible to decide what should be configured on CE router

inteldarvid
Jul 12, 2023

is D: The network administrator configured VRF lite for customer A. The technician at the remote site misconfigured VRF on the router. Which configuration will resolve connectivity for both sites of customer_a?

Pietjeplukgeluk
Nov 27, 2023

For basic VRF-lite there is no need to specify RD or export import targets. So the questions missing context. It seems they do some kind of route leaking and require this at both ends. Just reading the question again, you should assume there is a requirement of route leaking with MP-BGP. Note sure, but personally this far more complex than basic VRF-lite.

XBfoundX
Jun 12, 2024

As Masashi_O is saying if we were doing some leaking we would not use the import and export route target as both, in this case they just want to let the same VRF talk using MPLS. Even if the RD is 1:2 it does not matter, what make the things work is the route target, the route-target make the decision to receive something or send something. The RD just identify the VRF of the prefix

bk989
Jun 17, 2024

The route-target at remote site connot export route-target 1:2 only, because our router imports route-target 1:1. the remote site MUST export 1:1 (and others if it desires)

SeMo0o0o0
Jul 17, 2024

D is correct