Copyright 2003 CCNA 2 Chapter 16 Distance Vector Routing Protocols By Your Name
Copyright 2003 Objectives Distance vector routing RIP IGRP
Copyright 2003 Distance Vector Updates
Copyright 2003 RIP Configuration Issues To reduce routing loops and counting to infinity, RIP uses the following: –Counting to infinity –Split horizon –Poison reverse –Holddown counters –Triggered updates
Copyright 2003 Problem: Routing Loops #1
Copyright 2003 Problem: Routing Loops #2 Looping to Infinity
Copyright 2003 Problem: Routing Loops #3 Solution: Defining a Maximum
Copyright 2003 Problem: Routing Loops #4 Solution: Split Horizon
Copyright 2003 Triggered Updates Triggered update is sent immediately in response to some change in the routing table
Copyright 2003 Problem: Routing Loops #5 Solution: Holddown Timers
Copyright 2003 RIP
Copyright 2003 RIP Using router rip and network commands to Enable RIP Enabling RIP on an IP-addressed network Monitoring IP packet flow using the show ip protocol command The show ip route command
Copyright 2003 Originally defined in RFC Key characteristics include the following: –A distance vector routing protocol. –Hop count is the metric for path selection. –If the hop count exceeds 15, the packet is discarded. –By default, routing updates are broadcast every 30 seconds. Key Elements of RIP
Copyright 2003 RIP Configuration
Copyright 2003 RIP Configuration Example
Copyright 2003 IP Classless IP classless only affects the operation of the forwarding processes in Cisco IOS Software; it does not affect the way the routing table is built. When this feature is disabled, any packets received that are destined for a subnet that numerically falls within the routers subnetwork addressing scheme are discarded.
Copyright 2003 The show ip route Command
Copyright 2003 The show ip protocol Command
Copyright 2003 The show ip interfaces Command
Copyright 2003 The show ip route Command
Copyright 2003 The debug ip rip Command
Copyright 2003 Load Balancing with RIP Load balancing is a concept that allows a router to take advantage of multiple best paths to a given destination.
Copyright 2003 Administrative Distance
Copyright 2003 Integrating Static Route with RIP 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 static routes can be removed using the no ip route global configuration command. The administrator can override a static route with dynamic routing information by adjusting the administrative distance values.
Copyright 2003 IGRP
Copyright 2003 IGRP Using router igrp and network commands to enable IGRP Enabling IGRP on an IP-addressed network Monitoring IP packet flow using the show ip protocol command The show ip interfaces command The show ip route command The debug ip rip command
Copyright 2003 Key Features of IGRP
Copyright 2003 The show ip protocol Command
Copyright 2003 The show ip interfaces Command
Copyright 2003 The show ip route Command
Copyright 2003 IGRP Routes IGRP advertises three types of routes: –Interior –System –Exterior
Copyright 2003 IGRP Stability Features IGRP has a number of features that are designed to enhance its stability, such as the following: –Holddowns –Split horizons –Poison-reverse updates
Copyright 2003 Using router igrp and network Commands
Copyright 2003 IGRP Configuration Example
Copyright 2003 Migrating RIP to IGRP
Copyright 2003 Verifying IGRP Configuration Some commands for checking IGRP configuration are as follows: show interface interface show running-config show running-config interface interface show running-config | begin interface interface show running-config | begin igrp show ip protocols
Copyright 2003 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