Basic Router Troubleshooting

Slides:



Advertisements
Similar presentations
IP Routing Static Routing Information management 2 Groep T Leuven – Information department 2/14 The Router Router Interface is a physical.
Advertisements

 WAN uses Serial ports  Ethernet Ports:  Straight through  Cross over.
RIP V1 W.lilakiatsakun.
The subnet /28 has been selected to be further subnetted to support point-to-point serial links. What is the maximum number of serial links.
Chapter 22 Network Layer: Delivery, Forwarding, and Routing.
Ch. 9 – Basic Router Troubleshooting CCNA 2 version 3.0.
1 CCNA 2 v3.1 Module 9. 2 Basic Router Troubleshooting CCNA 2, Module 9.
WXES2106 Network Technology Semester /2005 Chapter 7 TCP/IP Suite Error and Control Messages CCNA2: Module 8, 9.
ROUTING PROTOCOL IGRP. REVIEW 4 Purpose of Router –determine best path to destination –pass the frames to the destination 4 Protocols –routed - used by.
IP ROUTING -1 STATIC ROUTING DEFAULT ROUTING.  A routing protocol is used by routers to dynamically find all the networks in the internetwork and to.
1 16-Aug-15 Static Routing CCNA Exploration Semester 2 Chapter 2.
Introduction to networking (Yarnfield) Introduction to routing.
Each computer and router interface maintains an ARP table for Layer 2 communication The ARP table is only effective for the broadcast domain (or LAN)
M. Menelaou CCNA2 Module 9. M. Menelaou One of the primary functions of a router is to determine the best path to a given destination. A router learns.
2 Frank Mann CCAI-CCNA Module 9: Basic Router Troubleshooting.
1 Routing Introduction to Routing Static Routing.
CCNA – Cisco Certified Network Associates Routing and Static Routes By Roshan Chaudhary Lecturer Islington College.
Building a WAN TDJ3M7 Northview Heights Mr. Zaheer Bhyat.
Basic Router Troubleshooting
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 7 Distance Vector Routing Protocols.
Ch. 9 – Basic Router Troubleshooting CCNA 2 version 3.0 Rick Graziani Cabrillo College.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 9 Basic Router Troubleshooting.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Introduction to Routing and Packet Forwarding Routing Protocols and.
CCNA 2 Week 9 Router Troubleshooting. Copyright © 2005 University of Bolton Topics Routing Table Overview Network Testing Troubleshooting Router Issues.
1 Semester 2 Module 9 Basic Router Troubleshooting Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology.
SW REVERSE JEOPARDY Chapter 1 CCNA2 SW Start-up Routing table Routing table Router parts Router parts Choosing a path Choosing a path Addressing Pot.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 7 Distance Vector Routing Protocols.
© 2002, Cisco Systems, Inc. All rights reserved. 1 Routing Overview.
Sem 2v2 Chapter 13 Troubleshooting the Network. Examples of problems in each layer might include:  Layer 1 - incorrect cable used  Layer 2 - interface.
Chap 13 Network Troubleshooting Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Static Routing Routing Protocols and Concepts – Chapter 2.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.
1 Version 3.1 Module 6 Routed & Routing Protocols.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 9 Basic Router Troubleshooting.
Cisco Systems Networking Academy S2 C 12 Routing Protocols.
+ Routing Concepts 1 st semester Objectives  Describe the primary functions and features of a router.  Explain how routers use information.
1 9-Feb-16 S Ward Abingdon and Witney College Static Routing CCNA Exploration Semester 2 Chapter 2.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.
1 Pertemuan 20 Network Testing. Discussion Topics Introduction to network testing Using a structured approach to troubleshooting Testing by OSI layers.
CHAPTER 6: STATIC ROUTING Static Routing 2 nd semester
1 16-Mar-16 S Ward Abingdon and Witney College RIP v1 Routing CCNA Exploration Semester 2 Chapter 5.
ROUTING AND ROUTING TABLES 2 nd semester
Static Routing CCNA Routing and Switching Semester 2 Chapter 6
Chapter 4: Routing Concepts
Kapitel 19: Routing. Kapitel 21: Routing Protocols
IP Routing using Packet Tracer Simulator
Routing and routing tables
CCNA 2 v3.1 Module 9 Basic Router Troubleshooting
DYNAMIC ROUTING.
Semester 2 JEOPARDY CHAPTERS 12 & 13 REVIEW S2C13 Jeopardy Review.
Routing and Routing Protocols: Routing Static
Chapter 8 The Routing Table: A Closer Look
Chapter 4: Routing Concepts
Routing and routing tables
Chapter 2: Static Routing
Introduction to Networking
CCNA 2 v3.1 Module 6 Routing and Routing Protocols
CCNA 2 v3.1 Module 7 Distance Vector Routing Protocols
Troubleshooting IP Addressing
Chapter 2: Static Routing
Enabling Static Routing
Routing and Routing Protocols: Routing Static
Chapter 2: Static Routing
Routing Protocols and Concepts – Chapter 2
Static Routing 1st semester
Distance Vector Routing Protocols
RIP1.ppt CCNA Exploration Semester 2 Chapter 5
Module 9 Troubleshooting.
Static Routing 2nd semester
Presentation transcript:

Basic Router Troubleshooting Module 9 Basic Router Troubleshooting

The Routing Table and show ip route command Routers build routing tables to: list available routes for forwarding data select the best path to a destination show ip route displays routing table information about all known networks and subnetworks

Example routing table When RTA receives a packet destined for 192.168.4.46, it looks for the prefix 192.168.4.0/24 in its table. RTA then forwards the packet out an interface (Ethernet0) based on the routing table entry. If RTA receives a packet destined for 10.3.21.5, it sends that packet out Serial 0/0.

Example routing table 4 routes – directly connected The router will drop any packet destined for a network not listed in the routing table So what do you do with those packets that this router doesn’t have a route to? . . . . . . . . . . . . . . . . . . . . . . . .

Static routing Dynamic routing Add routes needed by: administrator types them in, so they are: more secure low processor overhead have precise control of path selection Dynamic routing router learns route from other routers, dynamically

Gateway of last resort (default static route) 2 ways to statically configure default routes: ip default network [network number] ip route 0.0.0.0 0.0.0.0 [next-hop interface or exit-interface]

ip default-network

ip route

Routing processes Remember that the IP source and destination do not change in the packet, but the MAC addresses do change. The packet is forwarded based on the MAC address of the next hop. Layer 3 address is always used in routing, but the MAC address has to change because the data is framed as it moves out on the data link layer. Source to destination --- we’re always talking about network addressing

The metric is a value that measures the desirability of a route. Route Metrics Routing protocols use metrics to determine the best route to a destination. The metric is a value that measures the desirability of a route. The smaller the metric number, the better the path.

RIP uses Hop count ONLY M E T R I C S

Route Metrics The more factors that make up a metric, the greater the flexibility to tailor network operations to meet specific needs. By default, IGRP uses the static factors bandwidth and delay to calculate a metric value (so bandwidth and delay can actually be entered by the administrator). IGRP may also be configured to include the dynamic factors, load and reliability, in the metric calculation. Remember, IGRP uses the metric Metric = bandwidth + delay Be sure to do the Interactive Media Activity in 9.1.6

Troubleshooting

Testing by OSI Layers Layer 1 – check obvious first (lights on a NIC) Broken cables Disconnected cables Cables connected to the wrong ports Intermittent cable connection Wrong cables used for the task at hand (must use rollovers, crossover cables, and straight-through cables correctly) Transceiver problems DCE cable problems DTE cable problems Devices turned off

Testing by OSI Layers Layer 2 errors: Improperly configured serial interfaces Improperly configured Ethernet interfaces Improper encapsulation set (HDLC is default for serial interfaces) Improper clockrate settings on serial interfaces Network interface card (NIC) problems

Layer 3 errors: Testing by OSI Layers Routing protocol not enabled Wrong routing protocol enabled Incorrect IP addresses Incorrect subnet masks

ping utility (Layer 3 testing) Maybe the host isn’t available

Telnet application (Layer 7 testing) Actually verifies all seven layers of the OSI If telnet is not working, then that means that there are upper-layer application layer problems.

Show interfaces serial 9.3.1 (error in graphic 1) Interpreting the Show Interfaces Serial Command One of the most important elements of the show interfaces serial command output is the display of the line and data link protocol status. The line status is triggered by a Carrier Detect signal, and refers to the physical layer status. However, the line protocol, triggered by keepalive frames, refers to the data link framing. Know all of these!

Show interfaces Used to discover Layer 1 & Layer 2 problems w/ router When the line is down, the protocol is always down, because there is no useable media for the Layer 2 protocol. If the interface is up and the line protocol is down, a Layer 2 problem exists (no keepalives, no clock rate, encap different) You would never see serial1 is down, line protocol is up

Show ip protocols Shows sources of routing updates The networks being advertised Update timer values Ex. If a network is not being included in the routing updates and should be, an administrator could issue this command to see which networks ARE being advertised

debug Be Careful!!! Debug will give you live, changing information. Therefore it will use processor time that may disrupt normal router operation Especially should not use “debug all”, but be more specific, like debug ip rip (only live info on rip routing ip) To turn off debug, use “undebug all” , or u all