Chapter 5 IP Routing Routing Sending packets through network from one device to another What must routers know? – Destination address – Neighboring routers.

Slides:



Advertisements
Similar presentations
IP Routing.
Advertisements

Chapter 22 Network Layer: Delivery, Forwarding, and Routing.
Cisco S3 C5 Routing Protocols. Network Design Characteristics Reliable – provides mechanisms for error detection and correction Connectivity – incorporate.
IP Routing.
Copyright 2002 Year 2 - Chapter 5/Cisco 3 - Module 5 Routing Protocols: IGRP By Carl Marandola.
CCNA Guide to Cisco Networking Fundamentals Fourth Edition
SYPCNSA Department2007 Summer Youth Program: Internal Protocols: RIP & IGRP.
CCNA 2 v3.1 Module 6.
CCNA 2 v3.1 Module 7.
Routing and Routing Protocols
Instructor & Todd Lammle
IST 228\Ch5\IP Routing1. 2  Review of Chapter 4 Start the router simulator. You will see the prompt "Router>". This is the user mode prompt. Change the.
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.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Distance Vector Routing Protocols Routing Protocols and Concepts –
Chapter 22 Network Layer: Delivery, Forwarding, and Routing.
Distance Vector Routing Protocols Distance Vector Routing.
Distance Vector Protocols
CISCO NETWORKING ACADEMY Chabot College ELEC IP Routing Protocol Highlights.
Chapter 12 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Read a routing table  Configure a static route 
Introduction to Routing and Routing Protocols By Ashar Anwar.
Chabot College Chapter 5 – Routing Protocols: IGRP Review Questions Semester IIIELEC Semester III ELEC
Distance Vector Routing Protocols W.lilakiatsakun.
Dynamic Routing Protocols  Function(s) of Dynamic Routing Protocols: – Dynamically share information between routers (Discover remote networks). – Automatically.
M. Menelaou CCNA2 DYNAMIC ROUTING. M. Menelaou DYNAMIC ROUTING Dynamic routing protocols can help simplify the life of a network administrator Routing.
Click to edit Master subtitle style Chapter 10: Routing Protocols Instructor:
CCNA Guide to Cisco Networking Chapter 8: Routing Protocols and Network Address Translation.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 7 Distance Vector Routing Protocols.
Routing/Routed Protocols. Remember: A Routed Protocol – defines logical addressing. Most notable example on the test – IP A Routing Protocol – fills the.
1 Routing Protocols and Configuration Instructor: Te-Lung Liu Program Associate Researcher NCHC, South Region Office.
Advantages of Dynamic Routing over Static Routing : Advertise only the directly connected networks. Updates the topology changes dynamically. Administrative.
CN2668 Routers and Switches Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, A+
1 Introducing Routing 1. Dynamic routing - information is learned from other routers, and routing protocols adjust routes automatically. 2. Static routing.
Sybex CCNA Chapter 6: IP Routing Instructor & Todd Lammle.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 6 Routing and Routing Protocols.
Dynamic Routing Chapter 9. powered by DJ 1. C HAPTER O BJECTIVES At the end of this Chapter you will be able to:  Explain Dynamic Routing  Identify.
Introduction to Dynamic Routing Protocol
Routing -2 Dynamic Routing
1 3-Oct-15 Distance Vector Routing CCNA Exploration Semester 2 Chapter 4.
© Wiley Inc All Rights Reserved. CCNA: Cisco Certified Network Associate Study Guide CHAPTER 5: IP Routing.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—-5-1 WAN Connections Routing & Enabling RIP.
Page 110/27/2015 A router ‘knows’ only of networks attached to it directly – unless you configure a static route or use routing protocols Routing protocols.
Chapter 6 IP Routing. Basic information When you configure interface of a node with IP and mask, the node will know the network corresponding to that.
CCNA 2 Week 7 Distance Vector Routing. Copyright © 2005 University of Bolton Topics Distance Vector Protocol Issues RIP IGRP.
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.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts.
1 1-Dec-15 S Ward Abingdon and Witney College Distance Vector Routing CCNA Exploration Semester 2 Chapter 4.
6: Routing Working at a Small to Medium Business.
Routing and Routing Protocols
1 Identifying Static and Dynamic Routes Static Route Uses a route that a network administrator enters into the router manually Dynamic Route Uses a route.
1 Version 3.1 Module 6 Routed & Routing Protocols.
Cisco Systems Networking Academy S2 C 12 Routing Protocols.
Cisco 2 - Routers Perrine modified by Brierley Page 13/21/2016 Chapter 4 Module 6 Routing & Routing Protocols.
Click to edit Master subtitle style Chapter 10: Routing Protocols.
Year 2 - Chapter 5/Cisco 3 - Module 5 Routing Protocols: IGRP.
IP Routing using Packet Tracer Simulator
CCENT Study Guide Chapter 9 IP Routing.
Click to edit Master subtitle style
Routing Loops.
Routing and Routing Protocols: Routing Static
Instructor & Todd Lammle
Distance-Vector Routing Protocols
CCNA 2 v3.1 Module 7 Distance Vector Routing Protocols
Troubleshooting IP Addressing
Routing & Enabling RIP WAN Connections.
Dynamic Routing Protocols part2
Routing and Routing Protocols: Routing Static
Distance Vector Routing Protocols
Distance Vector Routing
Presentation transcript:

Chapter 5 IP Routing

Routing Sending packets through network from one device to another What must routers know? – Destination address – Neighboring routers – Possible routes to remote network – Best route to remote network – How to keep routing information current

IP Routing Process Pages shows steps when Host A pings Host B (lots of steps!)

IP Routing Process (cont.)

IP Routing in Larger Network Figure 5.2 shows diagram of network Table 5.1 shows networks, interfaces, and addresses Then, configure those routers!

IP Routing in Our Network Routing tables keep track of networks If destination is not in routing table, packet is dropped! Must build routing table and keep it current Types of routing – Static – Default – Dynamic

Static Routing Admin manually adds routes to tables No overhead on router CPU, no overhead traffic between routers, very secure Big pain to add routes often, not good for large or changing networks Adding a static route: ip route [destination_network] [mask] [next_hop_address or exitinterface] [administrative_distance] [permanent]

Verify Your Routing Ping from one end router to the other Timeouts are common while routers add to cache Then, connectivity should be quick

Default Routing Only one exit port out of a stub network? Can set a default route Routers Lab_A and Lab_C qualify Need to remove static routes and add one default route

Dynamic Routing Use protocols to automatically update tables Types of routing protocols for Ch. 5: – Routing Information Protocol (RIP) – Interior Gateway Routing Protocol (IGRP) Advanced protocols not covered here: – Enhanced Interior Gateway Routing Protocol (EIGRP) – Open Shortest Path First (OSPF)

Administrative Distances Rate the trustworthiness of routes

Classes of Routing Protocols 1. Distance Vector – Distance is hops to remote network – Vector is direction to remote network – Used by RIP and IGRP 2. Link State and Hybrid – Keeps track of directly attached neighbors, topology of entire network, builds routing tables – OSPF and EIGRP (not covered yet)

Distance-Vector Routing Do you know where RIP has problems?

Distance-Vector Start-up

Distance Vector Convergence

Routing Loops What if Network 5 goes down? Routing tables don’t converge quickly, loops can occur between remote sites

Stopping Routing Loops Maximum hop count – avoids routers sending packets infinite times Split Horizon – routing info cannot be sent back to where it was received Route Poisoning – send immediate message that route is down (don’t wait for normal routing broadcast timer) Holddowns – wait longer than normal before announcing that route is back up

RIP A true distance-vector protocol – Sends updates every 30 seconds on all active interfaces – Only uses hop count Maximum allowable hop count of 15 Good for small networks – Inefficient on large networks or slow WAN links – RIP v1 requires same subnet mask for all devices

RIP RIP Timers – Route update timer – usually 30 seconds – Route invalid timer – no message from router for 90 seconds? Route marked as invalid – Route flush timer – 240 seconds and still no word? Remove route from table

Configure RIP First, remove any static routes. Then, 1. Lab_A(config)# router rip 2. Lab_A(config)# network Lab_A(config)# network Lab_A(config)# ^Z 5. Lab_A#

More RIP Stuff Verifying the RIP Routing Tables – 2621A(config)#sh ip route You don’t want RIP broadcast to Internet – Holding Down RIP Propagation 1. RouterA#config t 2. RouterA(config)#router rip 3. RouterA(config-router)#network RouterA ( config-router)#passive-interface serial 0

Interior Gateway Routing Protocol (IGRP) Cisco-only protocol for larger networks Max hop count of up to 255 Looks at hop count, bandwidth, and delays IGRP timers work on larger networks – Update timers – 90 seconds – Invalid timers – 270 seconds – Holddown timers – 280 seconds – Flush timers – 630 seconds

Configure and Verify IGRP Use same number for routers on same network IGRP Routing (e.g. 10) Lab_A(config)#router igrp 10 Lab_A(config-router)#network Check configurations (pp ) show ip route show protocols show ip protocol debug ip rip debug ip igrp events debug ip igrp transactions