Explains the core concepts of OSPF neighbors, designated routers, and default routes in OSPF-enabled networks.
OSPF neighbor
An OSPF neighbor is a router on the same OSPF-enabled network segment that:
exchanges OSPF Hello packets with other routers,
forms and maintains OSPF adjacencies, and
participates in updating and synchronizing the OSPF link-state database.
Designated router
A designated router is an elected OSPF router on a broadcast or non-broadcast multi-access network that:
coordinates OSPF link-state advertisement (LSA) exchanges,
reduces OSPF overhead by centralizing LSA flooding, and
maintains adjacency with all other routers on the segment (DROthers).
Default route
A default route is an entry in the OSPF routing table that:
matches all destinations not explicitly listed by more specific routes,
forwards unmatched packets to a specified next-hop gateway, and
enables OSPF routers to reach external destinations with minimal route entries.
Additional reference information
-
OSPF neighbors are established through the Hello protocol, allowing routers to verify network reachability and exchange LSAs.
-
Designated routers (DRs) are selected based on the highest priority or, if tied, the highest Router ID, and optimize LSA flooding on multi-access networks.
-
Use the default-information originate command to inject a default route into the OSPF domain; you can also redistribute a static default route.