OSPF Areas and Summarization may not be needed
From their design purpose, some are not true at 2019: 1
- Reduce CPU and memory usage is mainly because both techniques result a smaller routing table. Unless the network is huge, this is not true. The CPU power and memory are significantly cheaper than both were designed, routers can easily handle a lot of routes now. Incremental SPF has also been introduced for years as well, which reduces the calculation a lot.
- From the above point, the difference between using both (or one of ) methods or not is not obvious now.
- Isolation of impacts. This is the only benefits for use them, since a change in a area won't impact others, especially there's a link damping. We have alternatives like event dampening or automation scripts to make the link offline for a period.
The issues these techniques bring to the network are:
- strict hierarchical design
- potentially announcing the same summarized prefix to create blackholes
Some reasons may prevent us removing them, like: 2
- vendor specific implementation, which implies a bad smell of the code quality
- license issue which limits the number of routes
- old devices.