SlideShare a Scribd company logo
1 of 33
Troubleshooting



              Working at a Small-to-Medium Business or ISP –
              Chapter 9




Version 4.1                                 © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   1
Objectives
 Use the OSI model as a framework for troubleshooting
  network problems.
 Identify and correct problems with hardware and operation at
  Layer 1 and Layer 2.
 Troubleshoot IP addressing problems, including subnet
  mask, host range errors, DHCP and NAT issues.
 Identify and correct problems with RIPv2 configuration and
  implementation.
 Explain possible causes of problems occurring with user
  applications and how to recognize symptoms of DNS
  failures.
 Create a plan to prepare to take the ICND1 examination in
  order to obtain a CCENT certification.
                              © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   2
Troubleshooting Methodologies and Tools
 Knowledge of the features, functions and devices of
  each OSI or TCP/IP layer supports efficient
  troubleshooting




                            © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   3
Troubleshooting Methodologies and Tools
Three troubleshooting approaches:
 Top-down
 Bottom-up
 Divide-and-conquer




                          © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   4
Troubleshooting Methodologies and Tools
Helpful network diagrams:
 Physical network topology
 Logical network topology




                              © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   5
Troubleshooting Methodologies and Tools
Additional troubleshooting tools:
 Documentation and baseline tools
 Management system tools
 Knowledge bases
 Protocol analyzers




                             © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   6
Troubleshooting Methodologies and Tools
Hardware troubleshooting tools:
 Cable testers
 Digital multimeters
 Portable network analyzers




                           © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   7
Troubleshooting Layer 1 and Layer 2 Issues
 Layer 1 problems are related to the type of technology
  used
 Layer 1 problems can result in loss of connectivity or
  degraded network performance




                             © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   8
Troubleshooting Layer 1 and Layer 2 Issues
 Layer 2 specifies data format and network access
 Network analyzers can diagnose Layer 2 issues




                           © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   9
Troubleshooting Layer 1 and Layer 2 Issues
 Observe console messages during the boot sequence
 Use Cisco IOS CLI show commands to verify
  operational status
 When boot problems cause a network outage, use
  substitution to restore service




                          © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   10
Troubleshooting Layer 1 and Layer 2 Issues
Five common bootup errors:
 POST failure
 Corrupt flash image
 Corrupt or missing configuration file
 Memory error
 Module error




                             © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   11
Troubleshooting Layer 1 and Layer 2 Issues
Common issues causing up/down or down/down outputs:
 Loose or incorrectly terminated cables
 Damaged interface or cable
 Improper encapsulation configuration




                            © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   12
Troubleshooting Layer 1 and Layer 2 Issues
Use output from the show interfaces command to help
 identify media errors:
 Excessive noise
 Excessive collisions
 Excessive runts
 Late collisions




                          © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   13
Troubleshooting Layer 1 and Layer 2 Issues
Troubleshooting LAN connectivity on switches:
 Observe port LEDs
 Verify cables
 Verify configuration
 Verify duplex settings




                           © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   14
Troubleshooting Layer 1 and Layer 2 Issues
Troubleshooting WAN connectivity issues:
 Use show interfaces serial output
 Know the type of modem or CSU/DSU being used




                           © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   15
Troubleshooting Layer 3 IP Addressing Issues
 Many Layer 3 problems are due to poorly designed and
  configured IP addressing schemes
 Determine the host range in order to troubleshoot




                            © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   16
Troubleshooting Layer 3 IP Addressing Issues
Problems resulting from poor Layer 3 planning:
 Overlapping subnets
 Misconfigured subnet masks
 Insufficient addresses available through DHCP




                           © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   17
Troubleshooting Layer 3 IP Addressing Issues
DHCP issues:
 Physical connectivity
 Server misconfiguration
 Address conflicts




                            © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   18
Troubleshooting Layer 3 IP Addressing Issues
NAT issues:
 Incorrect designation of inside and outside interfaces
 Pool misconfiguration
 No route to the Internet for translated addresses




                             © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   19
Troubleshooting Layer 3 Routing Issues
Common routing issues:
 Manual route entry errors
 Routing protocol configuration errors
 Failures at lower OSI layers




                              © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   20
Troubleshooting Layer 3 Routing Issues
 The routing table indicates connected, dynamic, static
  and default routes




                            © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   21
Troubleshooting Layer 3 Routing Issues
Issues related to RIP:
 Version mismatch
 Incorrect or missing network statements




                            © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   22
Troubleshooting Layer 3 IP Addressing Issues
Tools for troubleshooting dynamic routing issues:
 TCP/IP utilities
 Debug commands




                            © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   23
Troubleshooting Layer 4 and Upper Layer Issues
Traffic filtering issues:
 Firewall misconfiguration
 Incorrect port assignment




                              © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   24
Troubleshooting Layer 4 and Upper Layer Issues
 Basic connectivity must be
  eliminated as the source of the
  problem
 Check with the ISP to ensure
  that the problem does not lie
  with the remote network




                            © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   25
Troubleshooting Layer 4 and Upper Layer Issues
 Upper layer issues can exist
  even with full network
  connectivity
 Check application configuration
  with specific problems
 Encryption or compression
  mismatch may be an issue
 Make sure browser plug-ins have
  been updated
 If more than one application is
  affected, a DNS server issue
  may be the problem
                              © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   26
Troubleshooting Layer 4 and Upper Layer Issues
 Telnet provides troubleshooting access, but is an
  insecure protocol
 SSH is a more secure method for remote device
  access




                            © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   27
Preparing for Cisco Certification
 ICND1 exam (640-822) includes topics on networking
  fundamentals
 Pass ICND1 to achieve CCENT certification




                          © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   28
Preparing for Cisco Certification
What certification exams measure:
 Knowledge: facts recalled from memory
 Skills: interacting with Cisco networking devices
 Abilities: scenario-based or simulation tasks




                             © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   29
Preparing for Cisco Certification
 Make the commitment
 Create a study plan
 Practice test taking




                         © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   30
Preparing for Cisco Certification
 Visit the testing center
 Become familiar with the test format
 Use exam tutorials and practice tests
 Practice Packet Tracers and labs




                             © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   31
Summary
 Networking models provide a framework for efficient
  troubleshooting.
 Good troubleshooting involves using a methodology,
  such as top-down, bottom-up, or divide-and-conquer.
 The majority of Layer 3 problems result from poor or
  incorrect addressing schemes.
 Firewall misconfiguration can result in problems with
  upper layer protocols.
 Success on certification tests depends on building
  knowledge, skills, and abilities.


                             © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   32
© 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   33

More Related Content

What's hot

CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1Waqas Ahmed Nawaz
 
CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter2CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter2Chaing Ravuth
 
CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2Chaing Ravuth
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 10
CCNA (R & S) Module 04 - Scaling Networks - Chapter 10CCNA (R & S) Module 04 - Scaling Networks - Chapter 10
CCNA (R & S) Module 04 - Scaling Networks - Chapter 10Waqas Ahmed Nawaz
 
CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter1CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter1Chaing Ravuth
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 8
CCNA (R & S) Module 04 - Scaling Networks - Chapter 8CCNA (R & S) Module 04 - Scaling Networks - Chapter 8
CCNA (R & S) Module 04 - Scaling Networks - Chapter 8Waqas Ahmed Nawaz
 
CCNA2 Verson6 Chapter10
CCNA2 Verson6 Chapter10CCNA2 Verson6 Chapter10
CCNA2 Verson6 Chapter10Chaing Ravuth
 
CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6Chaing Ravuth
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5Waqas Ahmed Nawaz
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 1
CCNA (R & S) Module 04 - Scaling Networks - Chapter 1CCNA (R & S) Module 04 - Scaling Networks - Chapter 1
CCNA (R & S) Module 04 - Scaling Networks - Chapter 1Waqas Ahmed Nawaz
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 3
CCNA (R & S) Module 02 - Connecting Networks - Chapter 3CCNA (R & S) Module 02 - Connecting Networks - Chapter 3
CCNA (R & S) Module 02 - Connecting Networks - Chapter 3Waqas Ahmed Nawaz
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6Waqas Ahmed Nawaz
 
CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8Chaing Ravuth
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6Waqas Ahmed Nawaz
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3Waqas Ahmed Nawaz
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 9
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 9CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 9
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 9Waqas Ahmed Nawaz
 
CCNA4 Verson6 Chapter4
CCNA4 Verson6 Chapter4CCNA4 Verson6 Chapter4
CCNA4 Verson6 Chapter4Chaing Ravuth
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6Waqas Ahmed Nawaz
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 8
CCNA (R & S) Module 02 - Connecting Networks - Chapter 8CCNA (R & S) Module 02 - Connecting Networks - Chapter 8
CCNA (R & S) Module 02 - Connecting Networks - Chapter 8Waqas Ahmed Nawaz
 
CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06Irsandi Hasan
 

What's hot (20)

CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1
 
CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter2CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter2
 
CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 10
CCNA (R & S) Module 04 - Scaling Networks - Chapter 10CCNA (R & S) Module 04 - Scaling Networks - Chapter 10
CCNA (R & S) Module 04 - Scaling Networks - Chapter 10
 
CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter1CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter1
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 8
CCNA (R & S) Module 04 - Scaling Networks - Chapter 8CCNA (R & S) Module 04 - Scaling Networks - Chapter 8
CCNA (R & S) Module 04 - Scaling Networks - Chapter 8
 
CCNA2 Verson6 Chapter10
CCNA2 Verson6 Chapter10CCNA2 Verson6 Chapter10
CCNA2 Verson6 Chapter10
 
CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 1
CCNA (R & S) Module 04 - Scaling Networks - Chapter 1CCNA (R & S) Module 04 - Scaling Networks - Chapter 1
CCNA (R & S) Module 04 - Scaling Networks - Chapter 1
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 3
CCNA (R & S) Module 02 - Connecting Networks - Chapter 3CCNA (R & S) Module 02 - Connecting Networks - Chapter 3
CCNA (R & S) Module 02 - Connecting Networks - Chapter 3
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
 
CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 9
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 9CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 9
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 9
 
CCNA4 Verson6 Chapter4
CCNA4 Verson6 Chapter4CCNA4 Verson6 Chapter4
CCNA4 Verson6 Chapter4
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 8
CCNA (R & S) Module 02 - Connecting Networks - Chapter 8CCNA (R & S) Module 02 - Connecting Networks - Chapter 8
CCNA (R & S) Module 02 - Connecting Networks - Chapter 8
 
CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06
 

Viewers also liked

CCNA Discovery 3 - Chapter 5
CCNA Discovery 3 - Chapter 5CCNA Discovery 3 - Chapter 5
CCNA Discovery 3 - Chapter 5Irsandi Hasan
 
CCNA Discovery 4 - Chapter 1
CCNA Discovery 4 - Chapter 1CCNA Discovery 4 - Chapter 1
CCNA Discovery 4 - Chapter 1Irsandi Hasan
 
CCNA Discovery 4 - Chapter 4
CCNA Discovery 4 - Chapter 4CCNA Discovery 4 - Chapter 4
CCNA Discovery 4 - Chapter 4Irsandi Hasan
 
CCNA Discovery 3 - Chapter 4
CCNA Discovery 3 - Chapter 4CCNA Discovery 3 - Chapter 4
CCNA Discovery 3 - Chapter 4Irsandi Hasan
 
CCNA Discovery 4 - Chapter 5
CCNA Discovery 4 - Chapter 5CCNA Discovery 4 - Chapter 5
CCNA Discovery 4 - Chapter 5Irsandi Hasan
 
CCNA Discovery 4 - Chapter 3
CCNA Discovery 4 - Chapter 3CCNA Discovery 4 - Chapter 3
CCNA Discovery 4 - Chapter 3Irsandi Hasan
 
CCNA Discovery 4 - Chapter 8
CCNA Discovery 4 - Chapter 8CCNA Discovery 4 - Chapter 8
CCNA Discovery 4 - Chapter 8Irsandi Hasan
 
CCNA Discovery 4 - Chapter 7
CCNA Discovery 4 - Chapter 7CCNA Discovery 4 - Chapter 7
CCNA Discovery 4 - Chapter 7Irsandi Hasan
 
CCNA Discovery 3 - Chapter 9
CCNA Discovery 3 - Chapter 9CCNA Discovery 3 - Chapter 9
CCNA Discovery 3 - Chapter 9Irsandi Hasan
 
CCNA Discovery 3 - Chapter 6
CCNA Discovery 3 - Chapter 6CCNA Discovery 3 - Chapter 6
CCNA Discovery 3 - Chapter 6Irsandi Hasan
 
CCNA Discovery 3 - Chapter 8
CCNA Discovery 3 - Chapter 8CCNA Discovery 3 - Chapter 8
CCNA Discovery 3 - Chapter 8Irsandi Hasan
 
CCNA Discovery 4 - Chapter 6
CCNA Discovery 4 - Chapter 6CCNA Discovery 4 - Chapter 6
CCNA Discovery 4 - Chapter 6Irsandi Hasan
 
CCNA Discovery 4 - Chapter 9
CCNA Discovery 4 - Chapter 9CCNA Discovery 4 - Chapter 9
CCNA Discovery 4 - Chapter 9Irsandi Hasan
 
CCNA Discovery 4 - Chapter 2
CCNA Discovery 4 - Chapter 2CCNA Discovery 4 - Chapter 2
CCNA Discovery 4 - Chapter 2Irsandi Hasan
 
CCNA Discovery 2 - Chapter 7
CCNA Discovery 2 - Chapter 7CCNA Discovery 2 - Chapter 7
CCNA Discovery 2 - Chapter 7Irsandi Hasan
 
CCNA Discovery 3 - Chapter 7
CCNA Discovery 3 - Chapter 7CCNA Discovery 3 - Chapter 7
CCNA Discovery 3 - Chapter 7Irsandi Hasan
 
CCNA Discovery 2 - Chapter 8
CCNA Discovery 2 - Chapter 8CCNA Discovery 2 - Chapter 8
CCNA Discovery 2 - Chapter 8Irsandi Hasan
 
CCNA Discovery 3 - Chapter 1
CCNA Discovery 3 - Chapter 1CCNA Discovery 3 - Chapter 1
CCNA Discovery 3 - Chapter 1Irsandi Hasan
 
CCNA Discovery 3 - Chapter 3
CCNA Discovery 3 - Chapter 3CCNA Discovery 3 - Chapter 3
CCNA Discovery 3 - Chapter 3Irsandi Hasan
 
CCNA Discovery 3 - Chapter 2
CCNA Discovery 3 - Chapter 2CCNA Discovery 3 - Chapter 2
CCNA Discovery 3 - Chapter 2Irsandi Hasan
 

Viewers also liked (20)

CCNA Discovery 3 - Chapter 5
CCNA Discovery 3 - Chapter 5CCNA Discovery 3 - Chapter 5
CCNA Discovery 3 - Chapter 5
 
CCNA Discovery 4 - Chapter 1
CCNA Discovery 4 - Chapter 1CCNA Discovery 4 - Chapter 1
CCNA Discovery 4 - Chapter 1
 
CCNA Discovery 4 - Chapter 4
CCNA Discovery 4 - Chapter 4CCNA Discovery 4 - Chapter 4
CCNA Discovery 4 - Chapter 4
 
CCNA Discovery 3 - Chapter 4
CCNA Discovery 3 - Chapter 4CCNA Discovery 3 - Chapter 4
CCNA Discovery 3 - Chapter 4
 
CCNA Discovery 4 - Chapter 5
CCNA Discovery 4 - Chapter 5CCNA Discovery 4 - Chapter 5
CCNA Discovery 4 - Chapter 5
 
CCNA Discovery 4 - Chapter 3
CCNA Discovery 4 - Chapter 3CCNA Discovery 4 - Chapter 3
CCNA Discovery 4 - Chapter 3
 
CCNA Discovery 4 - Chapter 8
CCNA Discovery 4 - Chapter 8CCNA Discovery 4 - Chapter 8
CCNA Discovery 4 - Chapter 8
 
CCNA Discovery 4 - Chapter 7
CCNA Discovery 4 - Chapter 7CCNA Discovery 4 - Chapter 7
CCNA Discovery 4 - Chapter 7
 
CCNA Discovery 3 - Chapter 9
CCNA Discovery 3 - Chapter 9CCNA Discovery 3 - Chapter 9
CCNA Discovery 3 - Chapter 9
 
CCNA Discovery 3 - Chapter 6
CCNA Discovery 3 - Chapter 6CCNA Discovery 3 - Chapter 6
CCNA Discovery 3 - Chapter 6
 
CCNA Discovery 3 - Chapter 8
CCNA Discovery 3 - Chapter 8CCNA Discovery 3 - Chapter 8
CCNA Discovery 3 - Chapter 8
 
CCNA Discovery 4 - Chapter 6
CCNA Discovery 4 - Chapter 6CCNA Discovery 4 - Chapter 6
CCNA Discovery 4 - Chapter 6
 
CCNA Discovery 4 - Chapter 9
CCNA Discovery 4 - Chapter 9CCNA Discovery 4 - Chapter 9
CCNA Discovery 4 - Chapter 9
 
CCNA Discovery 4 - Chapter 2
CCNA Discovery 4 - Chapter 2CCNA Discovery 4 - Chapter 2
CCNA Discovery 4 - Chapter 2
 
CCNA Discovery 2 - Chapter 7
CCNA Discovery 2 - Chapter 7CCNA Discovery 2 - Chapter 7
CCNA Discovery 2 - Chapter 7
 
CCNA Discovery 3 - Chapter 7
CCNA Discovery 3 - Chapter 7CCNA Discovery 3 - Chapter 7
CCNA Discovery 3 - Chapter 7
 
CCNA Discovery 2 - Chapter 8
CCNA Discovery 2 - Chapter 8CCNA Discovery 2 - Chapter 8
CCNA Discovery 2 - Chapter 8
 
CCNA Discovery 3 - Chapter 1
CCNA Discovery 3 - Chapter 1CCNA Discovery 3 - Chapter 1
CCNA Discovery 3 - Chapter 1
 
CCNA Discovery 3 - Chapter 3
CCNA Discovery 3 - Chapter 3CCNA Discovery 3 - Chapter 3
CCNA Discovery 3 - Chapter 3
 
CCNA Discovery 3 - Chapter 2
CCNA Discovery 3 - Chapter 2CCNA Discovery 3 - Chapter 2
CCNA Discovery 3 - Chapter 2
 

Similar to CCNA Discovery 2 - Chapter 9

CCNA 3 - Troubleshooting the network
CCNA 3 - Troubleshooting the networkCCNA 3 - Troubleshooting the network
CCNA 3 - Troubleshooting the networkMuhd Mu'izuddin
 
CCNAv5 - S4: Chapter 9 troubleshooting the network
CCNAv5 - S4: Chapter 9 troubleshooting the networkCCNAv5 - S4: Chapter 9 troubleshooting the network
CCNAv5 - S4: Chapter 9 troubleshooting the networkVuz Dở Hơi
 
CCNA Discovery 1 - Chapter 9
CCNA Discovery 1 - Chapter 9CCNA Discovery 1 - Chapter 9
CCNA Discovery 1 - Chapter 9Irsandi Hasan
 
CCNA Discovery 2 - Chapter 2
CCNA Discovery 2 - Chapter 2CCNA Discovery 2 - Chapter 2
CCNA Discovery 2 - Chapter 2Irsandi Hasan
 
Discovery smb isp_chapter2
Discovery smb isp_chapter2Discovery smb isp_chapter2
Discovery smb isp_chapter2idzwanpsis
 
CCNA RS_ITN - Chapter 5
CCNA RS_ITN - Chapter 5CCNA RS_ITN - Chapter 5
CCNA RS_ITN - Chapter 5Irsandi Hasan
 
CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10Irsandi Hasan
 
CCNA Exploration 4 - Chapter 8
CCNA Exploration 4 - Chapter 8CCNA Exploration 4 - Chapter 8
CCNA Exploration 4 - Chapter 8Irsandi Hasan
 
Chapter 03 - Network Protocols and Communications
Chapter 03 - Network Protocols and CommunicationsChapter 03 - Network Protocols and Communications
Chapter 03 - Network Protocols and CommunicationsYaser Rahmati
 
CCNAv5 - S1: Chapter 3 - Network protocols and communications
CCNAv5 - S1: Chapter 3 - Network protocols and communicationsCCNAv5 - S1: Chapter 3 - Network protocols and communications
CCNAv5 - S1: Chapter 3 - Network protocols and communicationsVuz Dở Hơi
 
Chapter 3 : Network protocols and communications
Chapter 3 : Network protocols and communicationsChapter 3 : Network protocols and communications
Chapter 3 : Network protocols and communicationsteknetir
 
CCNAv5 - S4: Chapter 4 Frame Relay
CCNAv5 - S4: Chapter 4 Frame RelayCCNAv5 - S4: Chapter 4 Frame Relay
CCNAv5 - S4: Chapter 4 Frame RelayVuz Dở Hơi
 
Cn instructor ppt_chapter4_final
Cn instructor ppt_chapter4_finalCn instructor ppt_chapter4_final
Cn instructor ppt_chapter4_finalLeoo Romo
 
Ccna v5-S1-Chapter 5
Ccna v5-S1-Chapter 5Ccna v5-S1-Chapter 5
Ccna v5-S1-Chapter 5Hamza Malik
 
Chapter 05 - Ethernet
Chapter 05 - EthernetChapter 05 - Ethernet
Chapter 05 - EthernetYaser Rahmati
 
Chapter 5 : Ethernet
Chapter 5 : EthernetChapter 5 : Ethernet
Chapter 5 : Ethernetteknetir
 

Similar to CCNA Discovery 2 - Chapter 9 (20)

CCNA 3 - Troubleshooting the network
CCNA 3 - Troubleshooting the networkCCNA 3 - Troubleshooting the network
CCNA 3 - Troubleshooting the network
 
CCNAv5 - S4: Chapter 9 troubleshooting the network
CCNAv5 - S4: Chapter 9 troubleshooting the networkCCNAv5 - S4: Chapter 9 troubleshooting the network
CCNAv5 - S4: Chapter 9 troubleshooting the network
 
CCNA Discovery 1 - Chapter 9
CCNA Discovery 1 - Chapter 9CCNA Discovery 1 - Chapter 9
CCNA Discovery 1 - Chapter 9
 
CCNA Discovery 2 Chapter
CCNA Discovery 2 ChapterCCNA Discovery 2 Chapter
CCNA Discovery 2 Chapter
 
CCNA Discovery 2 - Chapter 2
CCNA Discovery 2 - Chapter 2CCNA Discovery 2 - Chapter 2
CCNA Discovery 2 - Chapter 2
 
Discovery smb isp_chapter2
Discovery smb isp_chapter2Discovery smb isp_chapter2
Discovery smb isp_chapter2
 
CCNA RS_ITN - Chapter 5
CCNA RS_ITN - Chapter 5CCNA RS_ITN - Chapter 5
CCNA RS_ITN - Chapter 5
 
ccna lec 1.pdf
ccna lec 1.pdfccna lec 1.pdf
ccna lec 1.pdf
 
CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10
 
Ccna routing and_switching_chapter-4-5
Ccna routing and_switching_chapter-4-5Ccna routing and_switching_chapter-4-5
Ccna routing and_switching_chapter-4-5
 
CCNA Exploration 4 - Chapter 8
CCNA Exploration 4 - Chapter 8CCNA Exploration 4 - Chapter 8
CCNA Exploration 4 - Chapter 8
 
Chapter 03 - Network Protocols and Communications
Chapter 03 - Network Protocols and CommunicationsChapter 03 - Network Protocols and Communications
Chapter 03 - Network Protocols and Communications
 
CCNAv5 - S1: Chapter 3 - Network protocols and communications
CCNAv5 - S1: Chapter 3 - Network protocols and communicationsCCNAv5 - S1: Chapter 3 - Network protocols and communications
CCNAv5 - S1: Chapter 3 - Network protocols and communications
 
Chapter 3 : Network protocols and communications
Chapter 3 : Network protocols and communicationsChapter 3 : Network protocols and communications
Chapter 3 : Network protocols and communications
 
CCNAv5 - S4: Chapter 4 Frame Relay
CCNAv5 - S4: Chapter 4 Frame RelayCCNAv5 - S4: Chapter 4 Frame Relay
CCNAv5 - S4: Chapter 4 Frame Relay
 
Cn instructor ppt_chapter4_final
Cn instructor ppt_chapter4_finalCn instructor ppt_chapter4_final
Cn instructor ppt_chapter4_final
 
Ccna v5-S1-Chapter 5
Ccna v5-S1-Chapter 5Ccna v5-S1-Chapter 5
Ccna v5-S1-Chapter 5
 
Cisco CCNA module 8
Cisco CCNA module 8Cisco CCNA module 8
Cisco CCNA module 8
 
Chapter 05 - Ethernet
Chapter 05 - EthernetChapter 05 - Ethernet
Chapter 05 - Ethernet
 
Chapter 5 : Ethernet
Chapter 5 : EthernetChapter 5 : Ethernet
Chapter 5 : Ethernet
 

More from Irsandi Hasan

CCNA v6.0 ITN - Chapter 11
CCNA v6.0 ITN - Chapter 11CCNA v6.0 ITN - Chapter 11
CCNA v6.0 ITN - Chapter 11Irsandi Hasan
 
CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10Irsandi Hasan
 
CCNA v6.0 ITN - Chapter 09
CCNA v6.0 ITN - Chapter 09CCNA v6.0 ITN - Chapter 09
CCNA v6.0 ITN - Chapter 09Irsandi Hasan
 
CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 08CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 08Irsandi Hasan
 
CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07Irsandi Hasan
 
CCNA v6.0 ITN - Chapter 05
CCNA v6.0 ITN - Chapter 05CCNA v6.0 ITN - Chapter 05
CCNA v6.0 ITN - Chapter 05Irsandi Hasan
 
CCNA v6.0 ITN - Chapter 04
CCNA v6.0 ITN - Chapter 04CCNA v6.0 ITN - Chapter 04
CCNA v6.0 ITN - Chapter 04Irsandi Hasan
 
CCNA v6.0 ITN - Chapter 03
CCNA v6.0 ITN - Chapter 03CCNA v6.0 ITN - Chapter 03
CCNA v6.0 ITN - Chapter 03Irsandi Hasan
 
CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02Irsandi Hasan
 
CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01Irsandi Hasan
 
VMware vShield - Overview
VMware vShield - OverviewVMware vShield - Overview
VMware vShield - OverviewIrsandi Hasan
 
CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 11CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 11Irsandi Hasan
 
CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 9CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 9Irsandi Hasan
 
CCNA RS_NB - Chapter 8
CCNA RS_NB - Chapter 8CCNA RS_NB - Chapter 8
CCNA RS_NB - Chapter 8Irsandi Hasan
 
CCNA RS_NB - Chapter 7
CCNA RS_NB - Chapter 7CCNA RS_NB - Chapter 7
CCNA RS_NB - Chapter 7Irsandi Hasan
 
CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6Irsandi Hasan
 
CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5Irsandi Hasan
 
CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 4CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 4Irsandi Hasan
 
CCNA RS_NB - Chapter 3
CCNA RS_NB - Chapter 3CCNA RS_NB - Chapter 3
CCNA RS_NB - Chapter 3Irsandi Hasan
 
CCNA RS_NB - Chapter 2
CCNA RS_NB - Chapter 2CCNA RS_NB - Chapter 2
CCNA RS_NB - Chapter 2Irsandi Hasan
 

More from Irsandi Hasan (20)

CCNA v6.0 ITN - Chapter 11
CCNA v6.0 ITN - Chapter 11CCNA v6.0 ITN - Chapter 11
CCNA v6.0 ITN - Chapter 11
 
CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10
 
CCNA v6.0 ITN - Chapter 09
CCNA v6.0 ITN - Chapter 09CCNA v6.0 ITN - Chapter 09
CCNA v6.0 ITN - Chapter 09
 
CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 08CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 08
 
CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07
 
CCNA v6.0 ITN - Chapter 05
CCNA v6.0 ITN - Chapter 05CCNA v6.0 ITN - Chapter 05
CCNA v6.0 ITN - Chapter 05
 
CCNA v6.0 ITN - Chapter 04
CCNA v6.0 ITN - Chapter 04CCNA v6.0 ITN - Chapter 04
CCNA v6.0 ITN - Chapter 04
 
CCNA v6.0 ITN - Chapter 03
CCNA v6.0 ITN - Chapter 03CCNA v6.0 ITN - Chapter 03
CCNA v6.0 ITN - Chapter 03
 
CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02
 
CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01
 
VMware vShield - Overview
VMware vShield - OverviewVMware vShield - Overview
VMware vShield - Overview
 
CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 11CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 11
 
CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 9CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 9
 
CCNA RS_NB - Chapter 8
CCNA RS_NB - Chapter 8CCNA RS_NB - Chapter 8
CCNA RS_NB - Chapter 8
 
CCNA RS_NB - Chapter 7
CCNA RS_NB - Chapter 7CCNA RS_NB - Chapter 7
CCNA RS_NB - Chapter 7
 
CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6
 
CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5
 
CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 4CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 4
 
CCNA RS_NB - Chapter 3
CCNA RS_NB - Chapter 3CCNA RS_NB - Chapter 3
CCNA RS_NB - Chapter 3
 
CCNA RS_NB - Chapter 2
CCNA RS_NB - Chapter 2CCNA RS_NB - Chapter 2
CCNA RS_NB - Chapter 2
 

Recently uploaded

DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 

Recently uploaded (20)

DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 

CCNA Discovery 2 - Chapter 9

  • 1. Troubleshooting Working at a Small-to-Medium Business or ISP – Chapter 9 Version 4.1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 1
  • 2. Objectives  Use the OSI model as a framework for troubleshooting network problems.  Identify and correct problems with hardware and operation at Layer 1 and Layer 2.  Troubleshoot IP addressing problems, including subnet mask, host range errors, DHCP and NAT issues.  Identify and correct problems with RIPv2 configuration and implementation.  Explain possible causes of problems occurring with user applications and how to recognize symptoms of DNS failures.  Create a plan to prepare to take the ICND1 examination in order to obtain a CCENT certification. © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 2
  • 3. Troubleshooting Methodologies and Tools  Knowledge of the features, functions and devices of each OSI or TCP/IP layer supports efficient troubleshooting © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 3
  • 4. Troubleshooting Methodologies and Tools Three troubleshooting approaches:  Top-down  Bottom-up  Divide-and-conquer © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 4
  • 5. Troubleshooting Methodologies and Tools Helpful network diagrams:  Physical network topology  Logical network topology © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 5
  • 6. Troubleshooting Methodologies and Tools Additional troubleshooting tools:  Documentation and baseline tools  Management system tools  Knowledge bases  Protocol analyzers © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 6
  • 7. Troubleshooting Methodologies and Tools Hardware troubleshooting tools:  Cable testers  Digital multimeters  Portable network analyzers © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 7
  • 8. Troubleshooting Layer 1 and Layer 2 Issues  Layer 1 problems are related to the type of technology used  Layer 1 problems can result in loss of connectivity or degraded network performance © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 8
  • 9. Troubleshooting Layer 1 and Layer 2 Issues  Layer 2 specifies data format and network access  Network analyzers can diagnose Layer 2 issues © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 9
  • 10. Troubleshooting Layer 1 and Layer 2 Issues  Observe console messages during the boot sequence  Use Cisco IOS CLI show commands to verify operational status  When boot problems cause a network outage, use substitution to restore service © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 10
  • 11. Troubleshooting Layer 1 and Layer 2 Issues Five common bootup errors:  POST failure  Corrupt flash image  Corrupt or missing configuration file  Memory error  Module error © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 11
  • 12. Troubleshooting Layer 1 and Layer 2 Issues Common issues causing up/down or down/down outputs:  Loose or incorrectly terminated cables  Damaged interface or cable  Improper encapsulation configuration © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 12
  • 13. Troubleshooting Layer 1 and Layer 2 Issues Use output from the show interfaces command to help identify media errors:  Excessive noise  Excessive collisions  Excessive runts  Late collisions © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 13
  • 14. Troubleshooting Layer 1 and Layer 2 Issues Troubleshooting LAN connectivity on switches:  Observe port LEDs  Verify cables  Verify configuration  Verify duplex settings © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 14
  • 15. Troubleshooting Layer 1 and Layer 2 Issues Troubleshooting WAN connectivity issues:  Use show interfaces serial output  Know the type of modem or CSU/DSU being used © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 15
  • 16. Troubleshooting Layer 3 IP Addressing Issues  Many Layer 3 problems are due to poorly designed and configured IP addressing schemes  Determine the host range in order to troubleshoot © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 16
  • 17. Troubleshooting Layer 3 IP Addressing Issues Problems resulting from poor Layer 3 planning:  Overlapping subnets  Misconfigured subnet masks  Insufficient addresses available through DHCP © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 17
  • 18. Troubleshooting Layer 3 IP Addressing Issues DHCP issues:  Physical connectivity  Server misconfiguration  Address conflicts © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 18
  • 19. Troubleshooting Layer 3 IP Addressing Issues NAT issues:  Incorrect designation of inside and outside interfaces  Pool misconfiguration  No route to the Internet for translated addresses © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 19
  • 20. Troubleshooting Layer 3 Routing Issues Common routing issues:  Manual route entry errors  Routing protocol configuration errors  Failures at lower OSI layers © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 20
  • 21. Troubleshooting Layer 3 Routing Issues  The routing table indicates connected, dynamic, static and default routes © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 21
  • 22. Troubleshooting Layer 3 Routing Issues Issues related to RIP:  Version mismatch  Incorrect or missing network statements © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 22
  • 23. Troubleshooting Layer 3 IP Addressing Issues Tools for troubleshooting dynamic routing issues:  TCP/IP utilities  Debug commands © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 23
  • 24. Troubleshooting Layer 4 and Upper Layer Issues Traffic filtering issues:  Firewall misconfiguration  Incorrect port assignment © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 24
  • 25. Troubleshooting Layer 4 and Upper Layer Issues  Basic connectivity must be eliminated as the source of the problem  Check with the ISP to ensure that the problem does not lie with the remote network © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 25
  • 26. Troubleshooting Layer 4 and Upper Layer Issues  Upper layer issues can exist even with full network connectivity  Check application configuration with specific problems  Encryption or compression mismatch may be an issue  Make sure browser plug-ins have been updated  If more than one application is affected, a DNS server issue may be the problem © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 26
  • 27. Troubleshooting Layer 4 and Upper Layer Issues  Telnet provides troubleshooting access, but is an insecure protocol  SSH is a more secure method for remote device access © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 27
  • 28. Preparing for Cisco Certification  ICND1 exam (640-822) includes topics on networking fundamentals  Pass ICND1 to achieve CCENT certification © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 28
  • 29. Preparing for Cisco Certification What certification exams measure:  Knowledge: facts recalled from memory  Skills: interacting with Cisco networking devices  Abilities: scenario-based or simulation tasks © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 29
  • 30. Preparing for Cisco Certification  Make the commitment  Create a study plan  Practice test taking © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 30
  • 31. Preparing for Cisco Certification  Visit the testing center  Become familiar with the test format  Use exam tutorials and practice tests  Practice Packet Tracers and labs © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 31
  • 32. Summary  Networking models provide a framework for efficient troubleshooting.  Good troubleshooting involves using a methodology, such as top-down, bottom-up, or divide-and-conquer.  The majority of Layer 3 problems result from poor or incorrect addressing schemes.  Firewall misconfiguration can result in problems with upper layer protocols.  Success on certification tests depends on building knowledge, skills, and abilities. © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 32
  • 33. © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 33