We've been having problems with link state table updates flooding our network. These updates seem to be caused by an unreliable link between two offices that act as bridgeheads for different regions of our Exchange Server organization. How can we put a stop to this maddening problem?
The idea behind link state routing is that when a server notices that another server is unavailable, the first server sends an update to its routing group master, which then sends out notifications to all the other servers in the routing group. This design works wonderfully about 99 percent of the time. The other 1 percent of the time, you end up with problems like the one you describe. Your link state update floods are almost certainly caused by the intermittent failure of your interoffice linkwhen one bridgehead sees that the link to the other side has failed, it triggers a link state table update, and the same thing happens on the other side of the link. When the link comes back up, each side tries to flood the other with updates. This problem is even worse in hub-and-spoke networks because link state changes from one spoke can flood all the other spokes. . . .