+ All Categories
Home > Documents > CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... ·...

CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... ·...

Date post: 24-Mar-2021
Category:
Upload: others
View: 5 times
Download: 0 times
Share this document with a friend
33
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 9 Basic Router Troubleshooting
Transcript
Page 1: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

CCNA 2 Module 9 Basic Router Troubleshooting

Page 2: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Purpose of This PowerPoint

• This PowerPoint primarily consists of the Target Indicators (TIs) of this module in CCNA version 3.0.

• It was created to give instructors a PowerPoint to take and modify as their own.

• This PowerPoint is:

NOT a study guide for the module final assessment.

NOT a study guide for the CCNA certification exam.

• Please report any mistakes you find in this PowerPoint by using the Academy Connection Help link.

Page 3: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

To Locate Instructional Resource Materials on Academy Connection:

• Go to the Community FTP Center to locate materials created by the instructor community

• Go to the Tools section

• Go to the Alpha Preview section

• Go to the Community link under Resources

• See the resources available on the Class home page for classes you are offering

• Search http://www.cisco.com

• Contact your parent academy!

Page 4: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Objectives

• Examining the routing table

• Network testing

• Troubleshooting router issues

Page 5: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

5 5 5 © 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 6: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Static Routing

Page 7: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Dynamic Routing

Page 8: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Default Route

Page 9: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

9 9 9 © 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 10: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Determining Route Source and Destination

Page 11: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Determining L2 and L3 Addresses

Page 12: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Determining Administrative Distance

Page 13: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Determining the Route Metric

Routing protocols use metrics to

determine the best route to a destination.

Page 14: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

14 14 14 © 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 15: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

15 15 15 © 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 16: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

16 16 16 © 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 17: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Introduction to Network Testing

Page 18: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Structured Approach to Troubleshooting

Page 19: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

19 19 19 © 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: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

20 20 20 © 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: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

21 21 21 © 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: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Layer 1 Problems in a Network

Page 23: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Layer 3 Troubleshooting Using Ping

Page 24: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Layer 7 Troubleshooting Using Telnet

Page 25: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Troubleshooting Layer 1 Using show interfaces Command

The show interfaces serial command

Page 26: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Troubleshooting Layer 2 Using show interfaces Command

Page 27: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Troubleshooting Using show cdp neighbors Command

Page 28: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Troubleshooting Using show cdp neighbors detail Command

Page 29: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Troubleshooting Using traceroute Command

Page 30: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Troubleshooting Routing Issues

The show ip route Command

Page 31: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Troubleshooting Routing Issues

The show ip protocols Command

Page 32: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Troubleshooting Using show controllers serial Command

The show controllers serial Command

Page 33: CCNA 2 Module 9 Basic Router Troubleshootingcontents.kocw.net/KOCW/document/2016/wonkwang/... · 2017. 1. 23. · •The ip default-network command establishes a default route in

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

Introduction to debug

Debug syntax


Recommended