300-410 Exam QuestionsBrowse all questions from this exam

300-410 Exam - Question 75


Refer to the exhibit. The network administrator configured the network to connect two disjointed networks and all the connectivity is up except the virtual link, which causes area 250 to be unreachable.

Which two configurations resolve this issue? (Choose two.)

Show Answer
Correct Answer: AE

To establish a virtual link in OSPF, you need to correctly configure the virtual link by specifying the router ID of the remote ABR through the transit area. The correct configurations on R2 and R4 should point to the router ID of the opposite router using the transit area. Therefore, configuring R2 with 'no area 234 virtual-link 10.34.34.4' and 'area 234 virtual-link 0.0.0.44' (router ID of R4), and configuring R4 with 'no area 234 virtual-link 10.23.23.2' and 'area 234 virtual-link 0.0.0.22' (router ID of R2) resolves the issue.

Discussion

13 comments
Sign in to comment
IarnOptions: AE
May 7, 2022

https://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/8313-27.html

Mystic13Options: AE
May 18, 2022

AE are correct. BC are incorrect. The virtual link will use the transit area (area 234) to reach back to area 0 via router 0.0.0.22

KimafOptions: BC
Apr 25, 2022

A & E are wrong answers B & C are the right answers as they use area 0 for virtual links to work

JOKERR
May 31, 2022

In the configuration of Virtual Links, we use the area of the trasnsit, not the backbone area. So A and E are correct.

xziomal9Options: AE
Apr 29, 2022

The correct answer is: AE

AlexlohOptions: AE
Dec 22, 2022

AE is correct because each router points to the router ID of the other router.

KoumeOptions: AE
Jan 21, 2023

The only error in the provided config is that were using the interface address instead of the router id

HungarianDishOptions: AE
May 30, 2023

For those, who see a virtual-link configuration with the router-id for the first time, like me: https://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/13703-8.html

HungarianDish
Jun 12, 2023

Sorry, it was some misunderstanding by me, virtual-link is always configured with the OSPF router ID of the other ABR, and not the IP. https://networklessons.com/ospf/how-to-configure-ospf-virtual-link

sajjad_gayyemOptions: AE
Jul 2, 2023

A & E, check this https://networklessons.com/ospf/how-to-configure-ospf-virtual-link

Tim303Options: AD
Feb 20, 2024

You must use the transit area not the back-bone area, therefore B and C are incorrect..

Dominik_Networker
Mar 3, 2023

Why not AD? R2 would be looking for the 0.0.0.44, what would be the ID of R4 and R4 would be looking for 10.23.23.2, what would be the ID of R2. Am I missing something?

chris110
Sep 17, 2023

Question is wrong, the options are not like that in the exam.

ZamanROptions: AE
Dec 20, 2023

AE Reference: https://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/13703-8.html An important thing to remember when configuring virtual-link is we need to configure the OSPF router ID and NOT the IP address of the ABR. Therefore in this question we have to use the command “area 234 virtual-link 0.0.0.44” on R2 and “area 234 virtual-link 0.0.0.22” on R4.

SeMo0o0o0Options: AE
Jul 17, 2024

A & E are correct