SlideShare a Scribd company logo
1 of 6
Download to read offline
CCNA Exploration: Routing Protocols and Concepts 
Chapter 1 Case Study

Objectives:

    •    Describe the structure of a routing table.
    •    Describe how a router determines a path and switches packets.


Intro:

After receive a call from OCP Enterprises, you place a visit to their office to check the problem. According
to the complaint made during the phone call, parts of their network are not able to reach each other. The
reported problems are listed below:

    1.   PC1 is not able to reach PC4 with no packets being successfully sent/received between those
         PCs.
    2.   PC1 is not able to reach PC5, PC6 or PC7.
    3.   PC1 and PC3 reach network 3 but PC2 does not.


Topology:




                                     © 2009 Cisco Learning Institute
 
 
CCNA Exploration: Routing Protocols and Concepts 
Chapter 1 Case Study

The Scenario:

The topology is relatively simple and you decide to examine each problem separately.



Problem 1 – PC1 fails reaching PC4

You take a look on the topology handed to you (shown above) and, from PC1, you send a few packets to
PC4 using the ping command. You watch while all packets are being dropped.

You check PC1’s IP information configuration and it looks good: PC1 has a valid IP address belonging to
R1’s network 1 and PC1’s default gateway is the R1’s interface connected to network 1.

In order to identify the failure point, you decide to issues pings to closer devices. You issue another ping
from PC1 but this time targeting R1’s fa0/0 and watch them being successfully received by R1.

The successful ping from PC1 to R1 fa0/0 (PC1’s default gateway) means the path from PC1 to R1 is
working fine (at a OSI Layer 3, at least)

Based on the topology shown above, you move forward and ping R2’s interface Se0/0 from PC1. All
pings fail.

Looks like R2 has wrong routing information regarding network 1 but you still need a few more tests to
make sure.



Question 1:

Could you give one reason why is it too early to blame R2’s routing table?

Answer: At this point there is no guarantee that the serial link between R1 and R2 is up. A problem in
R1’s side of the serial link could bring the link down, keep PC1 from reaching PC4 and R2 would have no
blame on it.

You issue a ping from R1 to R2’s serial 0/0. Since the pings were successful, you assume R2 must have
some wrong information regarding network 1 placed on its routing table.



Question 2:

How the successful ping from R1 to R2 raised the odds of problems in R2’s routing table?

Answer: The successful pings from R1 to R2 serial 0/0 ensure that link is fine. Network 1 is direct
connected to R1 and therefore, R1 must know how to reach network 1. Because the entire path between
PC1 and R2 is ok at layer 1 and 2 levels, on this case, chances are R2 routing information is the failure
point.



                                     © 2009 Cisco Learning Institute
 
 
CCNA Exploration: Routing Protocols and Concepts 
Chapter 1 Case Study

As a last test, you issue a ping from R2 to PC1 and watch them fail.

A quick look at R2’s routing table reveals the problem:

Routing Information Known by R2:

                          Destination Network             Address of the Next Hop

                             192.168.4.0/24                  [directly connected]

                             192.168.3.0/24                  [directly connected]

                             192.168.5.0/24                  [directly connected]



Question 3:

Which problem on R2’s routing table keeps PC1 from reaching PC4?

Answer: R2 has no route to reach network 1. In other words, R2 does not know how to send packets to
network 1.



Question 4: (Challenge Question)

If a ping from R1 to PC4 was issued would it be successful? Explain.

Answer: Yes, it would. R2 doesn’t know how to reach network 1 (192.168.1.0/24) but it knows how to
reach R1 because R1 lays in one of R2’s direct connected networks (192.168.5.0/24). R2’s routing
information showed above has network 5 included on it.

You notice the problem in R2 and manually add a static route to network 1 using R1’s interface serial0/0
IP address (192.168.5.1) as the next hop. R2’s updated routing information looks like the table shown
below:

R2’s Manually Updated Routing Information

                          Destination Network             Address of the Next Hop

                             192.168.4.0/24                  [directly connected]

                             192.168.3.0/24                  [directly connected]

                             192.168.5.0/24                  [directly connected]

                             192.168.1.0/24                     192.168.5.1




                                     © 2009 Cisco Learning Institute
 
 
CCNA Exploration: Routing Protocols and Concepts 
Chapter 1 Case Study

A ping from PC1 to PC4 is issued and it is successful this time. Problem 1 is solved.



Problem 2 – PC1 fails reaching PC5, PC6, PC7 or any device on Network 3

Problem 2 on the report given to you via telephone claims PC1 is not able to reach PC5 or PC6. Because
network 3 is also under R2, a lack of a route to network 1 into R2’s routing table could also be causing
problem 2. You issue a few pings but just to realize PC1 is still not able to reach PC5, PC6 or any other
device on network 3.



Question 5:

How Problem 1 (lack of a route to network 1 into R2’s routing table) could also be causing Problem 2?

Answer: Because any packet traveling from network 3 towards network 1 has to go through R2, if R2 has
no route to network 1 (cause of problem 1) would keep packets originated on network 3 from reaching
network 1.

Following the troubleshoot process, you check PC5, PC6 and PC7 IP configuration and it is correct: all
three devices have unique IP addresses belonging to network 3 and their default gateways option are set
to 192.168.3.1 (R2’s fa0/1 interface IP address). You issue pings from PC5, PC6 and PC7 to R2’s fa0/1
interface; they are all successful.

Successful pings from network 3 devices toward R2 fa0/1 interface mean that the segment linking R2 to
network 3 is working fine. Based on tests conducted during problem 1 troubleshooting, the serial link
between R1 and R2 can also be considered ok.

Still based on problem 1 troubleshooting, R2 has a route to network 1 (manually added by you) and
network 1 devices IP configuration is ok.

You decide to check R1’s routing table. R1’s routing information is shown below:

R1’s Routing Information

                          Destination Network           Address of the Next Hop

                             192.168.1.0/24                [directly connected]

                             192.168.4.0/24                    192.168.5.2

                             192.168.5.0/24                [directly connected]



Again, a quick look on R1’s routing information reveals the problem: R1 has no route to network 3
(192.168.3.0/24) and therefore, doesn’t know how to reach that network.



                                     © 2009 Cisco Learning Institute
 
 
CCNA Exploration: Routing Protocols and Concepts 
Chapter 1 Case Study

Since there is no routing protocol running on OCP’s network, you manually add the missing route again.
Now R1’s routing table (manually updated) looks like the table shown below:

R1’s Manually Updated Routing Information

                          Destination Network          Address of the Next Hop

                             192.168.1.0/24                [directly connected]

                             192.168.4.0/24                   192.168.5.2

                             192.168.5.0/24                [directly connected]

                             192.168.3.0/24                   192.168.5.2



On R1’s updated routing table, a route to network 3 (192.168.3.0/24) using R2’s serial 0/0 interface
(192.168.5.2) as next hop, was added.

Again, you issue a few pings from PC1 to network 3 devices but this time they are all successful.



Problem 3 – PC1 and PC3 reach network 3 but PC2 does not.

To ensure problem 2 was completely solved, you decide to issue pings from PC2 and PC3 to network 3
but even though pings from PC1 and PC3 work fine, all pings from PC2 to network 3 fail.



Question 6:

Based on troubleshooting done on both previous problems, what would be your first guess to find the
problem? Explain.

Answer: Since PC1 and PC3 are able to reach network 3, R1 and R2 are correctly routing packets
between network 1 and 3. From a routing perspective, chances are the problem relates to PC2 itself.

Note: Packet filtering could cause problem 3 as well but it isn’t being covered and studied at this
document.

From PC2, you issue pings to different network 3 devices but with no success. Still from PC2 you issue
pings to R1’s fa0/0. All the pings from PC2 to R1 fail but pings from PC1 and PC3 to R1’s fa0/0 are
successful.

You check PC2’s IP configuration and find the problem: PC2 default gateway is set to 192.168.4.1 which
is the IP address of R2’s fa0/0 interface. Since a default gateway is the network device used to reach
remote networks, it must be an address within the local network.



                                     © 2009 Cisco Learning Institute
 
 
CCNA Exploration: Routing Protocols and Concepts 
Chapter 1 Case Study

You also notice PC2 has an IP address from network 4 configured (192.168.4.11/24). OCP’s people tell
you know PC2 use to part of network 4, had to be moved to network 1 but nobody changed its IP
configuration.

You issue a few pings from PC2 to different network 3 devices after changing default gateway
information to 192.168.1.1 and the IP address to 192.168.1.2/24. The pings are now successful. Problem
3 is solved.

Note: If PC2 IP configuration was correct, the next point to check would be PC2’s cabling.



Question 7 (Challenge Question)

Would a network device (a user PC, for example) configured with no default gateway information, still be
able to communicate to other devices? Explain.

Answer: Yes it would. With no default gateway information, such device wouldn’t be able to reach remote
networks but would still communicate with other network devices located inside its local network. A
default gateway (or default route) is only used while sending/receiving packets to/from a remote network.



 




                                     © 2009 Cisco Learning Institute
 
 

More Related Content

What's hot

Cisco.exactquestions.200 120.v2014-12-23.by.konrad.338q
Cisco.exactquestions.200 120.v2014-12-23.by.konrad.338qCisco.exactquestions.200 120.v2014-12-23.by.konrad.338q
Cisco.exactquestions.200 120.v2014-12-23.by.konrad.338qkeiko277
 
Ccnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_examCcnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_examĐồng Quốc Vương
 
Final networks lab manual
Final networks lab manualFinal networks lab manual
Final networks lab manualJaya Prasanna
 
Ecet 375 Enhance teaching / snaptutorial.com
Ecet 375  Enhance teaching / snaptutorial.comEcet 375  Enhance teaching / snaptutorial.com
Ecet 375 Enhance teaching / snaptutorial.comDavis117a
 
CIS 175 Inspiring Innovation/tutorialrank.com
 CIS 175 Inspiring Innovation/tutorialrank.com CIS 175 Inspiring Innovation/tutorialrank.com
CIS 175 Inspiring Innovation/tutorialrank.comjonhson110
 
CIS 175 Education Specialist / snaptutorial.com
CIS 175  Education Specialist / snaptutorial.comCIS 175  Education Specialist / snaptutorial.com
CIS 175 Education Specialist / snaptutorial.comMcdonaldRyan138
 
Chap 03
Chap 03Chap 03
Chap 03IGNOU
 
Cis 175 Extraordinary Success/newtonhelp.com
Cis 175 Extraordinary Success/newtonhelp.com  Cis 175 Extraordinary Success/newtonhelp.com
Cis 175 Extraordinary Success/newtonhelp.com amaranthbeg143
 
CIS 175 Life of the Mind/newtonhelp.com   
CIS 175 Life of the Mind/newtonhelp.com   CIS 175 Life of the Mind/newtonhelp.com   
CIS 175 Life of the Mind/newtonhelp.com   llflowe
 
Cis 175 Education Organization -- snaptutorial.com
Cis 175   Education Organization -- snaptutorial.comCis 175   Education Organization -- snaptutorial.com
Cis 175 Education Organization -- snaptutorial.comDavisMurphyB99
 
Electronic mail and Domain Name System
Electronic mail and Domain Name SystemElectronic mail and Domain Name System
Electronic mail and Domain Name Systemrajjo224
 
Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)
Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)
Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)keiko277
 
Networking
NetworkingNetworking
NetworkingRashmi
 
Network testing and debugging
Network testing and debuggingNetwork testing and debugging
Network testing and debuggingSADEED AMEEN
 
Ccna 1 chapter 5 v4.0 answers 2011
Ccna 1 chapter 5 v4.0 answers 2011Ccna 1 chapter 5 v4.0 answers 2011
Ccna 1 chapter 5 v4.0 answers 2011Dân Chơi
 

What's hot (19)

Network
NetworkNetwork
Network
 
Cisco.exactquestions.200 120.v2014-12-23.by.konrad.338q
Cisco.exactquestions.200 120.v2014-12-23.by.konrad.338qCisco.exactquestions.200 120.v2014-12-23.by.konrad.338q
Cisco.exactquestions.200 120.v2014-12-23.by.konrad.338q
 
Ccnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_examCcnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_exam
 
Final networks lab manual
Final networks lab manualFinal networks lab manual
Final networks lab manual
 
Tcp
TcpTcp
Tcp
 
Ecet 375 Enhance teaching / snaptutorial.com
Ecet 375  Enhance teaching / snaptutorial.comEcet 375  Enhance teaching / snaptutorial.com
Ecet 375 Enhance teaching / snaptutorial.com
 
CIS 175 Inspiring Innovation/tutorialrank.com
 CIS 175 Inspiring Innovation/tutorialrank.com CIS 175 Inspiring Innovation/tutorialrank.com
CIS 175 Inspiring Innovation/tutorialrank.com
 
CIS 175 Education Specialist / snaptutorial.com
CIS 175  Education Specialist / snaptutorial.comCIS 175  Education Specialist / snaptutorial.com
CIS 175 Education Specialist / snaptutorial.com
 
Chap 03
Chap 03Chap 03
Chap 03
 
Cis 175 Extraordinary Success/newtonhelp.com
Cis 175 Extraordinary Success/newtonhelp.com  Cis 175 Extraordinary Success/newtonhelp.com
Cis 175 Extraordinary Success/newtonhelp.com
 
Ch02
Ch02Ch02
Ch02
 
CIS 175 Life of the Mind/newtonhelp.com   
CIS 175 Life of the Mind/newtonhelp.com   CIS 175 Life of the Mind/newtonhelp.com   
CIS 175 Life of the Mind/newtonhelp.com   
 
Cis 175 Education Organization -- snaptutorial.com
Cis 175   Education Organization -- snaptutorial.comCis 175   Education Organization -- snaptutorial.com
Cis 175 Education Organization -- snaptutorial.com
 
Electronic mail and Domain Name System
Electronic mail and Domain Name SystemElectronic mail and Domain Name System
Electronic mail and Domain Name System
 
Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)
Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)
Cisco.actualtests.200 120.v2013-12-10.by.watson.314q (2 new q)
 
Networking
NetworkingNetworking
Networking
 
Network testing and debugging
Network testing and debuggingNetwork testing and debugging
Network testing and debugging
 
Ccna 1 chapter 5 v4.0 answers 2011
Ccna 1 chapter 5 v4.0 answers 2011Ccna 1 chapter 5 v4.0 answers 2011
Ccna 1 chapter 5 v4.0 answers 2011
 
Ccna 200-120 Exam Dumps
Ccna 200-120 Exam DumpsCcna 200-120 Exam Dumps
Ccna 200-120 Exam Dumps
 

Viewers also liked (20)

Modul 3
Modul 3Modul 3
Modul 3
 
Modul 4
Modul 4Modul 4
Modul 4
 
Modul 2
Modul 2Modul 2
Modul 2
 
Modul 1
Modul 1Modul 1
Modul 1
 
Rencana Proyek Divisi Komputer.doc
Rencana Proyek Divisi Komputer.docRencana Proyek Divisi Komputer.doc
Rencana Proyek Divisi Komputer.doc
 
The cisco networking academy net riders indonesia 2010 competition
The cisco networking academy net riders indonesia 2010 competitionThe cisco networking academy net riders indonesia 2010 competition
The cisco networking academy net riders indonesia 2010 competition
 
S1 intr ftui
S1 intr ftuiS1 intr ftui
S1 intr ftui
 
Iins practice questions
Iins practice questionsIins practice questions
Iins practice questions
 
Chapter#9
Chapter#9Chapter#9
Chapter#9
 
Modul 1
Modul 1Modul 1
Modul 1
 
Salinan Research Paper
Salinan Research PaperSalinan Research Paper
Salinan Research Paper
 
Modul 5
Modul 5Modul 5
Modul 5
 
Chapter#6
Chapter#6Chapter#6
Chapter#6
 
Chapter#16
Chapter#16Chapter#16
Chapter#16
 
Chapter#15
Chapter#15Chapter#15
Chapter#15
 
Chapter#8
Chapter#8Chapter#8
Chapter#8
 
Chapter#17
Chapter#17Chapter#17
Chapter#17
 
Chapter#14
Chapter#14Chapter#14
Chapter#14
 
Chapter7.1-mikroprocessor
Chapter7.1-mikroprocessorChapter7.1-mikroprocessor
Chapter7.1-mikroprocessor
 
Chapter#18
Chapter#18Chapter#18
Chapter#18
 

Similar to Chapter_1_Case_Study

Ccna 1 final exam answer v5
Ccna 1 final exam answer v5Ccna 1 final exam answer v5
Ccna 1 final exam answer v5friv4schoolgames
 
Ccna 3 Chapter 9 V4.0 Answers
Ccna 3 Chapter 9 V4.0 AnswersCcna 3 Chapter 9 V4.0 Answers
Ccna 3 Chapter 9 V4.0 Answersccna4discovery
 
EMERSON EDUARDO RODRIGUES Zte lte-network-optimization.ppt
EMERSON EDUARDO RODRIGUES Zte lte-network-optimization.pptEMERSON EDUARDO RODRIGUES Zte lte-network-optimization.ppt
EMERSON EDUARDO RODRIGUES Zte lte-network-optimization.pptEMERSON EDUARDO RODRIGUES
 
Packet tracer practical guide
Packet tracer practical guidePacket tracer practical guide
Packet tracer practical guideNishant Gandhi
 
Chap 06 delivery and routing of ip packets
Chap 06 delivery and routing of ip packetsChap 06 delivery and routing of ip packets
Chap 06 delivery and routing of ip packetsNoctorous Jamal
 
SRWE_Module_16.pptx
SRWE_Module_16.pptxSRWE_Module_16.pptx
SRWE_Module_16.pptxRobinRohit2
 
SRWE_Module_16.pptx
SRWE_Module_16.pptxSRWE_Module_16.pptx
SRWE_Module_16.pptxRobinRohit2
 
IDC lectureA - Network Layer & IP Addressing with Cisco Notes.ppt
IDC lectureA - Network Layer & IP Addressing with Cisco Notes.pptIDC lectureA - Network Layer & IP Addressing with Cisco Notes.ppt
IDC lectureA - Network Layer & IP Addressing with Cisco Notes.pptJayaprasanna4
 
En erouting slm_v4050
En erouting slm_v4050En erouting slm_v4050
En erouting slm_v4050i10network
 
En erouting slm_v4050
En erouting slm_v4050En erouting slm_v4050
En erouting slm_v4050i10network
 
Ccna 3 Final V4.0 Answers
Ccna 3 Final V4.0 AnswersCcna 3 Final V4.0 Answers
Ccna 3 Final V4.0 Answersccna4discovery
 
Ccna 1 chapter 3 exam answer v5
Ccna 1 chapter 3 exam answer v5Ccna 1 chapter 3 exam answer v5
Ccna 1 chapter 3 exam answer v5friv4schoolgames
 
119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tutnicolelemmimg
 
ccnp routing.pptx
ccnp routing.pptxccnp routing.pptx
ccnp routing.pptxGiyaShefin
 
En erouting ilm_v4050 - para correção
En erouting ilm_v4050 - para correçãoEn erouting ilm_v4050 - para correção
En erouting ilm_v4050 - para correçãoi10network
 

Similar to Chapter_1_Case_Study (20)

Ccna 1 final exam answer v5
Ccna 1 final exam answer v5Ccna 1 final exam answer v5
Ccna 1 final exam answer v5
 
Ccna 3 Chapter 9 V4.0 Answers
Ccna 3 Chapter 9 V4.0 AnswersCcna 3 Chapter 9 V4.0 Answers
Ccna 3 Chapter 9 V4.0 Answers
 
EMERSON EDUARDO RODRIGUES Zte lte-network-optimization.ppt
EMERSON EDUARDO RODRIGUES Zte lte-network-optimization.pptEMERSON EDUARDO RODRIGUES Zte lte-network-optimization.ppt
EMERSON EDUARDO RODRIGUES Zte lte-network-optimization.ppt
 
Lab 4
Lab 4Lab 4
Lab 4
 
Packet tracer practical guide
Packet tracer practical guidePacket tracer practical guide
Packet tracer practical guide
 
Ccna guide
Ccna guideCcna guide
Ccna guide
 
Chap 06 delivery and routing of ip packets
Chap 06 delivery and routing of ip packetsChap 06 delivery and routing of ip packets
Chap 06 delivery and routing of ip packets
 
SRWE_Module_16.pptx
SRWE_Module_16.pptxSRWE_Module_16.pptx
SRWE_Module_16.pptx
 
SRWE_Module_16.pptx
SRWE_Module_16.pptxSRWE_Module_16.pptx
SRWE_Module_16.pptx
 
CCNA 1 Chapter 5 v5.0 2014
CCNA 1 Chapter 5 v5.0 2014CCNA 1 Chapter 5 v5.0 2014
CCNA 1 Chapter 5 v5.0 2014
 
IDC lectureA - Network Layer & IP Addressing with Cisco Notes.ppt
IDC lectureA - Network Layer & IP Addressing with Cisco Notes.pptIDC lectureA - Network Layer & IP Addressing with Cisco Notes.ppt
IDC lectureA - Network Layer & IP Addressing with Cisco Notes.ppt
 
ivesgimpaya3
ivesgimpaya3ivesgimpaya3
ivesgimpaya3
 
En erouting slm_v4050
En erouting slm_v4050En erouting slm_v4050
En erouting slm_v4050
 
En erouting slm_v4050
En erouting slm_v4050En erouting slm_v4050
En erouting slm_v4050
 
Ccna 3 Final V4.0 Answers
Ccna 3 Final V4.0 AnswersCcna 3 Final V4.0 Answers
Ccna 3 Final V4.0 Answers
 
Ccna 1 chapter 3 exam answer v5
Ccna 1 chapter 3 exam answer v5Ccna 1 chapter 3 exam answer v5
Ccna 1 chapter 3 exam answer v5
 
31, Get more from your IPv4 resources
31, Get more from your IPv4 resources31, Get more from your IPv4 resources
31, Get more from your IPv4 resources
 
119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut
 
ccnp routing.pptx
ccnp routing.pptxccnp routing.pptx
ccnp routing.pptx
 
En erouting ilm_v4050 - para correção
En erouting ilm_v4050 - para correçãoEn erouting ilm_v4050 - para correção
En erouting ilm_v4050 - para correção
 

More from teknik komputer ui (19)

Exploration network chapter7
Exploration network chapter7Exploration network chapter7
Exploration network chapter7
 
Exploration network chapter6
Exploration network chapter6Exploration network chapter6
Exploration network chapter6
 
Exploration network chapter5
Exploration network chapter5Exploration network chapter5
Exploration network chapter5
 
Exploration network chapter4
Exploration network chapter4Exploration network chapter4
Exploration network chapter4
 
Exploration network chapter3
Exploration network chapter3Exploration network chapter3
Exploration network chapter3
 
Exploration network chapter2
Exploration network chapter2Exploration network chapter2
Exploration network chapter2
 
Exploration network chapter1
Exploration network chapter1Exploration network chapter1
Exploration network chapter1
 
Exploration network chapter11
Exploration network chapter11Exploration network chapter11
Exploration network chapter11
 
Chapter1
Chapter1Chapter1
Chapter1
 
Chapter3 bag2
Chapter3 bag2Chapter3 bag2
Chapter3 bag2
 
Chapter3 bag1
Chapter3 bag1Chapter3 bag1
Chapter3 bag1
 
Chapter2 bag2
Chapter2 bag2Chapter2 bag2
Chapter2 bag2
 
Chapter2 bag1
Chapter2 bag1Chapter2 bag1
Chapter2 bag1
 
Chapter4
Chapter4Chapter4
Chapter4
 
Dasar komputer chapter3
Dasar komputer chapter3Dasar komputer chapter3
Dasar komputer chapter3
 
Dasar komputer chapter1
Dasar komputer chapter1Dasar komputer chapter1
Dasar komputer chapter1
 
Dasar komputer chapter8
Dasar komputer chapter8Dasar komputer chapter8
Dasar komputer chapter8
 
Chapter8-mikroprocessor
Chapter8-mikroprocessorChapter8-mikroprocessor
Chapter8-mikroprocessor
 
Chapter7.2-mikroprocessor
Chapter7.2-mikroprocessorChapter7.2-mikroprocessor
Chapter7.2-mikroprocessor
 

Chapter_1_Case_Study

  • 1. CCNA Exploration: Routing Protocols and Concepts  Chapter 1 Case Study Objectives: • Describe the structure of a routing table. • Describe how a router determines a path and switches packets. Intro: After receive a call from OCP Enterprises, you place a visit to their office to check the problem. According to the complaint made during the phone call, parts of their network are not able to reach each other. The reported problems are listed below: 1. PC1 is not able to reach PC4 with no packets being successfully sent/received between those PCs. 2. PC1 is not able to reach PC5, PC6 or PC7. 3. PC1 and PC3 reach network 3 but PC2 does not. Topology: © 2009 Cisco Learning Institute    
  • 2. CCNA Exploration: Routing Protocols and Concepts  Chapter 1 Case Study The Scenario: The topology is relatively simple and you decide to examine each problem separately. Problem 1 – PC1 fails reaching PC4 You take a look on the topology handed to you (shown above) and, from PC1, you send a few packets to PC4 using the ping command. You watch while all packets are being dropped. You check PC1’s IP information configuration and it looks good: PC1 has a valid IP address belonging to R1’s network 1 and PC1’s default gateway is the R1’s interface connected to network 1. In order to identify the failure point, you decide to issues pings to closer devices. You issue another ping from PC1 but this time targeting R1’s fa0/0 and watch them being successfully received by R1. The successful ping from PC1 to R1 fa0/0 (PC1’s default gateway) means the path from PC1 to R1 is working fine (at a OSI Layer 3, at least) Based on the topology shown above, you move forward and ping R2’s interface Se0/0 from PC1. All pings fail. Looks like R2 has wrong routing information regarding network 1 but you still need a few more tests to make sure. Question 1: Could you give one reason why is it too early to blame R2’s routing table? Answer: At this point there is no guarantee that the serial link between R1 and R2 is up. A problem in R1’s side of the serial link could bring the link down, keep PC1 from reaching PC4 and R2 would have no blame on it. You issue a ping from R1 to R2’s serial 0/0. Since the pings were successful, you assume R2 must have some wrong information regarding network 1 placed on its routing table. Question 2: How the successful ping from R1 to R2 raised the odds of problems in R2’s routing table? Answer: The successful pings from R1 to R2 serial 0/0 ensure that link is fine. Network 1 is direct connected to R1 and therefore, R1 must know how to reach network 1. Because the entire path between PC1 and R2 is ok at layer 1 and 2 levels, on this case, chances are R2 routing information is the failure point. © 2009 Cisco Learning Institute    
  • 3. CCNA Exploration: Routing Protocols and Concepts  Chapter 1 Case Study As a last test, you issue a ping from R2 to PC1 and watch them fail. A quick look at R2’s routing table reveals the problem: Routing Information Known by R2: Destination Network Address of the Next Hop 192.168.4.0/24 [directly connected] 192.168.3.0/24 [directly connected] 192.168.5.0/24 [directly connected] Question 3: Which problem on R2’s routing table keeps PC1 from reaching PC4? Answer: R2 has no route to reach network 1. In other words, R2 does not know how to send packets to network 1. Question 4: (Challenge Question) If a ping from R1 to PC4 was issued would it be successful? Explain. Answer: Yes, it would. R2 doesn’t know how to reach network 1 (192.168.1.0/24) but it knows how to reach R1 because R1 lays in one of R2’s direct connected networks (192.168.5.0/24). R2’s routing information showed above has network 5 included on it. You notice the problem in R2 and manually add a static route to network 1 using R1’s interface serial0/0 IP address (192.168.5.1) as the next hop. R2’s updated routing information looks like the table shown below: R2’s Manually Updated Routing Information Destination Network Address of the Next Hop 192.168.4.0/24 [directly connected] 192.168.3.0/24 [directly connected] 192.168.5.0/24 [directly connected] 192.168.1.0/24 192.168.5.1 © 2009 Cisco Learning Institute    
  • 4. CCNA Exploration: Routing Protocols and Concepts  Chapter 1 Case Study A ping from PC1 to PC4 is issued and it is successful this time. Problem 1 is solved. Problem 2 – PC1 fails reaching PC5, PC6, PC7 or any device on Network 3 Problem 2 on the report given to you via telephone claims PC1 is not able to reach PC5 or PC6. Because network 3 is also under R2, a lack of a route to network 1 into R2’s routing table could also be causing problem 2. You issue a few pings but just to realize PC1 is still not able to reach PC5, PC6 or any other device on network 3. Question 5: How Problem 1 (lack of a route to network 1 into R2’s routing table) could also be causing Problem 2? Answer: Because any packet traveling from network 3 towards network 1 has to go through R2, if R2 has no route to network 1 (cause of problem 1) would keep packets originated on network 3 from reaching network 1. Following the troubleshoot process, you check PC5, PC6 and PC7 IP configuration and it is correct: all three devices have unique IP addresses belonging to network 3 and their default gateways option are set to 192.168.3.1 (R2’s fa0/1 interface IP address). You issue pings from PC5, PC6 and PC7 to R2’s fa0/1 interface; they are all successful. Successful pings from network 3 devices toward R2 fa0/1 interface mean that the segment linking R2 to network 3 is working fine. Based on tests conducted during problem 1 troubleshooting, the serial link between R1 and R2 can also be considered ok. Still based on problem 1 troubleshooting, R2 has a route to network 1 (manually added by you) and network 1 devices IP configuration is ok. You decide to check R1’s routing table. R1’s routing information is shown below: R1’s Routing Information Destination Network Address of the Next Hop 192.168.1.0/24 [directly connected] 192.168.4.0/24 192.168.5.2 192.168.5.0/24 [directly connected] Again, a quick look on R1’s routing information reveals the problem: R1 has no route to network 3 (192.168.3.0/24) and therefore, doesn’t know how to reach that network. © 2009 Cisco Learning Institute    
  • 5. CCNA Exploration: Routing Protocols and Concepts  Chapter 1 Case Study Since there is no routing protocol running on OCP’s network, you manually add the missing route again. Now R1’s routing table (manually updated) looks like the table shown below: R1’s Manually Updated Routing Information Destination Network Address of the Next Hop 192.168.1.0/24 [directly connected] 192.168.4.0/24 192.168.5.2 192.168.5.0/24 [directly connected] 192.168.3.0/24 192.168.5.2 On R1’s updated routing table, a route to network 3 (192.168.3.0/24) using R2’s serial 0/0 interface (192.168.5.2) as next hop, was added. Again, you issue a few pings from PC1 to network 3 devices but this time they are all successful. Problem 3 – PC1 and PC3 reach network 3 but PC2 does not. To ensure problem 2 was completely solved, you decide to issue pings from PC2 and PC3 to network 3 but even though pings from PC1 and PC3 work fine, all pings from PC2 to network 3 fail. Question 6: Based on troubleshooting done on both previous problems, what would be your first guess to find the problem? Explain. Answer: Since PC1 and PC3 are able to reach network 3, R1 and R2 are correctly routing packets between network 1 and 3. From a routing perspective, chances are the problem relates to PC2 itself. Note: Packet filtering could cause problem 3 as well but it isn’t being covered and studied at this document. From PC2, you issue pings to different network 3 devices but with no success. Still from PC2 you issue pings to R1’s fa0/0. All the pings from PC2 to R1 fail but pings from PC1 and PC3 to R1’s fa0/0 are successful. You check PC2’s IP configuration and find the problem: PC2 default gateway is set to 192.168.4.1 which is the IP address of R2’s fa0/0 interface. Since a default gateway is the network device used to reach remote networks, it must be an address within the local network. © 2009 Cisco Learning Institute    
  • 6. CCNA Exploration: Routing Protocols and Concepts  Chapter 1 Case Study You also notice PC2 has an IP address from network 4 configured (192.168.4.11/24). OCP’s people tell you know PC2 use to part of network 4, had to be moved to network 1 but nobody changed its IP configuration. You issue a few pings from PC2 to different network 3 devices after changing default gateway information to 192.168.1.1 and the IP address to 192.168.1.2/24. The pings are now successful. Problem 3 is solved. Note: If PC2 IP configuration was correct, the next point to check would be PC2’s cabling. Question 7 (Challenge Question) Would a network device (a user PC, for example) configured with no default gateway information, still be able to communicate to other devices? Explain. Answer: Yes it would. With no default gateway information, such device wouldn’t be able to reach remote networks but would still communicate with other network devices located inside its local network. A default gateway (or default route) is only used while sending/receiving packets to/from a remote network.   © 2009 Cisco Learning Institute