CCNA 1 Module 11 TCP/IP Transport and Application Layers

Download Report

Transcript CCNA 1 Module 11 TCP/IP Transport and Application Layers

CCNA 2 v3.0 Module 9
Basic Router Troubleshooting
© 2003, Cisco Systems, Inc. All rights reserved.
1
Objectives
• Examining the routing table
• Network testing
• Troubleshooting router issues
© 2003, Cisco Systems, Inc. All rights reserved.
2
The show ip route Command
The show ip route command displays the
contents of the IP routing table.
© 2003, Cisco Systems, Inc. All rights reserved.
3
Static Routing
© 2003, Cisco Systems, Inc. All rights reserved.
4
Dynamic Routing
© 2003, Cisco Systems, Inc. All rights reserved.
5
Default Route
© 2003, Cisco Systems, Inc. All rights reserved.
6
Configuring a Default Route
• The ip default-network command
establishes a default route in networks
using dynamic routing protocols.
Router(config-router)#ip
default-network network-number
• Creating an ip route to 0.0.0.0/0 is
another way to configure a default route.
Router(config)#ip route 0.0.0.0
0.0.0.0 [next-hop-ip-address |
exit-interface]
© 2003, Cisco Systems, Inc. All rights reserved.
7
Determining Route Source and
Destination
© 2003, Cisco Systems, Inc. All rights reserved.
8
Determining L2 and L3 Addresses
© 2003, Cisco Systems, Inc. All rights reserved.
9
Determining Administrative Distance
© 2003, Cisco Systems, Inc. All rights reserved.
10
Determining the Route Metric
Routing protocols use metrics to
determine the best route to a destination.
© 2003, Cisco Systems, Inc. All rights reserved.
11
Determining the Route Next Hop
• Destination/next hop associations tell a
router that a particular destination can be
reached optimally by sending the packet
to a particular router.
© 2003, Cisco Systems, Inc. All rights reserved.
12
Determining the Last Routing Update
• Use the following commands to find the
last routing update:
show ip route
show ip route network
show ip protocols
show ip rip database
© 2003, Cisco Systems, Inc. All rights reserved.
13
Observing Multiple Paths to a
Destination
• Some routing protocols support multiple
paths to the same destination.
• Unlike single path algorithms, these multipath algorithms permit traffic over multiple
lines, provide better throughput, and are
more reliable.
© 2003, Cisco Systems, Inc. All rights reserved.
14
Introduction to Network Testing
© 2003, Cisco Systems, Inc. All rights reserved.
15
Structured Approach to
Troubleshooting
© 2003, Cisco Systems, Inc. All rights reserved.
16
Typical Layer 1 Errors
• Broken cables
• Disconnected cables
• Cables connected to the
wrong ports
• Intermittent cable connection
• Wrong cables used for the
task at hand
• Transceiver problems
• DCE cable problems
• DTE cable problems
• Devices turned off
© 2003, Cisco Systems, Inc. All rights reserved.
17
Typical Layer 2 Errors
• Improperly configured serial
interfaces
• Improperly configured
Ethernet interfaces
• Improper encapsulation set
• Improper clock rate settings
on serial interfaces
• Network interface card (NIC)
problems
© 2003, Cisco Systems, Inc. All rights reserved.
18
Typical Layer 3 Errors
• Routing protocol not enabled
• Wrong routing protocol
enabled
• Incorrect IP addresses
• Incorrect subnet masks
© 2003, Cisco Systems, Inc. All rights reserved.
19
Layer 1 Problems in a Network
© 2003, Cisco Systems, Inc. All rights reserved.
20
Layer 3 Troubleshooting
Using Ping
© 2003, Cisco Systems, Inc. All rights reserved.
21
Layer 7 Troubleshooting
Using Telnet
© 2003, Cisco Systems, Inc. All rights reserved.
22
Troubleshooting Layer 1
Using show interfaces Command
The show interfaces serial command
© 2003, Cisco Systems, Inc. All rights reserved.
23
Troubleshooting Layer 2
Using show interfaces Command
© 2003, Cisco Systems, Inc. All rights reserved.
24
Troubleshooting Using show cdp
neighbors Command
© 2003, Cisco Systems, Inc. All rights reserved.
25
Troubleshooting Using show cdp
neighbors detail Command
© 2003, Cisco Systems, Inc. All rights reserved.
26
Troubleshooting Using traceroute
Command
© 2003, Cisco Systems, Inc. All rights reserved.
27
Troubleshooting Routing Issues
The show ip route Command
© 2003, Cisco Systems, Inc. All rights reserved.
28
Troubleshooting Routing Issues
The show ip protocols Command
© 2003, Cisco Systems, Inc. All rights reserved.
29
Troubleshooting Using show
controllers serial Command
The show controllers serial Command
© 2003, Cisco Systems, Inc. All rights reserved.
30
Introduction to debug
Debug syntax
© 2003, Cisco Systems, Inc. All rights reserved.
31