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 Virtual Link and Summarization

Written by Rene Molenaar on . Posted in OSPF

Scenario:

The Company you are currently working for has recently bought a smaller organization and now needs to connect the 2 networks together. Company policy specifies that only OSPF can be used as a routing protocol and it's physically impossible to connect the Louie router to the Huey router. Up to you to find a good solution...!

Goal:

  • All IP addresses have been preconfigured for you.
  • Configure OSPF on all routers, configure the areas as specified in the topology picture.
  • Area 2 has no direct connection to Area 0, solve this by using OSPF commands.
  • Ensure you have full reachability.
  • Create some extra loopbacks on router Louie and advertise them in area 2:
    Loopback0: 172.16.0.1 /24
    Loopback1: 172.16.1.1 /24
    Loopback2: 172.16.2.1 /24
    Loopback3: 172.16.3.1 /24
  • Make sure router Huey only sees 172.16.0.0/22 in it's routing table, you are only allowed to make changes to router Dewey.

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 virtual links, 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 Virtual Link 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 (13)

  • avatar
    raipraveen83

    when i try to add this topology in latest GNS3 it won't load and give error 203 bad number of parameter pls fix it for all labs

  • avatar
    ReneMolenaar

    Hi Praveen,

    Did you see our forum? Some other people had trouble with this. Did you fix it?

    Rene

  • avatar
    router_rugby

    Richard Bowman

    I had the same problem when I used the uncompressed ios.image file. I switched to the compressed ios.bin file and it loaded fine. Troubleshooting is all great fun.

  • avatar
    lp5

    I just spent 1 hour trying to configure the summerization NOT from router dewey !! i thought the question said NOT allowed , but it was totally worth it :)
    try it ;)

  • avatar
    ReneMolenaar

    hehe well at least you learned a valuable lesson there! ;D

  • avatar
    Kaage

    Hi, if you want more challenge configure MD5 authentication for Virtual link in addition. Not big task but good to know.

  • avatar
    adosztal

    The virtual link addresses are different in the video and in the final configs. In the video it's between 1.1.1.1 and 192.168.12.2, in the final configs it's between 1.1.1.1 and 192.168.23.2.

    I "passed" this lab using the second solution (I didn't peak, I swear :)), then I changed the virtual links when I verified my work by watching the video, and received this error:

    Quote:
    &#xOS;PF-4-ERRRCV: Received invalid packet: mismatch area ID, from backbone area must be virtual-link but not found from 192.168.12.2, FastEthernet0/0
  • avatar
    ReneMolenaar

    Hello Andras,

    It depends on the router ID of your OSPF router. OSPF will create a router ID by looking at the highest IP address on a loopback interface. If you don't have a loopback interface it will use the highest IP address on an active interface. Router ID is not preemptive which means it will keep the same router ID unless you reset the OSPF process.

    If you configure a Virtual Link you need to configure it between the OSPF ROUTER ID. Not the IP addresses on the interface. That's why it might be different for my or your config. I think I uploaded the final configuration at another day then recording the video which is why the router ID might be different.

    Good luck!

    Rene

  • avatar
    Sodki

    I tried to advertise those loopback addresses via the redistribute connected subnets command in router Louise but for some reason router Huey will not receive the summarized /22 network. You need to specifically advertize the loopbacks via the network command for the summarization to work!! Interesting

  • avatar
    Imortel

    Dewey will only generate a summary(the /22) if there is at least one of the subordinate routes in the routing table.
    It should not matter in any way what you did on Louie. You just need to advertise those loopbacks in area 2 and do the sumarization on Dewey then.

  • avatar
    ReneMolenaar

    OSPF can be fun to play with :) Keep in mind what Alexandru said, you need at least one route in your routing table in order for OSPF to advertise the summary. This applies to all routing protocols.

  • avatar
    WezVR

    I had the same problem as IP5, misunderstanding the question! Spent the last 30 mins trying to figure out why summarization does not occur when running the area 2 range 172.16.0.0 255.255.252.0 on R3 (Louie).

  • avatar
    Moises

    This lab was amazing for me increase my summarization skills :)

    First, I tried redistribute the connected loopbacks from Louie to Dewey and enabled area 2 range 172.16.0.0 255.255.252.0 command on Dewey, but it not worked.

    So we have two options for summarization:

    1 - Advertise all Louie loopback interfaces with network and create the summary with area 1 range 172.16.0.0 255.255.252.0 command in Dewey, since this router is an ABR

    2 - Redistribute all Louie loopback interfaces with redistribute connected subnets command and summary these address in Louie with command summary-address 172.16.0.0 255.255.252.0, since with redistribute connected subnets Louie can be considered an ASBR. :)

feedback