OSPF Flashcards
What layer 4 protocol does OSPF use?
IP protocol 89
What address does OSPF send to?
224.0.0.5
On a segment with a DR, routers send multicast updates to 224.0.0.6.
What unit belongs to an area?
A link (interface)
What is area zero?
Area zero is the backbone. Updates to other areas must flow through area zero to be transmitted.
What is a type 1 LSA?
A type 1 router LSA is sent by all routers to describe their links. It is flooded to all routers in an area.
What happens if a router receives a new LSA?
It must rebuild its database and re-run the SPF algorithm.
What is an ABR?
Area border routers (ABR) span multiple areas, one of which must be the backbone area zero.
What is the LSDB?
The link state database (LSDB) is the name of the OSPF topology database.
How are the LSDBs of routers in the same area related?
They must all match within an area.
How do routers learn of routes in other areas?
The ABR floods a type 3 summary LSA into the area.
How is the OSPF process id significant?
It is only locally significant and does not have to match between neighbors.
What happens if a route matches multiple network statements with different areas?
The most specific network statement will win.
What command will show the areas that interfaces belong to?
sh ip ospf interfaces
How is the router-id determined?
The highest up/up loopback interface IP address is used, or the highest up/up physical address if no loopback is available.
What will make a router-id change go into effect?
If the router has no neighbors, it becomes immediately active.
Otherwise, the ospf process or the router must be reloaded.
What does “2WAY” neighborship indicate?
The routers are adjacent but have not exchanged topology information. This will occur on networks with a DR.
What side effect does adding an OSPF command to an interface have?
It will create the router configuration for that OSPF process if none exists.
What five things must match for a full adjacency to form?
Hello and dead interval Area ID Subnet mask and MTU of the shared link Stub area flag Authentication
On a multiaccess link, what additional information do Hellos include?
The hello packet includes the router-ids of all neighboring routers and the IP addresses of the DR and BDR.
Give the command to show the OSPF timers on an interface.
sh ip ospf interface s0/0
Give the commands to set the hello and dead intervals on an interface.
interface Serial0/0
ip ospf hello-interval #
ip ospf dead-interval #
How can sub-second hello timers be configured?
interface Serial0/0
ip ospf dead-interval minimal hello-multiplier $x
Where $x is the number of Hellos per second.
What is a better option for sub-second convergence than sub-second hello timers?
Bidirectional forwarding detection (BFD)
Can two routers with the same router-id become neighbors?
No, and they will not accept each others’ LSAs.