CCNA 2 v 3 1 Module 7 Distance

  • Slides: 45
Download presentation
CCNA 2 v 3. 1 Module 7 Distance Vector Routing Protocols © 2004, Cisco

CCNA 2 v 3. 1 Module 7 Distance Vector Routing Protocols © 2004, Cisco Systems, Inc. All rights reserved. 1

Objectives

Objectives

Distance Vector Updates

Distance Vector Updates

Problem: Routing Loops • Routing loops can occur when inconsistent routing tables are not

Problem: Routing Loops • Routing loops can occur when inconsistent routing tables are not updated due to slow convergence in a changing network.

Problem: Counting to Infinity 3. A sends update to B and D 2. 4.

Problem: Counting to Infinity 3. A sends update to B and D 2. 4. E sends update to A C still unaware of failure, advertises route via B X 5. D updates its routing table to include route from C, and forwards this incorrect information to A. 1. Network fails

Solution: Defining a Maximum for Infinity • The routing protocol permits the routing update

Solution: Defining a Maximum for Infinity • The routing protocol permits the routing update to propagate (loop) until the metric exceeds its maximum allowed value. • In RIP, if the hop count exceeds the maximum of 15 hops the packet is discarded and the network is considered unreachable.

Solution: Split Horizon • Split Horizon is another mechanism used to avoid routing loops.

Solution: Split Horizon • Split Horizon is another mechanism used to avoid routing loops. • Information about routes is prevented from being advertised out the router interface through which the information was received.

Solution: Route Poisoning • Poison Reverse updates are used to overcome large routing loops

Solution: Route Poisoning • Poison Reverse updates are used to overcome large routing loops by sending explicit information when a subnet or network is not accessible. • Sets the hop count for that network to infinity (one more than the maximum). • Advertise it with

Solution: Triggered Updates • Router detects topology change, immediately sends update to adjacent routers

Solution: Triggered Updates • Router detects topology change, immediately sends update to adjacent routers – doesn’t wait for the update timer to expire. • Wave of updates (single route not routing tables) propagates throughout the network. • Ensure all routers know of failed routes before holddown timers expire.

RIP Triggered Updates • Triggered updates can be configured for RIP • int s

RIP Triggered Updates • Triggered updates can be configured for RIP • int s 0 • ip rip triggered • Periodic broadcasts are suppressed on the interface where triggered updates are enabled

Solution: Holddown Timers The count to infinity problem can be avoided by using holddown

Solution: Holddown Timers The count to infinity problem can be avoided by using holddown timers. When the router marks a route inaccessible it starts a holddown timer. if a route with a worse metric is received for a route that is marked as inaccessible ignore it until holddown timer expires (see next slide)

Holddown Timers Update received: network inaccessible, start holddown timer Update received: network accessible again

Holddown Timers Update received: network inaccessible, start holddown timer Update received: network accessible again Is update from same Yes Network accessibl neighbor? No Ignore update, Wait until holddown timer expires No Different neighbor, better metric? e, remove holddow Yes n timer

Key Characteristics of RIP

Key Characteristics of RIP

RIP Two versions of RIP: Two 1. RIP v 1: Classful routing protocol §

RIP Two versions of RIP: Two 1. RIP v 1: Classful routing protocol § Does not include subnet masks in updates 2. RIP v 2: Classless routing protocol § § § Carry additional packet routing information. Authentication mechanism to secure table updates. Supports variable length subnet masking (VLSM). 30 secs. RIP updates occur every ____ 15. The maximum number of hops in a path is ____ RIP implements split horizon and holddown mechanisms.

RIP Commands • We will now cover the following in more detail • Using

RIP Commands • We will now cover the following in more detail • Using router rip to enable and start RIP • Use the network commands to seed the routing table • Monitoring IP packet flow using the show ip protocol command • Displaying the routing table using the show ip route command

Configuring RIP

Configuring RIP

Using the ip classless Command I know some 10. 0/24 subnets, but not 10.

Using the ip classless Command I know some 10. 0/24 subnets, but not 10. 2. 2. 0/24 So packet is dropped

IP Classless • A router by default assumes that all subnets of a directly

IP Classless • A router by default assumes that all subnets of a directly connected network should be present in the routing table. • If a packet is received with an unknown destination address within an unknown subnet of a directly attached network, the router assumes that the subnet does not exist. So the router will drop the packet even if there is a default route. • Configuring ip classless on the router resolves this problem by allowing the router to ignore the classful boundaries of the networks in its routing table and simply route to the default route.

RIP Configuration Issues • To reduce routing loops and counting to infinity, RIP uses

RIP Configuration Issues • To reduce routing loops and counting to infinity, RIP uses the following: Defining infinity Split horizon Route poisoning & poison reverse Triggered updates Holddown timers

Preventing Routing Updates through an Interface

Preventing Routing Updates through an Interface

The show ip protocols Command

The show ip protocols Command

The show ip route Command

The show ip route Command

Typical RIP configuration errors: • incorrect network statement • discontiguous subnets (bad planning) –

Typical RIP configuration errors: • incorrect network statement • discontiguous subnets (bad planning) – can result in wrong route being advertised • split horizons

Troubleshooting RIP Update Issues • debug ip rip • show ip rip database –

Troubleshooting RIP Update Issues • debug ip rip • show ip rip database – Displays summary address entries in the RIP routing database • show ip protocols {summary} • show ip route – shows routing table • debug ip rip {events} – send and receive info • show ip interface brief – summarized information on protocols per interface

Debug Router RIP

Debug Router RIP

Load Balancing with RIP Here each path is considered equal by RIP metric (2

Load Balancing with RIP Here each path is considered equal by RIP metric (2 hops)

RIP Load Balancing Load balancing allows a router to simultaneously use multiple paths to

RIP Load Balancing Load balancing allows a router to simultaneously use multiple paths to a destination. RIP can load balance over 6 equal-cost paths, (default 4 paths). Router(config-router)# maximum-paths 5 RIP performs what is referred to as “round robin” load balancing: § § § per-packet If process switching is enabled, paths alternate on a ______ basis. per-destination If fast switching is enabled, paths alternate on a ________ basis.

Administrative Distance

Administrative Distance

Integrating Static Route with RIP • Static routes are user-defined routes • A router

Integrating Static Route with RIP • Static routes are user-defined routes • A router running RIP can receive a default route via an update from another router running RIP. • Another option is for the router to generate the default route itself. • The administrator can override a static route with dynamic routing information by adjusting the administrative distance values. – The default administrative distance for RIP is 120 –By default the administrative distance of a static route is 1 –and that of a directly connected link is 0 (most desirable). • Static routes are not normally distributed but distribution can be enabled Router(config) router rip Router(config-router)# redistribute static

Floating Static Route • A backup route that takes over if the original route

Floating Static Route • A backup route that takes over if the original route fails • A route that has an AD of 130 will not be used until the RIP route with an AD of 120 is not available.

IGRP • Interior Gateway Routing Protocol is a DV protocol proprietary to Cisco. •

IGRP • Interior Gateway Routing Protocol is a DV protocol proprietary to Cisco. • IGRP sends routing updates at 90 second intervals, advertising networks for a particular AS. • Key design characteristics of IGRP are a follows: • The versatility to automatically handle indefinite, complex topologies • The flexibility as it has multiple metric which can handle different bandwidth and delay characteristics • Scalable to large networks (max TTL 255)

IGRP Features

IGRP Features

IGRP Commands • Configure using the –router igrp and network commands • The show

IGRP Commands • Configure using the –router igrp and network commands • The show ip protocol command – For monitoring IP packet flow – Displays parameters including metric values K 1 to K 5. K 1= bandwidth, K 3= delay. • The show ip interfaces command • The show ip route command –Shows the actual metric values for each specific route • The debug ip igrp command

IGRP Metrics • Bandwidth – The lowest bandwidth value in the path • Delay

IGRP Metrics • Bandwidth – The lowest bandwidth value in the path • Delay – The cumulative interface delay along the path • Reliability – The reliability on the link towards the destination as determined by the exchange of keepalives • Load – The load on a link towards the destination based on bits per second • MTU – Maximum Transmission Unit for the path

IGRP Routes: Interior, System, & Exterior

IGRP Routes: Interior, System, & Exterior

 • Interior – Routes between subnets of a network attached to a router

• Interior – Routes between subnets of a network attached to a router interface. – If the network is not subnetted, IGRP does not advertise them. • Exterior – Routes to networks outside AS. – Used to identify default gateway. – Different routers may choose different routes as the gateway of last resort. • System –Routes to networks within the AS. –Derived from directly connected interfaces and information from other IGRP-speaking devices. –Do not include subnet information.

IGRP Stability Features • Holddowns, Split horizons, & Poison-reverse updates • With IGRP, poison

IGRP Stability Features • Holddowns, Split horizons, & Poison-reverse updates • With IGRP, poison reverse updates are sent only if a route metric has increased by a factor of 1. 1 or greater.

Show IP Protocols

Show IP Protocols

Show IP Protocols IGRP default timer values Router# show ip protocols Routing protocol is

Show IP Protocols IGRP default timer values Router# show ip protocols Routing protocol is “IGRP 101” Sending updates every 90 seconds, next due in 51 seconds Invalid after 270 seconds, holddown 280 seconds, flushed after 630 seconds < output omitted > How long to wait in the absence of specific How frequently routing updates before declaring a route invalid update messages (Default: 3 x U) should be sent Time before a route is Amount of time for which information flushed from the routing table about poorer routes is ignored (Default: 7 x U) 3 x U + 10)

Configuring IGRP

Configuring IGRP

Migrating RIP to IGRP

Migrating RIP to IGRP

Migrating RIP to IGRP Consider this network on which RIP is already running: 192.

Migrating RIP to IGRP Consider this network on which RIP is already running: 192. 168. 1. 0/24 A# show ip route < output omitted C 192. 168. 1. 0/24 C 192. 168. 2. 0/24 R 192. 168. 3. 0/24 A 192. 168. 2. 0/24 B 192. 168. 3. 0/24 Next update > is directly connected, Fast. Ethernet 0/0 is directly connected, Serial 0/0 [120/1] via 192. 168. 2. 2, 00: 29, Serial 0/0 IGRP is then configured on both routers, example: A(config)# router igrp 101 A(config-router)# network 192. 168. 1. 0 A(config-router)# network 192. 168. 2. 0 Once A has received an IGRP update from B: A# show ip route < output omitted C 192. 168. 1. 0/24 C 192. 168. 2. 0/24 I 192. 168. 3. 0/24 > is directly connected, Fast. Ethernet 0/0 is directly connected, Serial 0/0 [100/80135] via 192. 168. 2. 2, 00: 69, Serial 0/0 AD and metric

Verifying IGRP Configuration • Some commands for checking IGRP configuration are as follows: show

Verifying IGRP Configuration • Some commands for checking IGRP configuration are as follows: show interface show running-config interface show running-config | begin igrp show ip protocols

Troubleshooting IGRP • The following commands are useful when troubleshooting IGRP: show ip protocols

Troubleshooting IGRP • The following commands are useful when troubleshooting IGRP: show ip protocols {summary} show ip route debug ip igrp events IGRP protocol events debug ip igrp transactions IGRP protocol transactions ping traceroute

Summary

Summary