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.
It took me 1000s of hours reading books and doing labs, making mistakes over and over again until I mastered all the protocols for CCNA.
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 CCNA.
You will learn all the secrets about EIGRP, summarization and more.
Does this sound interesting to you? Take a look here and let me show you how to Master CCNA!
IOS:
c3640-jk9s-mz.124-16.bin
Topology:
Video Solution:
Configuration Files
You need to register to download the GNS3 topology file. (Registration is free!)Once you are logged in you will find the configuration files right here.
The How to Master series helps you to understand complex topics like spanning-tree, VLANs, trunks, OSPF, EIGRP, BGP and more.
Written by René Molenaar - CCIE #41726
Hmmm… this is a tricky one….
since we cannot disable auto-summarization, are we allowed to make changes to the network design?
Nope…no changes to the design, just router commands 8) good luck!:)
Alright, summarization is a go? 🙂
You are on the right track ;D
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
Nope… it means that you are not supposed to use “no auto-summary” command in the eigrp process…
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#
Deep,
Why do you configure summary on the fastethernet interfaces isntead of doing it on the loopback?
É 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?
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.
I put a static route and redistributed it into EIGRP with the same metrics as the interface, is this correct because it works?
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
thanks 😉
Rene, hello!
Could you please add "no ip domaiin-lookup"
in initial configs )
Thanks
Hi Skammy,
That’s perhaps not a bad idea. DNS lookups are super-annoying 😉
Rene
I downloaded the ZIP file and I do not believe the ip address and anything is pre-configured.
Thanks
Anam
dont waste your time. please
First of all, nice work and thanks for everything! In this lab I just create static routes on all 3 routers and everything seems to work properly. I mean, do we need the ip summary-address commands or just adding static routes is enough?
Best regards.
the static route is not good reply.
another waaaaaaaaaaayyyyyyyyyyy 😉
I didn’t have to disable the cisco express forwarding…
same why did we have to do it any ways an thoughts???
Please let me know, how to download IOS image and install in GS3?
gns3 latest is free in website, pay 25$ and get an even better but buggy version, ios, just torrent it, its easy
and starting up gns is always messy, try and google the problems, almost all problems you have someone else have already had it before
Hey Rene,
I did the same thing as you did on the video solution, however, i didn’t understand why did you disable CEF ????
And also, when before solving the problem, my ping’s from DELOREAN never reached the neighbors, it was U.U.U. I expected a couple of packets to make it in either direction since eigrp was doing load balancing.
Never mind, i achieved full connectivity with the manual summarization.
Just explain to me the CEF thing ???
Thanks.
Hi Rene
Simple lab but very useful ……I never thought of this before
Always we solve this problem by no auto command ….but its great to know the different solution …..
Thank a lot
Hi – I have a problem with all labs, No router configs are loaded, just empty routers. I have edited the topology file. Im using a 3725 IOS image as I dont have the 3640. Is this the reason ?
Hey Nikolaisen,
I believe your problem is the way you have configured GNS3, it could be the location were you have the Images or projects, look were have you decompress the lab config (it should be under the Projects folder) and were do you have this folder set on gns3, also check where you have placed your IOS images.
e.g on OS X
Edit
IOS Images and hypervisors
Projects and Images locations
/Users//GNS3/Projects
/Users//GNS3/Images
If this do not work try checking on GNS3 Preferences, where do you have set the Dynamips path. (Very Importat)
Executable Path to Dynamips:
/Applications/GNS3.app/Contents/Resources/dynamips-0.2.8-RC3-community-OSX.intel64.bin
If nothing of this works i would suggest to re-install GNS3 and to read the step-by-step guide.
kind Regards,
Pedro
Hello Rene,
I add myself to the previous questions from Masaya and Nipun, why do you need to disable CEF ?
I could also achieve this without disabling it
Thanks for the labs
Pedro
yes my question is also about the cef, thing, what was the benefit of it,
maybe its a good practice in industry can you give us a sneak peek
thanks for all the effort.
thanks , but please describe the cef table and difference between “ip cef” and “no ip cef”
Hello Rene,
Quick question is there any way to download your gns3 topologies and go straight to the configs without having to build the entire topology, connecting cables, etc?