You are applying for a job at a well-known producer of science-fiction movies, one of the requisites for the job is that you have a CCNA-level of knowledge. To test you the interviewer decides to let you configure a lab and see how you will do, to make it a bit fun he also throws in some different CIDR values so you need to know your subnetting calculations...since you dream about binary numbers every day, this should be no problem...good luck!
Goal:
All IP addresses have been preconfigured for you as specified in the topology picture.
Configure PPP encapsulation between Router Luke and HanSolo.
Configure PPP CHAP authentication, use password "VAULT".
Configure OSPF on all routers, put everything in Area 0....there are limitations though: Router Luke: Use a single network statement to advertise all networks including the loopback. Router HanSolo: use 2 network statements to advertise all networks. Router Chewbacca: use 3 network statements to advertise all networks, you are not allowed to use the 0.0.0.255 wildcard.
Ensure you have full reachability, every IP address should be pingable.
Manually change the Router-ID on Router HanSolo to 22.22.22.22.
Traffic from router Hansolo to Chewbacca should use the link between router Luke and Hansolo, use "bandwidth" to accomplish this.
Remove the previous bandwidth command, now use "cost" to accomplish the same goal.
Configure clear-text authentication between Router Luke and Hansolo.
Configure MD5 authentication between Router Hansolo and Chewbacca.
Change the OSPF Hello timer on all routers so hello packets are sent every 6 seconds.
Advertise a default route in OSPF on Router Luke, you are not allowed to create a static route.
Optional: If you take a look at the routing table on any router, you will see that the loopback interfaces are advertised as /32's. Change this so it reflects the real subnet mask that you configured on the loopback interface.
Configure RIP version 2 between Router Luke and Chewbacca, advertise the loopback interfaces.
Ensure you see the RIP routes in the routing table for the 1.1.1.0 and 2.2.2.0 network, you are not allowed to make any changes to the OSPF configuration.
When you type a "debug ip rip" on Router Luke you notice it's sending updates towards the loopback interface...this makes no sense, fix this while still advertising the 2.2.2.0 network.
Configure EIGRP between Router Chewbacca and Hansolo, advertise the loopback interfaces as well.
Advertise the Loopback1 interface on router HanSolo in EIGRP.
Ping 172.16.2.1 from Router Chewbacca, make sure this ping works..otherwise check your EIGRP configuration.
Ping 172.16.1.1 from Router Chewbacca, but this time make sure it's sourced from it's Loopback1 interface. Does this ping work or fail? Why could it be different that you are pinging from the Loopback1 interface?
Change the configuration on Router HanSolo and Chewbacca so reliability is also used as a metric.
Configure authentication for EIGRP: key-chain: VAULT key-id: 1 key-string: WELCOME
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 switching, routing, subnetting and more.
Hi,
I could not open this lab though i placed downloaded IOS, placed it in gns3/images and loaded it to gns3. Error message is ***error :209 unable to start VM instance ghost c3640-jk9s-mz124.bin-localhost-ghost Is this becos the IOS corrupt?
This is the most beautiful LAB for a CCNA and even higher. First time I had such a mega LAB of configuration and troubleshooting. Your step by step tasks are a sure guide to real exam.
Thanks
If provide authentication between the routers below and no authentication between Luke and Chewbacca you will not have full adjacency in OSPF?
• Configure clear-text authentication between Router Luke and Hansolo.
• Configure MD5 authentication between Router Hansolo and Chewbacca.
EIGRP/IGRP also tracks the smallest Maximum Transmission Unit (MTU) along each route, although the MTU is not used in the composite metric calculation.
Ref TCP/IP, Volume I, Jeff Doyle.
Cisco IOS IP Command Reference, Volume 2 of 3: Routing Protocols, Release 12.2
metric weights (EIGRP)
To allow the tuning of the IGRP or Enhanced Interior Gateway Routing Protocol (EIGRP) metric calculations, use the metric weights command in router configuration mode. To reset the values to their defaults, use the no form of this command.
metric weights tos k1 k2 k3 k4 k5
no metric weights
Syntax Description
tos
Type of service must always be zero.
k1k2 k3 k4 k5
Constants that convert an IGRP or EIGRP metric vector into a scalar quantity.
Defaults
tos: 0
k1: 1
k2: 0
k3: 1
k4: 0
k5: 0
Command Modes
Router configuration
Command History
Release Modification
10.0
This command was introduced.
Usage Guidelines
Use this command to alter the default behavior of IGRP routing and metric computation and allow the tuning of the IGRP metric calculation for a particular type of service (ToS).
If k5 equals 0, the composite IGRP or EIGRP metric is computed according to the following formula:
Usage Guidelines
Use this command to alter the default behavior of IGRP routing and metric computation and allow the tuning of the IGRP metric calculation for a particular type of service (ToS).
If k5 equals 0, the composite IGRP or EIGRP metric is computed according to the following formula:
Hi Rene,
your labs are awesome, I really appreciate your job, thank you so much!
One more question, what is the best practice about changing the Router-ID? Do I have to create a Loopback interface with the same IP address before changing the Router-ID? When I issued the command "sh ip protocol" on the routers Luke or Chewbacca I saw that: Routing Information Sources:
Gateway Distance Last Update 22.22.22.22 110 16:15:13
1.1.1.1 110 16:16:42
3.3.3.3 110 18:39:31
But the gateway 22.22.22.22 is unreachable without the Loopback interface with the same IP address on the router HanSolo. Is that correct?
Thanks in advance.
My BW on int s0/0 is 1544Kb but ospf cost is 1562. My question is why ? 1000000/1544 = 672, and not 1562.
When i manually change BW nothing happens, is still 1562. It's my fault or GNS3 fault ?