Master CCNA

How to Master CCNA Ebook

 

 Start your networking career and Master CCNA

Master CCNP SWITCH

How to master CCNP SWITCH ebook

 

 Become a switching guru and Master CCNP SWITCH

Master CCNP ROUTE

How to master CCNP ROUTE Ebook

 

 Dominate routing protocols and Master CCNP ROUTE

Master CCNP TSHOOT

How to Master CCNP TSHOOT

 

 Complete your CCNP R&S journey and Master CCNP TSHOOT

Print

OSPF LSA Type 3 summarization

Written by Rene Molenaar on . Posted in OSPF

Scenario:

The mineral express is specialized in trading expensive minerals. You are their senior network engineer and responsible for the OSPF network that they have running. One of your colleagues is complaining that the routing table is becoming too large. It's up to you to configure some summarization!

Goal:

  • All IP addresses have been preconfigured for you.
  • Configure OSPF on all routers. Achieve full connectivity.
  • Router Talc and Fluorite have multiple loopback interfaces. Configure the network so Area 0 only sees a summary of these networks. Use the most optimal summary.

It took me 1000s of hours reading books and doing labs, making mistakes over and over again until I mastered all the protocols for CCNP.

Would you like to be a master of networking too? In a short time without having to read 900 page books or google the answers to your questions and browsing through forums?

I collected all my knowledge and created a single ebook for you that has everything you need to know to become a master of CCNP.

You will learn all the secrets about OSPF, LSA types, summarization and more.

Does this sound interesting to you? Take a look here and let me show you how to Master CCNP ROUTE!

IOS:

c3640-jk9s-mz.124-16.bin

Topology:

OSPF LSA Type 3 Summarization Network Topology

Video Solution:

You need to a flashplayer enabled browser to view this YouTube video

You need to register to download the GNS3 Topology File. (Registration is Free!)

Only registered users can write comments!

Comments (5)

  • avatar
    WezVR

    when you summarize the 172.16.0.0 range why do you go for /22 and not /21? /22 gives you 4 hosts, but don't you need to subtract 2 (broadcast and network) hosts leaving you with only 2 available hosts?

  • avatar
    ReneMolenaar

    We are summarising networks so you don't have to worry about a network or broadcast address.

    These are the networks:

    Code:
    172.16.0.0/24
    172.16.1.0/24
    172.16.2.0/24
    172.16.3.0/24

    I can combine 172.16.0.0/24 + 172.16.1.0/24 into 172.16.0.0/23

    And we can combine 172.16.2.0/24 and 172.16.3.0/24 into 172.16.2.0/23

    172.16.0.0/23 and 172.16.2.0/23 can be combined into 172.16.0.0/22 together.

    If you are a bit fuzzy about this...try the following:

    Write down 172.16.0.0/24,172.16.1.0/24, 172.16.2.0/24 and 172.16.3.0/24 in binary below each other...then draw a line where the bits are the same. You'll see that the first 22 bits are the same for these 4 networks so that's the summary we can use.

  • avatar
    WezVR

    Thanks Rene, I understand the concepts was just confused about the network and broadcast addresses and whether or not you had to take them into consideration.

    ReneMolenaar wrote:
    We are summarising networks so you don't have to worry about a network or broadcast address.

    These are the networks:
    Code:
    172.16.0.0/24
    172.16.1.0/24
    172.16.2.0/24
    172.16.3.0/24


    I can combine 172.16.0.0/24 + 172.16.1.0/24 into 172.16.0.0/23

    And we can combine 172.16.2.0/24 and 172.16.3.0/24 into 172.16.2.0/23

    172.16.0.0/23 and 172.16.2.0/23 can be combined into 172.16.0.0/22 together.

    If you are a bit fuzzy about this...try the following:

    Write down 172.16.0.0/24,172.16.1.0/24, 172.16.2.0/24 and 172.16.3.0/24 in binary below each other...then draw a line where the bits are the same. You'll see that the first 22 bits are the same for these 4 networks so that's the summary we can use.
  • avatar
    gass

    Strangely when I studied for my CCNA, my instructor always used to tell me how multi-area OSPF in CCNP was the hardest thing to grasp of all the material. So far EIGRP has been much more unpredictable and unintuitive for me with all those metrics and feasibility conditions and second-hand routing information. I find OSPF to be neat and logical. And the labs are easy to complete.

    Thank you Rene for all the work you've done for us. Currently studying for my CCNP ROUTE using your book.

feedback