33
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 7 Distance Vector Routing Protocols

Ccna2v3 mod07

Embed Size (px)

DESCRIPTION

Ccna2 & concept explained easily

Citation preview

Page 1: Ccna2v3 mod07

1© 2003, Cisco Systems, Inc. All rights reserved.

CCNA 2 v3.0 Module 7 Distance Vector Routing

Protocols

Page 2: Ccna2v3 mod07

222© 2003, Cisco Systems, Inc. All rights reserved.

Purpose of This PowerPoint

• This PowerPoint primarily consists of the Target Indicators (TIs) of this module in CCNA version 3.0.

• 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.

Page 3: Ccna2v3 mod07

333© 2003, Cisco Systems, Inc. All rights reserved.

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!

Page 4: Ccna2v3 mod07

444© 2003, Cisco Systems, Inc. All rights reserved.

Objectives

• Distance vector routing

• RIP

• IGRP

Page 5: Ccna2v3 mod07

555© 2003, Cisco Systems, Inc. All rights reserved.

Distance Vector Updates

Page 6: Ccna2v3 mod07

666© 2003, Cisco Systems, Inc. All rights reserved.

Problem: Routing Loops

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

Page 7: Ccna2v3 mod07

777© 2003, Cisco Systems, Inc. All rights reserved.

Problem: Counting to Infinity

Page 8: Ccna2v3 mod07

888© 2003, Cisco Systems, Inc. All rights reserved.

Solution: Defining a Maximum for Infinity

Page 9: Ccna2v3 mod07

999© 2003, Cisco Systems, Inc. All rights reserved.

Solution: Split Horizon

Page 10: Ccna2v3 mod07

101010© 2003, Cisco Systems, Inc. All rights reserved.

Solution: Route Poisoning

Page 11: Ccna2v3 mod07

111111© 2003, Cisco Systems, Inc. All rights reserved.

Solution: Triggered Updates

Page 12: Ccna2v3 mod07

121212© 2003, Cisco Systems, Inc. All rights reserved.

Solution: Holddown Timers

Page 13: Ccna2v3 mod07

131313© 2003, Cisco Systems, Inc. All rights reserved.

Key Characteristics of RIP

Page 14: Ccna2v3 mod07

141414© 2003, Cisco Systems, Inc. All rights reserved.

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 protocol command

• The show ip route command

Page 15: Ccna2v3 mod07

151515© 2003, Cisco Systems, Inc. All rights reserved.

Configuring RIP

Page 16: Ccna2v3 mod07

161616© 2003, Cisco Systems, Inc. All rights reserved.

Using the ip classless Command

Page 17: Ccna2v3 mod07

171717© 2003, Cisco Systems, Inc. All rights reserved.

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

Page 18: Ccna2v3 mod07

181818© 2003, Cisco Systems, Inc. All rights reserved.

The show ip protocols Command

Page 19: Ccna2v3 mod07

191919© 2003, Cisco Systems, Inc. All rights reserved.

The show ip route Command

Page 20: Ccna2v3 mod07

202020© 2003, Cisco Systems, Inc. All rights reserved.

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

Page 21: Ccna2v3 mod07

212121© 2003, Cisco Systems, Inc. All rights reserved.

Preventing Routing Updates through an Interface

Page 22: Ccna2v3 mod07

222222© 2003, Cisco Systems, Inc. All rights reserved.

Load Balancing with RIP

Page 23: Ccna2v3 mod07

232323© 2003, Cisco Systems, Inc. All rights reserved.

Administrative Distance

Page 24: Ccna2v3 mod07

242424© 2003, Cisco Systems, Inc. All rights reserved.

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.

Page 25: Ccna2v3 mod07

252525© 2003, Cisco Systems, Inc. All rights reserved.

IGRP Features

Page 26: Ccna2v3 mod07

262626© 2003, Cisco Systems, Inc. All rights reserved.

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

Page 27: Ccna2v3 mod07

272727© 2003, Cisco Systems, Inc. All rights reserved.

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

Page 28: Ccna2v3 mod07

282828© 2003, Cisco Systems, Inc. All rights reserved.

IGRP Routes: Interior, System, & Exterior

Page 29: Ccna2v3 mod07

292929© 2003, Cisco Systems, Inc. All rights reserved.

IGRP Stability Features

• Holddowns, Split horizons, & Poison-reverse updates

Page 30: Ccna2v3 mod07

303030© 2003, Cisco Systems, Inc. All rights reserved.

Configuring IGRP

Page 31: Ccna2v3 mod07

313131© 2003, Cisco Systems, Inc. All rights reserved.

Migrating RIP to IGRP

1. Verify existing routing protocol (RIP) on the routers to be converted.

2. Configure IGRP on RouterA and RouterB

3. Enter show ip protocols on RouterA and RouterB

4. Enter show ip route on RouterA and RouterB

Page 32: Ccna2v3 mod07

323232© 2003, Cisco Systems, Inc. All rights reserved.

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

Page 33: Ccna2v3 mod07

333333© 2003, Cisco Systems, Inc. All rights reserved.

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