Topology database when LSU packets arrive from the link that is down? #232
-
In pwospf.txt, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Once a link failure detected (link state changes), router has to update the topology database (removing it) and floods LSU messages for the other routers to be get notified. However, in PA4, we do not simulate link failures or state changes, so you don't need to handle them. You only need to focus on building topology database and Dijkstra's algorithm. |
Beta Was this translation helpful? Give feedback.
Once a link failure detected (link state changes), router has to update the topology database (removing it) and floods LSU messages for the other routers to be get notified.
However, in PA4, we do not simulate link failures or state changes, so you don't need to handle them. You only need to focus on building topology database and Dijkstra's algorithm.