chapter 5 05 mod

Upload: dawit-a

Post on 07-Apr-2018

225 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/6/2019 Chapter 5 05 Mod

    1/30

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

    Distance vector routing

    RIP

    IGRP

  • 8/6/2019 Chapter 5 05 Mod

    2/30

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

    Distance Vector Updates

  • 8/6/2019 Chapter 5 05 Mod

    3/30

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

    Problem: Routing Loops

    Routing loops can occur when inconsistent routingtables are not updated due to slow convergence in achanging network.

  • 8/6/2019 Chapter 5 05 Mod

    4/30

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

    Problem: Counting to Infinity

  • 8/6/2019 Chapter 5 05 Mod

    5/30

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

    Solution: Defining a Maximum forInfinity

  • 8/6/2019 Chapter 5 05 Mod

    6/30

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

    Solution: Split Horizon

  • 8/6/2019 Chapter 5 05 Mod

    7/30

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

    Solution: Route Poisoning

  • 8/6/2019 Chapter 5 05 Mod

    8/30

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

    Solution: Triggered Updates

  • 8/6/2019 Chapter 5 05 Mod

    9/30

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

    Solution: Holddown Timers

  • 8/6/2019 Chapter 5 05 Mod

    10/30

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

    RIP Routing Process

    Open standard version of RIP has evolved over the years from a Classful

    Routing Protocol, RIP Version 1 (RIP v1), to a Classless Routing Protocol,

    RIP Version 2 (RIP v2). RIP v2 enhancements include:

    Ability to carry additional packet routing information.

    Authentication mechanism to secure table updates.

    Supports variable length subnet masking (VLSM).

  • 8/6/2019 Chapter 5 05 Mod

    11/30

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

    Configuring RIP

    router rip

    Network X.y.z.w

    IP RIP triggered

  • 8/6/2019 Chapter 5 05 Mod

    12/30

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

    Configuring RIP (Contd)

  • 8/6/2019 Chapter 5 05 Mod

    13/30

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

    Using the ip classless Command

    Destination network and Router A Fa0/1 and Fa0/2 are in the same IP major

    network

    A B

  • 8/6/2019 Chapter 5 05 Mod

    14/30

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

    RIP Configuration Issues

    To avoid routing loops and counting to infinity, RIPuses the following:

    Defining infinity (Route marked as unreachable)

    Split horizon (Prevent reverse route)

    Route poisoning & poison reverse

    Triggered updates (Speed up Convergence)Hold-down timers

  • 8/6/2019 Chapter 5 05 Mod

    15/30

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

    The show ip protocols Command

  • 8/6/2019 Chapter 5 05 Mod

    16/30

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

    The show ip route Command

  • 8/6/2019 Chapter 5 05 Mod

    17/30

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

    Troubleshooting RIP Update Issues

    debug ip rip

    show ip protocols

    show ip route rip

    show ip interface

    Show running-config

    ping

    traceroute

  • 8/6/2019 Chapter 5 05 Mod

    18/30

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

    Preventing Routing Updates throughan Interface

  • 8/6/2019 Chapter 5 05 Mod

    19/30

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

    RIP V2 Overview

    All of the operational procedures, timers, and stability functions ofRIP v1 remain the same in RIP v2, with the exception of thebroadcast updates

  • 8/6/2019 Chapter 5 05 Mod

    20/30

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

    Basic RIP V2 Configuration

    When RIP is first enabled on a Cisco router, the router listens for version1 and 2 updates but sends only version 1. To take advantage of version 2features, it is necessary to turn off version 1 support and enable version 2updates with the following command:

  • 8/6/2019 Chapter 5 05 Mod

    21/30

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

    Compatibility with RIP V1

    RFC 1723 defines a compatibility switch with four settings,

    which allows versions 1 and 2 to interoperate:

    1. RIP v1, in which only RIP v1 messages are transmitted

    2. RIP v1 Compatibility, which causes RIP v2 to broadcast its

    messages instead of multicast them so that RIP v1 may

    receive them

    3. RIP v2, in which RIP v2 messages are multicast to

    destination address 224.0.0.9

    4. None, in which no updates are sent

  • 8/6/2019 Chapter 5 05 Mod

    22/30

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

    Compatibility with RIP V1(Contd)

  • 8/6/2019 Chapter 5 05 Mod

    23/30

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

    IGRP Features

    By default, the IGRP routing protocol uses bandwidth and delay as metrics.

    Additionally, IGRP can be configured to use a combination of variables to

    determine a composite metric.

  • 8/6/2019 Chapter 5 05 Mod

    24/30

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

    IGRP Commands

    Using router igrp and networkcommands to enable IGRP

    Enabling IGRP on an IP-addressed

    network

    Monitoring IP packet flow using the showip protocol command

    The show ip interfaces command

    The show ip route command

    The debug ip rip command

  • 8/6/2019 Chapter 5 05 Mod

    25/30

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

    IGRP Metrics

    Bandwidth The lowest bandwidth valuein the path

    Delay The cumulative interface delayalong the path

    Reliability The reliability on the linktowards the destination as determined by

    the exchange of keepalives Load The load on a link towards the

    destination based on bits per second

  • 8/6/2019 Chapter 5 05 Mod

    26/30

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

    IGRP Stability Features

    Holddowns, Split horizons, & Poison-reverseupdates

  • 8/6/2019 Chapter 5 05 Mod

    27/30

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

    Configuring IGRP

  • 8/6/2019 Chapter 5 05 Mod

    28/30

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

    Migrating RIP to IGRP

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

    2. Configure IGRP on RouterA and RouterB

    3. Entershow ip protocolson RouterAand RouterB

    4. Entershow ip route on RouterA andRouterB

  • 8/6/2019 Chapter 5 05 Mod

    29/30

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

    Verifying IGRP Configuration

    Some commands for checking IGRPconfiguration are as follows:

    show interface interface

    show running-config

    show running-config interfaceinterface

    show running-config | begin interface

    interface

    show running-config | begin igrp

    show ip protocols

  • 8/6/2019 Chapter 5 05 Mod

    30/30

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

    Troubleshooting IGRP

    The following commands are useful whentroubleshooting IGRP:

    show ip protocols {summary}show ip route

    debug ip igrp

    debug ip igrp transactions

    ping

    traceroute