You are on page 1of 9

Lab9.6.

1:BasicEIGRPConfigurationLab
TopologyDiagram

AddressTable

LearningObjectives
Uponcompletionofthislab,youwillbeableto:
CableanetworkaccordingtotheTopologyDiagram.
Erasethestartupconfigurationandreloadaroutertothedefaultstate.
Performbasicconfigurationtasksonarouter.
Configureandactivateinterfaces.
ConfigureEIGRProutingonallrouters.
VerifyEIGRProutingusingshowcommands.
Disableautomaticsummarization.
Configuremanualsummarization.
DocumenttheEIGRPconfiguration.
Scenario
Inthislabactivity,youwilllearnhowtoconfiguretheroutingprotocolEIGRPusingthe
networkshownintheTopologyDiagram.AloopbackaddresswillbeusedontheR2routerto
simulateaconnectiontoanISP,wherealltrafficthatisnotdestinedforthelocalnetworkwillbe
sent.SomesegmentsofthenetworkhavebeensubnettedusingVLSM.EIGRPisaclasslessrouting
protocolthatcanbeusedtoprovidesubnetmaskinformationintheroutingupdates.Thiswill
allowVLSMsubnetinformationtobepropagatedthroughoutthenetwork.

Task1:PreparetheNetwork.
Step1:CableanetworkthatissimilartotheoneintheTopologyDiagram.
Thisactivitybeginswithaninitialnetworkinthelogicalworkspace.

Step2:Clearanyexistingconfigurationsontherouters.

Task2:PerformBasicRouterConfigurations.
PerformbasicconfigurationoftheR1,R2,andR3routersaccordingtothefollowingguidelines:
1. Configuretherouterhostname.
2. DisableDNSlookup.
3. ConfigureanEXECmodepassword.
4. Configureamessageofthedaybanner.
5. Configureapasswordforconsoleconnections.
6. ConfigureapasswordforVTYconnections.

Task3:ConfigureandActivateSerialandEthernetAddresses.
Step1:ConfiguretheinterfacesontheR1,R2,andR3routers.
ConfiguretheinterfacesontheR1,R2,andR3routerswiththeIPaddressesfromthetableunder
theTopologyDiagram.

Step2:VerifyIPaddressingandinterfaces.
UsetheshowipinterfacebriefcommandtoverifythattheIPaddressingiscorrectandthatthe
interfacesareactive.
Whenyouhavefinished,besuretosavetherunningconfigurationtotheNVRAMoftherouter.

Step3:ConfigureEthernetinterfacesofPC1,PC2,andPC3.
ConfiguretheEthernetinterfacesofPC1,PC2,andPC3withtheIPaddressesanddefaultgateways
fromthetableundertheTopologyDiagram.

Task4:ConfigureEIGRPontheR1Router.
Step1:EnableEIGRP.
UsetheroutereigrpcommandinglobalconfigurationmodetoenableEIGRPontheR1router.
Enter1fortheautonomoussystemparameter.

R1(config)#routereigrp1

Step2:Configureclassfulnetwork172.16.0.0.
OnceyouareintheRouterEIGRPconfigurationsubmode,configuretheclassfulnetwork
172.16.0.0tobeincludedintheEIGRPupdatesthataresentoutofR1.

R1(configrouter)#network172.16.0.0

TherouterwillbegintosendEIGRPupdatemessagesouteachinterfacebelongingtothe172.16.0.0
network.EIGRPupdateswillbesentoutoftheFastEthernet0/0andSerial0/0/0interfacesbecause
theyarebothonsubnetsofthe172.16.0.0network.

Step3:Configuretheroutertoadvertisethe192.168.10.4/30networkattachedtotheSerial0/0/1
interface.
Usethewildcardmaskoptionwiththenetworkcommandtoadvertiseonlythesubnetandnotthe
entire192.168.10.0classfulnetwork.

Note:Thinkofawildcardmaskastheinverseofasubnetmask.Theinverseofthesubnetmask
255.255.255.252is0.0.0.3.Tocalculatetheinverseofthesubnetmask,subtractthesubnetmask
from255.255.255.255:

255.255.255.255
255.255.255.252Subtractthesubnetmask

0.0.0.3Wildcardmask

R1(configrouter)#network192.168.10.40.0.0.3

WhenyouarefinishedwiththeEIGRPconfigurationforR1,returntoprivilegedEXECmodeand
savethecurrentconfigurationtoNVRAM.

Task5:ConfigureEIGRPontheR2andR3Routers.
Step1:EnableEIGRProutingontheR2routerusingtheroutereigrpcommand.
Useanautonomoussystemnumberof1.

R2(config)#routereigrp1

Step2:Usetheclassfuladdress172.16.0.0toincludethenetworkfortheFastEthernet0/0
interface.
R2(configrouter)#network172.16.0.0

NoticethatDUALsendsanotificationmessagetotheconsolestatingthataneighborrelationship
withanotherEIGRProuterhasbeenestablished.

WhatistheIPaddressoftheEIGRPneighborrouter?

________________________________________

WhatinterfaceontheR2routeristheneighboradjacentto?

________________________________________

Step3:ConfiguretheR2routertoadvertisethe192.168.10.8/30networkattachedtothe
Serial0/0/1interface.
Usethewildcardmaskoptionwiththenetworkcommandtoadvertiseonlythesubnetandnotthe
entire192.168.10.0classfulnetwork.

Whenyouarefinished,returntoprivilegedEXECmode.

R2(configrouter)#network192.168.10.80.0.0.3
R2(configrouter)#end

Step4:ConfigureEIGRPontheR3routerusingtheroutereigrpandnetworkcommands.
Useanautonomoussystemnumberof1.

UsetheclassfulnetworkaddressforthenetworkattachedtotheFastEthernet0/0interface.

IncludethewildcardmasksforthesubnetsattachedtotheSerial0/0/0andSerial0/0/1interfaces.

Whenyouarefinished,returntoprivilegedEXECmode.

R3(config)#routereigrp1
R3(configrouter)#network192.168.1.0
R3(configrouter)#network192.168.10.40.0.0.3
R3(configrouter)#

NoticethatwhenthenetworksfortheseriallinksfromR3toR1andR3toR2areaddedtothe
EIGRPconfiguration,DUALsendsanotificationmessagetotheconsolestatingthataneighbor
relationshipwithanotherEIGRProuterhasbeenestablished.

Task6:VerifyEIGRPOperation.
Step1:Viewneighbors.
OntheR1router,usetheshowipeigrpneighborscommandtoviewtheneighbortableandverify
thatEIGRPhasestablishedanadjacencywiththeR2andR3routers.Youshouldbeabletoseethe
IPaddressofeachadjacentrouterandtheinterfacethatR1usestoreachthatEIGRPneighbor.

R1#showipeigrpneighbors

Step2:Viewroutingprotocolinformation.
OntheR1router,usetheshowipprotocolscommandtoviewinformationabouttherouting
protocoloperation.NoticethattheinformationthatwasconfiguredinTask5,suchasprotocol,
autonomoussystemnumber,andnetworks,isshownintheoutput.TheIPaddressesofthe
adjacentneighborsarealsoshown.

R1#showipprotocols

NoticethattheoutputspecifiestheautonomoussystemnumberusedbyEIGRP.Remember,the
autonomoussystemnumbermustbethesameonallroutersforEIGRPtoestablishneighbor
adjacenciesandshareroutinginformation.

Task7:ExamineEIGRPRoutesintheRoutingTables.
Step1:ViewtheroutingtableontheR1router.
EIGRProutesaredenotedintheroutingtablewithaD,whichstandsforDUAL(DiffusingUpdate
Algorithm),whichistheroutingalgorithmusedbyEIGRP.

R1#showiproute

Noticethatthe172.16.0.0/16parentnetworkisvariablysubnettedwiththreechildroutesusing
eithera/24or/30mask.AlsonoticethatEIGRPhasautomaticallyincludedasummaryrouteto
Null0forthe172.16.0.0/16network.The172.16.0.0/16routedoesnotactuallyrepresentapathto
reachtheparentnetwork,172.16.0.0/16.Ifapacketdestinedfor172.16.0.0/16doesnotmatchone
ofthelevel2childroutes,itissenttotheNull0interface.

The192.168.10.0/24NetworkisalsovariablysubnettedandincludesaNull0route.

Step2:ViewtheroutingtableontheR3router.
TheroutingtableforR3showsthatbothR1andR2areautomaticallysummarizingthe
172.16.0.0/16networkandsendingitasasingleroutingupdate.Becauseofautomatic
summarization,R1andR2arenotpropagatingtheindividualsubnets.BecauseR3isgettingtwo
equalcostroutesfor172.16.0.0/16frombothR1andR2,bothroutesareincludedintherouting
table.

Task8:ConfigureEIGRPMetrics.
Step1:ViewtheEIGRPmetricinformation.
UsetheshowipinterfacecommandtoviewtheEIGRPmetricinformationfortheSerial0/0/0
interfaceontheR1router.Noticethevaluesthatareshownforthebandwidth,delay,reliability,
andload.

R1#showinterfaceserial0/0/0

Step2:ModifythebandwidthoftheSerialinterfaces.
Onmostseriallinks,thebandwidthmetricwilldefaultto1544Kbits.Ifthisisnottheactual
bandwidthoftheseriallink,thebandwidthwillneedtobechangedsothattheEIGRPmetriccanbe
calculatedcorrectly.

Forthislab,thelinkbetweenR1andR2willbeconfiguredwithabandwidthof64kbps,andthe
linkbetweenR2andR3willbeconfiguredwithabandwidthof1024kbps.Usethebandwidth
commandtomodifythebandwidthoftheSerialinterfacesofeachrouter.

R1router:
R1(config)#interfaceserial0/0/0
R1(configif)#bandwidth64

R2router:
5

R2(config)#interfaceserial0/0/0
R2(configif)#bandwidth64
R2(config)#interfaceserial0/0/1
R2(configif)#bandwidth1024

R3router:
R3(config)#interfaceserial0/0/1
R3(configif)#bandwidth1024

Note:Thebandwidthcommandonlymodifiesthebandwidthmetricusedbyroutingprotocols,not
thephysicalbandwidthofthelink.
Step3:Verifythebandwidthmodifications.
Usetheshowipinterfacecommandtoverifythatthebandwidthvalueofeachlinkhasbeen
changed.

Note:Usetheinterfaceconfigurationcommandnobandwidthtoreturnthebandwidthtoitsdefault
value.

Task9:ExamineSuccessorsandFeasibleDistances.
Step1:ExaminethesuccessorsandfeasibledistancesintheroutingtableonR2.
R2#showiproute

Step2:Answerthefollowingquestions:
WhatisthebestpathtoPC1?

____________________________________________________________________________________

Asuccessorisaneighboringrouterthatiscurrentlybeingusedforpacketforwarding.Asuccessor
istheleastcostroutetothedestinationnetwork.TheIPaddressofasuccessorisshownina
routingtableentryrightafterthewordvia.

WhatistheIPaddressandnameofthesuccessorrouterinthisroute?

________________________________________

Feasibledistance(FD)isthelowestcalculatedmetrictoreachthatdestination.FDisthemetric
listedintheroutingtableentryasthesecondnumberinsidethebrackets.

WhatisthefeasibledistancetothenetworkthatPC1ison?

________________________________________

Task10:DetermineifR1isaFeasibleSuccessorfortheRoutefromR2tothe192.168.1.0
Network.
Afeasiblesuccessorisaneighborwhohasaviablebackuppathtothesamenetworkasthe
successor.Inordertobeafeasiblesuccessor,R1mustsatisfythefeasibilitycondition.The
feasibilitycondition(FC)ismetwhenaneighborsreporteddistance(RD)toanetworkislessthan
thelocalroutersfeasibledistancetothesamedestinationnetwork.
Step1:ExaminetheroutingtableonR1.
6

Whatisthereporteddistancetothe192.168.1.0network?

________________________________________

Step2:ExaminetheroutingtableonR2.
Whatisthefeasibledistancetothe192.168.1.0network?

________________________________________

WouldR2considerR1tobeafeasiblesuccessortothe192.168.1.0network?_______

Task11:ExaminetheEIGRPTopologyTable.
Step1:ViewtheEIGRPtopologytable.
UsetheshowipeigrptopologycommandtoviewtheEIGRPtopologytableonR2.

Step2:ViewdetailedEIGRPtopologyinformation.
Usethe[network]parameteroftheshowipeigrptopologycommandtoviewdetailedEIGRP
topologyinformationforthe192.16.0.0network.

R2#showipeigrptopology192.168.1.0

Howmanysuccessorsarethereforthisnetwork?

________________________________________

Whatisthefeasibledistancetothisnetwork?

________________________________________

WhatistheIPaddressofthefeasiblesuccessor?

________________________________________

Whatisthereporteddistancefor192.168.1.0fromthefeasiblesuccessor?

________________________________________

Whatwouldbethefeasibledistanceto192.168.1.0ifR1becamethesuccessor?

________________________________________

Task12:DisableEIGRPAutomaticSummarization.
Step1:ExaminetheroutingtableoftheR3router.
NoticethatR3isnotreceivingindividualroutesforthe172.16.1.0/24,172.16.2.0/24,and
172.16.3.0/24subnets.Instead,theroutingtableonlyhasasummaryroutetotheclassfulnetwork
addressof172.16.0.0/16throughtheR1router.Thiswillcausepacketsthataredestinedforthe
172.16.2.0/24networktobesentthroughtheR1routerinsteadofbeingsentstraighttotheR2
router.

WhyistheR1router(192.168.10.5)theonlysuccessorfortheroutetothe172.16.0.0/16network?
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________

NoticethatthereporteddistancefromR2ishigherthanthefeasibledistancefromR1.

R3#showipeigrptopology

Step2:Disableautomaticsummarizationonallthreerouterswiththenoautosummarycommand.
R1(config)#routereigrp1
R1(configrouter)#noautosummary

R2(config)#routereigrp1
R2(configrouter)#noautosummary

R3(config)#routereigrp1
R3(configrouter)#noautosummary

Step3:ViewtheroutingtableonR1again.
Noticethatindividualroutesforthe172.16.1.0/24,172.16.2.0/24,and172.16.3.0/24subnetsare
nowpresentandthesummaryNullrouteisnolongerlisted.

Task13:ConfigureManualSummarization.
Step1:AddloopbackaddressestoR3router.
Addtwoloopbackaddresses,192.168.2.1/24and192.168.3.1/24,totheR3router.Thesevirtual
interfaceswillbeusedtorepresentnetworkstobemanuallysummarizedalongwiththe
192.168.1.0/24LAN.

R3(config)#interfaceloopback1
R3(configif)#ipaddress192.168.2.1255.255.255.0
R3(configif)#interfaceloopback2
R3(configif)#ipaddress192.168.3.1255.255.255.0

Step2:Addthe192.168.2.0and192.168.3.0networkstotheEIGRPconfigurationonR3.
R3(config)#routereigrp1
R3(configrouter)#network192.168.2.0
R3(configrouter)#network192.168.3.0

Step3:Verifynewroutes.
ViewtheroutingtableontheR1routertoverifythatthenewroutesarebeingsentoutintheEIGRP
updatessentbyR3.

Step4:Applymanualsummarizationtooutboundinterfaces.
Theroutestothe192.168.1.0/24,192.168.2.0/24,and192.168.3.0/24networkscanbe
summarizedinthesinglenetwork192.168.0.0/22.Usetheipsummaryaddresseigrpasnumber
networkaddresssubnetmaskcommandtoconfiguremanualsummarizationoneachofthe
outboundinterfacesconnectedtoEIGRPneighbors.

R3(config)#interfaceserial0/0/0
8

R3(configif)#ipsummaryaddresseigrp1192.168.0.0255.255.252.0
R3(configif)#interfaceserial0/0/1
R3(configif)#ipsummaryaddresseigrp1192.168.0.0255.255.252.0
R3(configif)#

Step5:Verifythesummaryroute.
ViewtheroutingtableontheR1routertoverifythatthesummaryrouteisbeingsentoutinthe
EIGRPupdatessentbyR3.
Attheendofthisactivityyourcompletionrateshouldbe100%.Ifthecompletionrateisnot100%,
usetheCheckResultsbuttonandtroubleshootasnecessary.

AllcontentsareCopyright19922007CiscoSystems,Inc.Allrightsreserved.Thisdocumentis
CiscoPublicInformation.

You might also like