This should be possible with Custom SQL Alert. When neighbor disappear from routing table NPM_RoutingNeighbor.IsDeleted=1. This alert will be triggered only once - for the router. The reset condition will be the same but you have to change HAVING clause to HAVING SUM(CONVERT(int,IsDeleted))<>COUNT(*)).
↧