CCNA 1 Module 11 TCP/IP Transport and Application Layers

Download Report

Transcript CCNA 1 Module 11 TCP/IP Transport and Application Layers

CCNA 2 v3.0 Module 7 Distance Vector Routing Protocols

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

1

Objectives

Distance vector routing

RIP

IGRP

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

Distance vector routing

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

Distance Vector Updates

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

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

Problem: Counting to Infinity

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

Solution: Defining a Maximum for Infinity

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

Solution: Split Horizon

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

Solution: Route Poisoning

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

Solution: Triggered Updates

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

Solution: Holddown Timers

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

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

RIP

Key Characteristics of RIP

© 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

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

Configuring RIP

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

Using the ip classless Command

© 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

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

The show ip protocols Command

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

The show ip route Command

© 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

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

Preventing Routing Updates through an Interface

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

Load Balancing with RIP

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

Administrative Distance

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

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

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

IGRP

IGRP Features

© 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

© 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

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

IGRP Routes: Interior, System, & Exterior

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

IGRP Stability Features

Holddowns, Split horizons, & Poison-reverse updates

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

Configuring IGRP

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

Migrating RIP to IGRP 1.

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

3.

4.

Configure IGRP on RouterA and RouterB Enter show ip protocols and RouterB on RouterA Enter show ip route RouterB on RouterA and

© 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

© 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

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