360 likes | 496 Views
CCNA 2 v3.1 Module 7 Distance Vector Routing Protocols. Purpose of This PowerPoint. This PowerPoint primarily consists of the Target Indicators (TIs) of this module in CCNA version 3.1. It was created to give instructors a PowerPoint to take and modify as their own. This PowerPoint is:
E N D
Purpose of This PowerPoint • This PowerPoint primarily consists of the Target Indicators (TIs) of this module in CCNA version 3.1. • 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.
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!
Problem: Routing Loops • Routing loops can occur when inconsistent routing tables are not updated due to slow convergence in a changing network.
RIP Commands • Using router rip and network commands to Enable RIP • Enabling RIP on an IP-addressed network • Monitoring IP packet flow using the show ip protocolcommand • The show ip routecommand
To reduce routing loops and counting to infinity, RIP uses the following: Defininginfinity Split horizon Route poisoning & poison reverse Triggered updates Holddown timers RIP Configuration Issues
Troubleshooting RIP Update Issues • debug ip rip • show ip rip database • show ip protocols {summary} • show ip route • debug ip rip {events} • show ip interface brief
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 administrator can override a static route with dynamic routing information by adjusting the administrative distance values.
IGRP Commands • 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
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
Holddowns, Split horizons, & Poison-reverse updates IGRP Stability Features
Migrating RIP to IGRP • Verify existing routing protocol (RIP) on the routers to be converted. • Configure IGRP on RouterA and RouterB • Enter show ip protocols on RouterA and RouterB • Enter show ip route on RouterA and RouterB
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
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