OSPF Neighbor States
OSPF routers go through several states to establish full adjacency with their neighbors. Understanding these states is crucial for troubleshooting OSPF.
Neighbor States:
- Down: No Hellos received from neighbor.
- Attempt: (NBMA networks) Neighbor is manually configured, but no Hellos received.
- Init: Hellos received, but router's own Router ID not in Hello.
- 2-Way: Hellos received, and router's own Router ID is in Hello. DR/BDR election occurs here.
- ExStart: Master/Slave negotiation and initial DBD sequence number exchange.
- Exchange: DBDs (Database Description packets) exchanged.
- Loading: LSA requests and updates exchanged.
- Full: Routers have synchronized their LSDBs and are fully adjacent.