JN0-347 Exam QuestionsBrowse all questions from this exam

JN0-347 Exam - Question 8


Click the Exhibit button.

Referring to the exhibit, which effect does the configuration on R2 have on OSPF routing in the network?

Show Answer
Correct Answer: C

The configuration shown indicates the use of OSPF routing with specific commands on R2. The command 'area 0.0.0.1 { area-range 192.168.10.0/24 restrict; }' instructs R2 to summarize the range 192.168.10.0/24 and restrict its advertisement. This means that the 192.168.10.0/24 route will not be advertised to other areas, specifically Area 1 in this context. Therefore, the 192.168.10.0/24 route will not be advertised to Area 1.

Discussion

3 comments
Sign in to comment
Clxxcv420Option: C
Mar 2, 2021

i guess there is a mistake to which area are not gonna be advertised that route (orlonger). to the backbone and it would be correct answer. BTW that cmd "...restict" inside that area doesnt make sense, everybody participating inside area have the same OSPF-RT/RIB, it helps when advertising to other areas. in that example it's 0 and so on... i guess it's not only about LSA type 5. https://www.juniper.net/documentation/en_US/junos/topics/example/ospf-route-summarization-configuring.html

Anniesyed1234Option: C
May 29, 2022

The 192.168.10.0/24 route will not be advertised to Area 0

jdog99Option: D
May 6, 2024

All router participating in Area 1 will still have the 192.168.10.0/24 prefix in their LSDB. Area 0, and Area 2 will not receive the prfix. The only answer that is left is D, Area 2 will use a default route to reach Area 0 & 1. It won't have a longer match unless it is received from another source.