+ All Categories
Home > Documents > 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router...

1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router...

Date post: 13-Dec-2015
Category:
Upload: alexander-smith
View: 217 times
Download: 2 times
Share this document with a friend
Popular Tags:
33
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting
Transcript
Page 1: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

1© 2003, Cisco Systems, Inc. All rights reserved.

CCNA 2 v3.0 Module 9 Basic Router Troubleshooting

Page 2: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

444© 2003, Cisco Systems, Inc. All rights reserved.

Objectives

• Examining the routing table

• Network testing

• Troubleshooting router issues

Page 3: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

555© 2003, Cisco Systems, Inc. All rights reserved.

Examining the routing table

Page 4: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

666© 2003, Cisco Systems, Inc. All rights reserved.

The show ip route Command

The show ip route command displays the contents of the IP routing table.

Page 5: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

777© 2003, Cisco Systems, Inc. All rights reserved.

Static Routing

Page 6: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

888© 2003, Cisco Systems, Inc. All rights reserved.

Dynamic Routing

Page 7: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

999© 2003, Cisco Systems, Inc. All rights reserved.

Default Route

Page 8: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

101010© 2003, Cisco Systems, Inc. All rights reserved.

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]

Page 9: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

111111© 2003, Cisco Systems, Inc. All rights reserved.

Determining Route Source and Destination

Page 10: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

121212© 2003, Cisco Systems, Inc. All rights reserved.

Determining L2 and L3 Addresses

Page 11: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

131313© 2003, Cisco Systems, Inc. All rights reserved.

Determining Administrative Distance

Page 12: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

141414© 2003, Cisco Systems, Inc. All rights reserved.

Determining the Route Metric

Routing protocols use metrics to determine the best route to a destination.

Page 13: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

151515© 2003, Cisco Systems, Inc. All rights reserved.

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.

Page 14: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

161616© 2003, Cisco Systems, Inc. All rights reserved.

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

Page 15: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

171717© 2003, Cisco Systems, Inc. All rights reserved.

Observing Multiple Paths to a Destination

• Some routing protocols support multiple paths to the same destination.

• Unlike single path algorithms, these multi-path algorithms permit traffic over multiple lines, provide better throughput, and are more reliable.

Page 16: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

181818© 2003, Cisco Systems, Inc. All rights reserved.

Network testing

Page 17: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

191919© 2003, Cisco Systems, Inc. All rights reserved.

Introduction to Network Testing

Page 18: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

202020© 2003, Cisco Systems, Inc. All rights reserved.

Structured Approach to Troubleshooting

Page 19: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

212121© 2003, Cisco Systems, Inc. All rights reserved.

• 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

Typical Layer 1 Errors

Page 20: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

222222© 2003, Cisco Systems, Inc. All rights reserved.

• Improperly configured serial interfaces

• Improperly configured Ethernet interfaces

• Improper encapsulation set • Improper clock rate settings

on serial interfaces • Network interface card (NIC)

problems

Typical Layer 2 Errors

Page 21: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

232323© 2003, Cisco Systems, Inc. All rights reserved.

• Routing protocol not enabled

• Wrong routing protocol enabled

• Incorrect IP addresses

• Incorrect subnet masks

Typical Layer 3 Errors

Page 22: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

252525© 2003, Cisco Systems, Inc. All rights reserved.

Layer 3 Troubleshooting Using Ping

Page 23: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

262626© 2003, Cisco Systems, Inc. All rights reserved.

Layer 7 Troubleshooting Using Telnet

Page 24: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

272727© 2003, Cisco Systems, Inc. All rights reserved.

Troubleshooting router issues

Page 25: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

282828© 2003, Cisco Systems, Inc. All rights reserved.

Troubleshooting Layer 1 Using show interfaces Command

The show interfaces serial command

Page 26: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

292929© 2003, Cisco Systems, Inc. All rights reserved.

Troubleshooting Layer 2 Using show interfaces Command

Page 27: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

303030© 2003, Cisco Systems, Inc. All rights reserved.

Troubleshooting Using show cdp neighbors Command

Page 28: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

313131© 2003, Cisco Systems, Inc. All rights reserved.

Troubleshooting Using show cdp neighbors detail Command

Page 29: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

323232© 2003, Cisco Systems, Inc. All rights reserved.

Troubleshooting Using traceroute Command

Page 30: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

333333© 2003, Cisco Systems, Inc. All rights reserved.

Troubleshooting Routing Issues

The show ip route Command

Page 31: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

343434© 2003, Cisco Systems, Inc. All rights reserved.

Troubleshooting Routing Issues

The show ip protocols Command

Page 32: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

353535© 2003, Cisco Systems, Inc. All rights reserved.

Troubleshooting Using show controllers serial Command

The show controllers serial Command

Page 33: 1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.

363636© 2003, Cisco Systems, Inc. All rights reserved.

Introduction to debug

Debug syntax


Recommended