OSPF-7 Flashcards
(5 cards)
What is Area 0 in OSPF and why is it important?
A: Area 0 is the backbone area in OSPF. All other areas must connect to it directly, except through virtual links when needed.
Explanation: OSPF uses Area 0 to exchange routing information between non-backbone areas, making it the core of an OSPF domain.
What is an Area Border Router (ABR)?
A: An ABR connects one or more OSPF areas to Area 0 and has at least one interface in Area 0.
Explanation: It maintains separate link-state databases for each area it connects and summarizes routes between them.
What is an Autonomous System Boundary Router (ASBR)?
A: An ASBR connects an OSPF domain to other autonomous systems and advertises external routes into OSPF.
Explanation: ASBRs are used to redistribute routes from other protocols or ASes into OSPF.
What is the Router ID (RID) in OSPF?
A: The Router ID is a unique IP address that identifies each router in an OSPF domain.
Explanation: It’s usually the highest loopback address or highest active interface IP if no loopbacks are present.
What key parameters must match for OSPF neighbors to form an adjacency?
A:
Area ID
Stub area flag
Authentication password
Hello and Dead intervals
Explanation:
Mismatch in any of these settings will prevent OSPF neighbor relationships from forming.