Master CCNA

How to Master CCNA Ebook

 

 

My book will help you Master CCNA

Master CCNP SWITCH

How to master CCNP SWITCH ebook

 

 

My book will help you Master CCNP SWITCH

Master CCNP ROUTE

How to master CCNP ROUTE Ebook

 

 

My book will help you Master CCNP ROUTE

Print

EIGRP Auto Summarization

Written by Rene Molenaar on . Posted in EIGRP

Scenario:

Working as a freelance network engineer you have some strange customers. One of them is a scatterbrain inventor who claims to work on a 'world-changing' machine. He has problems with his network and is currently unable to upload some schematics. The routing protocol of choice is EIGRP (Enhanced Interior Gateway Routing Protocol) and since you are an expert you should be able to fix his problems....back to the labs!

Goal:

  • All IP addresses have been preconfigured for you.
  • EIGRP AS123 has been preconfigured for you and is advertising all networks.
  • You are not allowed to disable EIGRP auto-summarization.
  • When you try to reach the networks on the loopback interfaces from router Delorean you have reachability problems, solve this problem.
  • When you send a ping from router McFly's loopback0 interface to router Brown's loopback0 interface you have reachability problems, solve this problem.
  • Ensure there is full reachability for all networks.

IOS:

c3640-jk9s-mz.124-16.bin

Topology:

EIGRP Auto 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!)

Related Articles
Only registered users can write comments!

Comments (12)

  • avatar
    kumar981

    Hmmm... this is a tricky one....
    since we cannot disable auto-summarization, are we allowed to make changes to the network design?

  • avatar
    ReneMolenaar

    Nope...no changes to the design, just router commands 8) good luck!:)

  • avatar
    kumar981

    Alright, summarization is a go? :)

  • avatar
    ReneMolenaar

    You are on the right track ;D

  • avatar
    plague22

    the lab says "You are not allowed to disable EIGRP auto-summarization."
    Comment above makes me think we can do turn off auto summarization?

    Please clarify

  • avatar
    kumar981

    Nope... it means that you are not supposed to use "no auto-summary" command in the eigrp process...

  • avatar
    jefpalma

    MCFLY#show running-config interface fastEthernet 0/0
    Building configuration...

    Current configuration : 154 bytes
    !
    interface FastEthernet0/0
    ip address 192.168.12.1 255.255.255.0
    ip summary-address eigrp 123 172.16.1.0 255.255.255.0 5
    duplex auto
    speed auto
    end

    MCFLY#

    BROWN#show running-config interface fastEthernet 0/0
    Building configuration...

    Current configuration : 154 bytes
    !
    interface FastEthernet0/0
    ip address 192.168.23.3 255.255.255.0
    ip summary-address eigrp 123 172.16.2.0 255.255.255.0 5
    duplex auto
    speed auto
    end

    BROWN#

  • avatar
    Akiii

    Deep,

    Why do you configure summary on the fastethernet interfaces isntead of doing it on the loopback?

  • avatar
    rafael.libanio.sp

    É o seguinte...

    tem que configurar resumo de rota nos routers: McFly e Brown:
    ip summary-address eigrp 123 172.16.1.0 255.255.255.0 192.168.12.2
    ip summary-address eigrp 123 172.16.2.0 255.255.255.0 192.168.23.2

    Por que?
    Pois por padrão as rotas classfull são sumarizadas automaticamente com o comando auto-summary habilitado. O AD(distancia administrativa) de uma rota sumarizada é 5. Fazendo também a sumarização de rotas pelos comandos acima, o que vai prevalecer para o router é a rota sumarizada mais específica. Correto?

  • avatar
    Ollie

    I think I remember that from my CCNA !! If you can't disable auto-summarization the only alternative is static routes,however redistributing this creates an exterior EX route which doesn't seem to get summarized.

  • avatar
    Ollie

    I put a static route and redistributed it into EIGRP with the same metrics as the interface, is this correct because it works?

  • avatar
    ReneMolenaar

    Hi Oliver,

    Static routes and redistribution will work but you can also fix this one by creating a summary. Even if auto-summarization is enabled for EIGRP you can still create summaries with a subnet mask, this can solve your problem here.

    The video solution is on youtube, i'll add the config here within 24 hours.

    Rene