Anda di halaman 1dari 11

17/08/2015

Typetexttosearchhere...

CCNATrainingOSPFNeighborSim

Home>OSPFNeighborSim

OSPFNeighborSim
October6th,2014Gotocomments
Question
ThetopologybelowisrunningOSPF.YouarerequiredtotroubleshootandresolvetheOSPFissues
betweenthevariousrouters.Usetheappropriateshowcommandstotroubleshoottheissues.

Insteadofpostingtheoutputofshowruncommandswepostherethecommandsenteredoneach
routertoreducesomeuselesslines.Alsoyoucantrysolvingquestionsbyyourselfbeforereadingthe
answers.

R1
interfaceLoopback0
description***Loopback***
ipaddress192.168.1.1
http://www.9tut.com/ospfneighborsim

R2
!
interfaceLoopback0
description**Loopback**

R3
usernameR6password
CISCO36
!
interfaceLoopback0
description**Loopback**
ipaddress192.168.3.3
255.255.255.255
ipospf3area0
!
interfaceEthernet0/0
description**Connectedto
L2SW**
ipaddress10.10.230.3
255.255.255.0
1/11

17/08/2015

255.255.255.255
ipospf1area0
!
interfaceEthernet0/0
description**ConnectedtoR1
LAN**
ipaddress10.10.110.1
255.255.255.0
ipospf1area0
!
interfaceEthernet0/1
description**Connectedto
L2SW**
ipaddress10.10.230.1
255.255.255.0
ipospfhellointerval25
ipospf1area0
!
routerospf1
logadjacencychanges

CCNATrainingOSPFNeighborSim

ipaddress192.168.2.2
255.255.255.255
ipospf2area0
!
interfaceEthernet0/0
description**ConnectedtoR2
LAN**
ipaddress10.10.120.1
255.255.255.0
ipospf2area0
!
interfaceEthernet0/1
description**Connectedto
L2SW**
ipaddress10.10.230.2
255.255.255.0
ipospf2area0
!
routerospf2
logadjacencychanges

ipospf3area0
!
interfaceSerial1/0
description**ConnectedtoR4
Branch1office**
ipaddress10.10.240.1
255.255.255.252
encapsulationppp
ipospf3area0
!
interfaceSerial1/1
description**ConnectedtoR5
Branch2office**
ipaddress10.10.240.5
255.255.255.252
encapsulationppp
ipospfhellointerval50
ipospf3area0
!
interfaceSerial1/2
description**ConnectedtoR6
Branch3office**
ipaddress10.10.240.9
255.255.255.252
encapsulationppp
ipospf3area0
pppauthenticationchap
!
routerospf3
routerid192.168.3.3
!

R6
usernameR3password
R4
R5
CISCO36
!
!
!
interfaceLoopback0
interfaceLoopback0
interfaceLoopback0
description**Loopback**
description**Loopback**
description**Loopback**
ipaddress192.168.4.4
ipaddress192.168.5.5
ipaddress192.168.6.6
255.255.255.255
255.255.255.255
255.255.255.255
ipospf4area2
ipospf5area0
ipospf6area0
!
!
!
interfaceEthernet0/0
interfaceEthernet0/0
interfaceEthernet0/0
ipaddress172.16.113.1
ipaddress172.16.114.1
ipaddress172.16.115.1
255.255.255.0
255.255.255.0
255.255.255.0
ipospf4area2
ipospf5area0
ipospf6area0
!
!
!
interfaceSerial1/0
interfaceSerial1/0
interfaceSerial1/0
description**ConnectedtoR3 description**ConnectedtoR3 description**ConnectedtoR3
MainBranchoffice**
MainBranchoffice**
MainBranchoffice**
ipaddress10.10.240.2
ipaddress10.10.240.6
ipaddress10.10.240.10
255.255.255.252
255.255.255.252
255.255.255.252
encapsulationppp
encapsulationppp
encapsulationppp
ipospf4area2
ipospf5area0
ipospf6area0
!
!
pppauthenticationchap
http://www.9tut.com/ospfneighborsim

2/11

17/08/2015

routerospf4
logadjacencychanges

CCNATrainingOSPFNeighborSim

routerospf5
logadjacencychanges

!
routerospf6
routerid192.168.3.3
!

Note:PacketTracerdoesnotsupportenablingOSPFunderinterfacemode(ipospf3area0).We
dontknowwhysuchapopularcommandisnotsupportedsowecantmakeapktfileforthislab.
Question1
Explanation
WelearneditisaOSPFproblemsoweshouldchecktheinterfacesbetweenthemfirst.OnbothR3
andR4useshowrunningconfigcommandtochecktheirS1/0interfaces
R3#showrunningconfig
<<outputomitted>>
!
interfaceSerial1/0
description**ConnectedtoR4Branch1office**
ipaddress10.10.240.1255.255.255.252
encapsulationppp
ipospf3area0
!
<<outputomitted>>
R4#showrunningconfig
<<outputomitted>>
!
interfaceSerial1/0
description**ConnectedtoR3MainBranchoffice**
ipaddress10.10.240.2255.255.255.252
encapsulationppp
ipospf4area2
!
<<outputomitted>>
IntheoutputaboveweseetheirAreaIDsaremismatchedinterfaceS1/0ofR3isinarea0(R3:ip
ospf3area0)whileinterfaces1/0ofR4isinarea2(R4:ipospf4area2).
Question2
Explanation
Continuecheckingtheirconnectedinterfaceswiththeshowrunningconfigcommand:
R3#showrunningconfig
<<outputomitted>>
!
interfaceSerial1/1
description**ConnectedtoR5Branch2office**
ipaddress10.10.240.5255.255.255.252
encapsulationppp
ipospfhellointerval50
http://www.9tut.com/ospfneighborsim

3/11

17/08/2015

CCNATrainingOSPFNeighborSim

ipospf3area0
!
<<outputomitted>>
R5#showrunningconfig
<<outputomitted>>
!
interfaceSerial1/0
description**ConnectedtoR3MainBranchoffice**
ipaddress10.10.240.6255.255.255.252
encapsulationppp
ipospf5area0
!
<<outputomitted>>
Theonlydifferencewecanseehereisthelineipospfhellointerval50onR3.Thiscommandsets
thenumberofsecondsR3waitsbeforesendingthenexthellopacketoutthisinterface.Inthiscase
afterconfiguringthiscommand,R3willsendhellopacketstoR5every50seconds.Butthedefault
valueofhellointervalis10secondsandR5isusingit.Thereforewecanthinkofahellointerval
mismatchproblemhere.Youcanverifywiththeshowipospfinterface<interface>commandon
eachrouter.
R3#shipospfints1/1
Serial1/1isup,lineprotocolisup
InternetAddress10.10.240.5/30,Area0
ProcessID3,RouterID192.168.3.3,NetworkTypePOINT_TO_POINT,Cost:64
Enabledbyinterfaceconfig,includingsecondaryipaddresses
TransmitDelayis1sec,StatePOINT_TO_POINT,
Timerintervalsconfigured,Hello50,Dead200,Wait200,Retransmit5
oobresynctimeout200
Helloduein00:00:28
SupportsLinklocalSignaling(LLS)
Index2/2,floodqueuelength0
Next0x0(0)/0x0(0)
Lastfloodscanlengthis0,maximumis0
Lastfloodscantimeis0msec,maximumis0msec
NeighborCountis0,Adjacentneighborcountis0
Suppresshellofor0neighbor(s)
R5#shipospfints1/0
Serial1/0isup,lineprotocolisup
InternetAddress10.10.240.6/30,Area0
ProcessID5,RouterID10.10.240.6,NetworkTypePOINT_TO_POINT,Cost:64
Enabledbyinterfaceconfig,includingsecondaryipaddresses
TransmitDelayis1sec,StatePOINT_TO_POINT,
Timerintervalsconfigured,Hello10,Dead40,Wait40,Retransmit5
oobresynctimeout40
Helloduein00:00:04
SupportsLinklocalSignaling(LLS)
Index1/1,floodqueuelength0
Next0x0(0)/0x0(0)
Lastfloodscanlengthis0,maximumis0
Lastfloodscantimeis0msec,maximumis0msec
NeighborCountis0,Adjacentneighborcountis0
Suppresshellofor0neighbor(s)
http://www.9tut.com/ospfneighborsim

4/11

17/08/2015

CCNATrainingOSPFNeighborSim

Sowecanseebothhelloanddeadintervalaremismatchedbecausethedeadintervalalwaysfour
timesthevalueofhellointerval,unlessyoumanuallyconfigurethedeadinterval(withtheipospf
deadinterval<seconds>command).
Question3
Explanation
Continuecheckingtheirconnectedinterfaceswiththeshowrunningconfigcommand:
R1#showrunningconfig
<<outputomitted>>
!
interfaceEthernet0/1
description**ConnectedtoL2SW**
ipaddress10.10.230.1255.255.255.0
ipospfhellointerval25
ipospf1area0
!
<<outputomitted>>
R2#showrunningconfig
<<outputomitted>>
!
interfaceEthernet0/1
description**ConnectedtoL2SW**
ipaddress10.10.230.2255.255.255.0
ipospf2area0
!
<<outputomitted>>
WeseethehellointervalonR1isnotthesameasR2(andyoucanverifywiththeshowipospf
interface<interface>command)>Thereisahelloanddeadintervalmismatchproblem.Weshould
configurenoipospfhellointerval25onR1.
Note:Maybetherearesomeversionsofthisquestionintheexam.Forexampletherearesomereports
sayingthatEthernet0/1onR1isshutdown(andthisisthecorrectchoiceintheexam).Sopleasebe
carefulcheckingtheconfigontheroutersbeforechoosingthecorrectanswers.
Question4
Explanation
R3#showrunningconfig
<<outputomitted>>
usernameR6passwordCISCO36
!
interfaceSerial1/2
description**ConnectedtoR6Branch3office**
ipaddress10.10.240.9255.255.255.252
encapsulationppp
ipospf3area0
pppauthenticationchap
http://www.9tut.com/ospfneighborsim

5/11

17/08/2015

CCNATrainingOSPFNeighborSim

!
<<outputomitted>>
!
routerospf3
routerid192.168.3.3
!
<<outputomitted>>
R6#showrunningconfig
<<outputomitted>>
usernameR3passwordCISCO36
!
interfaceSerial1/0
description**ConnectedtoR3MainBranchoffice**
ipaddress10.10.240.10255.255.255.252
encapsulationppp
ipospf6area0
pppauthenticationchap
!
<<outputomitted>>
!
routerospf6
routerid192.168.3.3
!
<<outputomitted>>
Wearenotsureabouttheconfigurationofpppauthenticationinthiscase.Somereportssaidthatonly
onerouterhasthepppauthenticationchapcommandbutitisjustatrickandisnottheproblem
here.TherealproblemhereisR6usesthesamerouteridofR3(192.168.3.3)soOSPFneighborship
cannotbeestablished.Inreallife,suchconfigurationerrorwillbeshowninthecommandline
interface(CLI).Sopleasecheckcarefullyforthisquestion.
Comments(278)Comments
Commentpages
Previous14562243
1. Anonymous
July16th,2015
Hi!CouldsomeonepleasesharethelatestCCNAdumpsEmail:lyavuleclaire@gmail.com
Yourkindnesswillbemuchappreciated.
2. Claire
July16th,2015
Hiii!Admin,thequestionslinkprovidedisntworking.Someonekindlysharethelatestccna
dumps.
lyavuleclaire@gmail.com
3. 9tut
July18th,2015
@Claire:Pleaseusethislinkinstead:
http://www.4shared.com/office/Iz0lRRFLba/CCNAquestions_Jul_7_2015.html
http://www.9tut.com/ospfneighborsim

6/11

17/08/2015

CCNATrainingOSPFNeighborSim

4. Greg
July20th,2015
Willsomeonepleasesendthelatestdumpsor.pdftozentheory@outlook.com.Thankyouso
much:)
5. DC
July20th,2015
@Claire:Thelink
http://www.4shared.com/office/Iz0lRRFLba/CCNAquestions_Jul_7_2015.htmlworkswell.
Downloadwithnonpriority,usefacebookgoogle+,tocountdownthetimer,thendownloadit.
Igotsuccess!
6. GinaH
July25th,2015
HowoftendoesCCNAchangetheirdumps??
7. srikanth
July26th,2015
friendscanuanybodysendmeccnadumpsigotexamonaugust
8. jay
July26th,2015
hi..willsomeonesharethelatestdumpsandVCE.
email:jaypatel3011@gmail.com
9. Curious
July26th,2015
ForQ3,whyisoptionDnotcorrect?
10. Curious
July26th,2015
Also,isitenoughifIjustanswerthequestions?DoIhavetocorrecttheconfigurationstoo,by
goingintoeachrouter?
11. JanMarie
July26th,2015
Hi!DoyouhaveLabexercisesthatdoesnthaveanswersyet,liketopologyandonlyaddressing
schemeareinplaceandyouhavequestions.:)Pleasesendmesomeatjmsbalayo@gmail.com
Thanksinadvance
12. Cocngya
July28th,2015
Hi9tut,canyoupleasesendmethelatestdumpatromy.quines@gmail.com
13. Arka
July28th,2015
http://www.9tut.com/ospfneighborsim

7/11

17/08/2015

CCNATrainingOSPFNeighborSim

@CuriousCiscochangesthequestions,usuallynottheentirequestionbutonalotof
occasionsthenumbers/ids/timervaluessotobeonthesafesideitsimportanttoreadcarefully
andverifytheanswersifyoudothat,youwillenduphavinguptogototheroutersanyways.
Else,ifyoujustwanttomemorize,youcantakethatrisk.
Theinitialscoresheetyougetisactuallyapreliminaryscore(donotknowhowmanypeople
actuallygetadifferentscorecardorhasapassturnedovertofail,ifatall),andthehallis
monitoredso,ifyouactuallymemorizereallywellandfinishyourexamin20minutes,and
yoursimulationresponsesarehandedincorrectlywithoutactuallygoingintothe
router/switches,which,intheory,isntpossiblewithoutsheerluck,then,thereisapossibility
thatyourtestwillstandoutifCiscoperformsastatisticalanalysis,andyoumayhaveyour
resultoverturned.Longstoryshortverifyyouranswers!
14. Anonymous
July28th,2015
HellopleaseanyhasVCE4.2.1mailmeonmohamedsmohamedahmed@gmail.com
15. Anonymous
July28th,2015
hi,isthereanychangesinexamforicnd200101?thanks
16. john
July30th,2015
higuys..couldyouplzsendmethelatestccna(200120)dumptomybelowmailid..because
imgoingtowritemyccnacertificationexamonAug14th2015..pleasehelpmeout..
johntelagalapudi@gmail.com
17. Anonymous
August2nd,2015
goodmorning,cananyonesendmelastupdatesofdumptoemail
:engbosyhesham@yahoo.com.
18. anon
August3rd,2015
Pleaseexplainwhereareactualsims,on9tut.netor9tut.com?
19. Beginner
August5th,2015
Kindlysharethelatestdumbsplease:pahingi_po@yahoo.com
20. Anonymous
August5th,2015
Pleasesendlatesticnd1&icnd2dumpstomahmoudhanafyhanafy@gmail.com
21. Anonymous
August7th,2015
pleasesendmelatestdumps.Ibadlyneeditnow.zchilomar@yahoo.com
http://www.9tut.com/ospfneighborsim

8/11

17/08/2015

CCNATrainingOSPFNeighborSim

22. AK
August9th,2015
Hi,
DoweneedtomaketherectificationaswellORwejustneedtoansweraftercheckingshow
runningconfigcommand???Please
23. john
August11th,2015
higuys..plzsendthelatestCCNAlabsimulationstomymailid
johntelagalapudi@gmail.com
24. Hicham
August11th,2015
Helloeveryone!Implanningtotaketheexamnextweek!Couldanyonebekindenoughto
sendmethelatestdumpstohmouada@hotmail.comIllgreatlyappreciateitandmayGod
bless!
25. Barry
August12th,2015
Hi,Iamplanningtotakeccnaexamnextweek,pleasesharethelatestdumpsto
barryaliou@hotmail.com
26. cherif
August12th,2015
Hi9tut,canyoupleasesendmethelatestdumpatcherifabderaman@gmail.com
27. Anonymous
August15th,2015
isthereWirelessqonrecentCCNAexam
28. jody
August17th,2015
Canyoupleaseprovidethequestionsasweneedtoknowexactlywhatsbeinganswered.Only
answeredasbeingputonlabs.
Pleasekindlyassist.
Commentpages
Previous14562243
AddaComment
Name

http://www.9tut.com/ospfneighborsim

9/11

17/08/2015

CCNATrainingOSPFNeighborSim

SubmitComment

Subscribetocommentsfeed
EIGRPTroubleshootingSimSimpleNetworkManagementProtocolSNMPTutorial

PremiumMembership
Becomeamembertointeractwithallquestionsandreadalltutorials,labs!

FindoutmoreorSignIn

CCNA200120
CCNALabSim
CCNABasicQuestions
CCNAOSI&TCP/IPModel
CCNAIOSQuestions
CCNAWANQuestions
CCNASwitchQuestions
CCNASwitchQuestions2
CCNAVLANQuestions
CCNATrunkingQuestions
CCNATrunkingQuestions2
CCNAEtherChannel
CCNAInterVLANQuestions
CCNASTP
CCNASTP2
CCNARSTP
CCNAAccesslistQuestions
CCNASubnetting
CCNASubnetting2
CCNAIPRoutingQuestions
CCNAIPRouting2
CCNAFrameRelay
CCNAFrameRelay2
CCNANATPATQuestions
CCNAOSPFQuestions
http://www.9tut.com/ospfneighborsim

10/11

17/08/2015

CCNATrainingOSPFNeighborSim

CCNAOSPFQuestions2
CCNAEIGRPQuestions
CCNADHCPQuestions
CCNAHSRPVRRPGLBP
CCNASNMPQuestions
CCNANetFlowQuestions
CCNASyslogQuestions
CCNASecurityQuestions
CCNAOperationQuestions
CCNAOperation2
CCNAShowcommands
CCNATroubleshooting
CCNAIPv6
CCNAIPv6Questions2
CCNADragandDrop1
CCNADragandDrop2
CCNADragandDrop3
CCNADragandDrop4
CCNADragandDrop5
CCNAFAQs&Tips
ShareyourCCNAExperience

CCNASelfStudy
PracticeCCNAGNS3Labs
CCNAKnowledge
CCNALabChallenges

NetworkResources
FreeRouterSimulators
ICND1/ICND2Website
CCNPROUTEWebsite
CCNPSWITCHWebsite
CCNPTSHOOTWebsite

Top

Copyright20102013CCNATraining
SitePrivacyPolicy.ValidXHTML1.1andCSS3.UV
http://www.9tut.com/ospfneighborsim

11/11

Anda mungkin juga menyukai