300-410 Exam QuestionsBrowse all questions from this exam

300-410 Exam - Question 254


Refer to the exhibit. A network engineer must establish communication between three different customer sites with these requirements:

* Site-A: must be restricted to access to any users at Site-B or Site-C.

* Site-B and Site-C: must be able to communicate between sites and share routes using OSPF.

PE interface configuration:

interface FastEthernet0/0

ip vrf forwarding Site-A

!

interface FastEthernet0/1

ip vrf forwarding SharedSites

!

interface FastEthernet0/2

ip vrf forwarding SharedSites

Which configuration meets the requirements?

Show Answer
Correct Answer: D

To establish the required communication restrictions and allow inter-site communication and route sharing for Site-B and Site-C using OSPF, the configuration needs different OSPF process IDs for each VRF. Site-A must have its OSPF configurations isolated, while SharedSites, which includes Site-B and Site-C, must share the same OSPF area to enable route sharing. Therefore, configuring different OSPF process IDs for each VRF and ensuring that both VRFs use area 0 meets the requirements. This configuration ensures Site-A remains restricted while allowing full communication between Site-B and Site-C.

Discussion

7 comments
Sign in to comment
jarzOption: D
Oct 9, 2022

Answer is D And before you ask, you need unique process IDs in each VRF.

chris7890Option: D
Sep 18, 2022

I think the correct Answer is D

IceFireSoul
Sep 27, 2022

Why you think answer is D ? What your reasoning ?

jarz
Oct 5, 2022

you need to configure different process ID in the VRFs

Almylle
Jun 29, 2023

Because you need to configure diferent process ID, the area is independent because of the VRF, but in this case the process ID is not independent.

inteldarvidOption: D
Jul 16, 2023

Correct is "D"

bk989Option: B
Mar 16, 2024

B also has different process-id: why cannot use two ospf Domains?

d8a1b94
Mar 30, 2024

Hey bk For me, B is disqualified since the OSPF config for vrf "SharedSites" only contains a area 1 network and this implicit means that there is no area 0 which is mandatory.

Rajnivas02Option: D
Apr 11, 2024

I would choose Answer D as it's in only area 0 B also correct as the traffic can flow between areas. Anythoughts ?

diskmanOption: D
Apr 16, 2024

The OSPF area must be 0 for the both OSPF VRF instances and the OSPF process ID must be different for each respectively

SeMo0o0o0Option: D
Jul 21, 2024

D is correct