The main advantages of multiple area OSPF is route summarisation between OSPF areas if each area is subnetted properly you can reduce the size of the routing table in each area. You can also use totally stub areas where only a default route is injected into an area.
The other advantage is a topology change in one area doesn't cause an SPF calculation to happen in the other areas.
Do you have any specific questions?
Main Topics
Browse All Topics





by: donjohnstonPosted on 2009-10-06 at 15:03:08ID: 25510398
Summarization is one reason.
If you want to summarize routes in OSPF, you have to do it on an ABR. Which means multiple areas.
Another is if the area gets too big, the link state database can become large and unwieldy. Creating multiple areas effectively breaks up the database into smaller chunks.