• OSPF summarization is a powerful feature that allows you to reduce the size of the LSDB and routing tables in a multi-area OSPF design.

    Let's look at the example below.

    Without Summarization

    R3 in Area 0 learns four separate inter-area routes coming from Area 1:

    • 10.1.12.0/30

    • 10.1.12.4/30

    • 10.1.12.8/30

    • 10.1.12.12/30

    OSPF routing table without route summarization showing multiple inter-area routes

    Figure 1– Without route summarization

    From a design perspective, this approach is not very efficient. Even though these are small networks, R3 must maintain four separate Type 3 LSAs in its LSDB and four separate entries in its routing table.

    However, if you analyze the addressing scheme carefully, you will notice that these four /30 networks can be summarized into a single prefix: 10.1.12.0/28.

    With Summarization Enabled

    With summarization enabled on the ABR, R3 no longer learns four individual routes.
    Instead, it learns a single summarized inter-area route.

    OSPF routing table with route summarization showing a single inter-area summary route

    Figure 2 – With route summarization enabled

    Inter-area summarization reduces the number of Type 3 LSAs advertised by the ABR into the backbone area.
    As a result, routers in other areas maintain a smaller LSDB and a smaller routing table.

    This improves scalability and reduces SPF processing outside the source area.

    Answer the question below

    Which type of LSA is reduced when inter-area summarization is enabled?