Day 12 - Fine-Tuning and Troubleshooting OSPF Flashcards
R1 has a link to the internet which makes it an ASBR (autonomous system boundary router). Configure a default route on R1 that will propagate throughout the network. Use a process ID of 10
R1
ip route 0.0.0.0 0.0.0.0 serial 0/1/0
router ospf 10
default-information originate
With R1’s default route successfully propagated what should R2 and R3’s routing tables show?
O*E2 routes that point to R1
What is the default OSPF hello interval on multiaccess and point-to-point networks?
10 seconds
What is the nonbroadcast multiaccess network default hello interval?
30 seconds
What is the default OSPF dead interval?
40 seconds OR 4 times the hello interval
True or False:
The default hello and dead intervals are configured at the interface level
True
Based on the topology, configure a hello interval of 5 for interface S0/0/0 (don’t forget the dead interval as well)
int serial 0/0/0
ip ospf hello-interval 5
ip ospf dead-interval 20
True or False:
Hello and Dead intervals don’t need to be consistent between neighbors
False
What are the 5 types of OSPF networks?
Point-to-point
Broadcast multiaccess
NBMA (Nonbroadcast multiaccess)
Point-to-multipoint
Virtual links
The solution to managing the number of adjacencies and the flooding of LSAs on a multiaccess network is the use of a __________ __________
Designated Router
To reduce the amount of OSPF traffic on multiaccess networks, OSPF elects a __________ and a __________
DR
BDR
The __________ __________ is responsible for updating all other OSPF routers when a change occurs in the multiaccess network
Designated Router
The DR is the router with the highest __________ ___________ __________
OSPF interface priority
The BDR is the router with second highest __________ __________ __________
OSPF interface priority
When the DR is elected, it remains the DR until what of any of 3 conditions occurs?
The DR fails
The OSPF process on the DR fails
The multiaccess interface on the DR fails