OSPF Questions
Note: If you are not sure about OSPF, please read our OSPF Tutorial.
Quick OSPF review – OSPF is a link-state routing protocol, which runs Dijkstra algorithm to calculate the shortest path. + Area ID – Hello packets of OSPF are multicast to 224.0.0.5 |
Question 1
Question 2
Question 3
Question 4
Explanation
In order to become OSPF neighbor following values must be match on both routers:
+ Area ID
+ Authentication
+ Hello and Dead Intervals
+ Stub Flag
+ MTU Size
Therefore we need to adjust the MTU size on one of the router so that they are the same. Or we can tell OSPF to ignore the MTU size check with the command “ip ospf mtu-ignore”.
Question 5
Explanation
D is correct because these entries must match on neighboring routers:
– Hello and dead intervals
– Area ID (Area 0 in this case)
– Authentication password
– Stub area flag
In this case Ethernet0 of R1 has Hello and Dead Intervals of 5 and 20 while R2 has Hello and Dead Intervals of 10 and 40 -> R1 and R2 cannot form OSPF neighbor relationship.
Question 6
Explanation
The information available to a distance vector router has been compared to the information available from a road sign. Link state routing protocols are like a road map. A link state router cannot be fooled as easily into making bad routing decisions, because it has a complete picture of the network. The reason is that unlike the routing-by-rumor approach of distance vector, link state routers have firsthand information from all their peer routers. Each router originates information about itself, its directly connected links, and the state of those links (hence the name). This information is passed around from router to router, each router making a copy of it, but never changing it. The ultimate objective is that every router has identical information about the internetwork, and each router will independently calculate its own best paths.
Reference: http://www.ciscopress.com/articles/article.asp?p=24090&seqNum=4
Question 7
Explanation
192.168.10.45 belongs to 192.168.10.32/27 subnet (range from 192.168.10.32 to 192.168.10.63) so the router will use FastEthernet0/1 as the exit interface.
Question 8
Explanation
A is not correct because the backbone area of OSPF is always Area 0.
B is not correct because R1 or R3 must be the DR or BDR -> it has to establish neighbor adjacency with the other.
C is not correct because OSPF neighbor relationship is not established based on static routing. It uses multicast address 224.0.0.5 to establish OSPF neighbor relationship.
E is not correct because configure EIGRP on these routers (with a lower administrative distance) will force these routers to run EIGRP, not OSPF.
D and F are correct because these entries must match on neighboring routers:
– Hello and dead intervals
– Area ID (Area 0 in this case)
– Authentication password
– Stub area flag
Question 9
Explanation
The most obvious thing in this configuration is R1 forgot to run OSPF on interface Fa0/0 (with the “network 192.168.12.0 0.0.0.255 area …”) command so the computers behind 192.168.10.0/24 network does not know how to reach resources on a remote network.
Question 10
Explanation
The well-known formula to calculate OSPF cost is
Cost = 108 / Bandwidth
so B is the correct answer.
cand someone send me the latest dumps {email not allowed}
Padranok’s Explanation (October 26th, 2019) for the answer is correct. Please refer to it to clarify any doubts
Q7, en este caso no debería elegir las rutas con menor costo? Y de las dos rutas con menor costo (2) la más precisa, en este caso la interface de salida F1/0? Podría alguien explicarme si estoy en lo cierto o no?
Question 8
R1 is unable to establish an OSPF neighbor relationship with R3. What are possible reasons for this problem? (Choose two)
A. All of the routers need to be configured for backbone Area 1.
B. R1 and R2 are the DR and BDR, so OSPF will not establish neighbor adjacency with R3.
C. A static route has been configured from R1 to R3 and prevents the neighbor adjacency from being established.
D. The hello and dead interval timers are not set to the same values on R1 and R3.
E. EIGRP is also configured on these routers with a lower administrative distance.
F. R1 and R3 are configured in different areas.
Answer: D F
Explanation
E is not correct because configure EIGRP on these routers (with a lower administrative distance) will force these routers to run EIGRP, not OSPF.
With this explanation correct answers should be D and E. Looking the pictures R1 and R3 ARE in the same area (area 0)
@9tut please check Q8 (post below, i missed name before, sorry!)
Hey 9tut, there´s a typo on Q7, the output is not correct.
Look at the correct output here: https://www.freecram.com/question/Cisco.200-125.v2018-04-06.q280/exhibit-refer-to-the-exhibit-if-r1-sends-traffic-to-192.168.10.45-the-traffic-is-sent-through-which
@WannaPassCCNA: We see the two outputs are the same. Could you please explain the typo?
@9tut: What’s the explanation for Q8? All routers are in the same area as per the exhibit. Are we missing any info in the question?