An enterprise edge router running single-area OSPF detects an unexpected physical link failure on a directly connected network segment. Order the following operational events chronologically from the moment the topology change is detected until traffic forwarding paths are updated across the area. What is the correct sequence of events?
- 1The local router generates an updated Type 1 Router LSA containing the modified link state and metric details.
- 2The local router floods a Link-State Update (LSU) packet containing the modified LSA out all remaining active OSPF-enabled interfaces.
- 3Receiving adjacent routers update their local Link-State Database (LSDB) and transmit a Link-State Acknowledgment (LSAck) packet.
- 4Each router in the area executes Dijkstra's Shortest Path First (SPF) algorithm against its updated LSDB to compute a new shortest-path tree.
- 5The router updates the IP Routing Information Base (RIB) with the newly calculated optimal next-hop routes.
Cevap
The correct sequence begins with the local router generating an updated Type 1 LSA, followed by flooding the LSU to adjacent peers. Next, neighbors update their LSDB and send an LSAck. Then, routers run Dijkstra's SPF algorithm on the updated LSDB, and finally, the IP Routing Information Base (RIB) is updated with the new best paths.
The precise operational sequence for OSPF convergence starts at the point of failure: the router generates a new Type 1 LSA reflecting the down interface. This LSA is flooded in an LSU packet to adjacent peers. Peers update their local LSDB and return an LSAck for reliable transport. Once the LSDB is synchronized, Dijkstra's SPF algorithm runs to construct the new shortest-path tree, and finally, optimal paths are installed into the Routing Information Base (RIB).
Adım Adım Çözüm
Anahtar Kavram
OSPF Convergence and LSA Propagation Sequence