rs instructorppt chapter8

Upload: ingjaab-mikrotik

Post on 03-Jun-2018

228 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/12/2019 RS InstructorPPT Chapter8

    1/60

    2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1

    Chapter 8: Single-Area

    OSPF

    Routing Protocols

  • 8/12/2019 RS InstructorPPT Chapter8

    2/60

    Presentation_ID 2 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Chapter 8

    8.1 Characteristics of OSPF

    8.2 Configuring Single-area OSPFv2

    8.3 Configure Single-area OSPFv3

  • 8/12/2019 RS InstructorPPT Chapter8

    3/60

    Presentation_ID 3 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Chapter 8: Objectives

  • 8/12/2019 RS InstructorPPT Chapter8

    4/60

    Presentation_ID 4 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    8.1 Characteristics of OSPF

  • 8/12/2019 RS InstructorPPT Chapter8

    5/60

    Presentation_ID 5 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Open Shortest Path First

    Evolution of OSPF

    Interior Gateway Protocols

    1988

    1989updated in

    2008

  • 8/12/2019 RS InstructorPPT Chapter8

    6/60

    Presentation_ID 6 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Open Shortest Path First

    Features of OSPF

  • 8/12/2019 RS InstructorPPT Chapter8

    7/60Presentation_ID 7 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Open Shortest Path First

    Components of OSPF

  • 8/12/2019 RS InstructorPPT Chapter8

    8/60Presentation_ID 8 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Open Shortest Path First

    Components of OSPF

    OSPF Routers Exchange Packets - These packets areused to discover neighboring routers and also toexchange routing information to maintain accurateinformation about the network.

  • 8/12/2019 RS InstructorPPT Chapter8

    9/60Presentation_ID 9 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Open Shortest Path First

    Link-State Operation

    If a neighbor is present,

    the OSPF-enabledrouter attempts toestablish a neighboradjacency with thatneighbor

  • 8/12/2019 RS InstructorPPT Chapter8

    10/60Presentation_ID 10 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Open Shortest Path First

    Link-State Operation

    LSAs contain thestate and cost of eachdirectly connectedlink.

    Routers flood theirLSAs to adjacentneighbors.

    Adjacent neighborsreceiving the LSA

    immediately flood theLSA to other directlyconnected neighbors,until all routers in thearea have all LSAs.

  • 8/12/2019 RS InstructorPPT Chapter8

    11/60Presentation_ID 11 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Open Shortest Path First

    Link-State Operation

    Build the topologytable based on thereceived LSAs.

    This database

    eventually holds allthe information aboutthe topology of thenetwork.

    Execute the SPF

    Algorithm.

  • 8/12/2019 RS InstructorPPT Chapter8

    12/60Presentation_ID 12 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Open Shortest Path First

    Link-State Operation

    From the SPF tree,the best paths areinserted into the

    routing table.

  • 8/12/2019 RS InstructorPPT Chapter8

    13/60Presentation_ID 13 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Open Shortest Path First

    Single-area and Multiarea OSPF

  • 8/12/2019 RS InstructorPPT Chapter8

    14/60Presentation_ID 14 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Open Shortest Path First

    Single-area and Multiarea OSPF

  • 8/12/2019 RS InstructorPPT Chapter8

    15/60Presentation_ID 15 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Messages

    Encapsulating OSPF Messages

  • 8/12/2019 RS InstructorPPT Chapter8

    16/60Presentation_ID 16 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Messages

    Types of OSPF Packets

  • 8/12/2019 RS InstructorPPT Chapter8

    17/60Presentation_ID 17 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Messages

    Hello Packet

    OSPF Type 1 packet = Hello packet

    Discover OSPF neighbors and establishneighbor adjacencies

    Advertise parameters on which two routersmust agree to become neighbors

    Elect the Designated Router (DR) andBackup Designated Router (BDR) onmultiaccess networks like Ethernet and

    Frame Relay

  • 8/12/2019 RS InstructorPPT Chapter8

    18/60Presentation_ID 18 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Messages

    Hello Packet

  • 8/12/2019 RS InstructorPPT Chapter8

    19/60Presentation_ID 19 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Messages

    Hello Packet Intervals

    OSPF Hello packets are transmitted To 224.0.0.5 in IPv4 and FF02::5 in IPv6 (all OSPF

    routers) Every 10 seconds (default on multiaccess and point-to-

    point networks) Every 30 seconds (default on non-broadcast

    multiaccess [NBMA] networks) Dead interval is the period that the router waits to

    receive a Hello packet before declaring the neighbordown

    Router floods the LSDB with information about downneighbors out all OSPF enabled interfaces

    Ciscos default is 4 times the Hello interval

  • 8/12/2019 RS InstructorPPT Chapter8

    20/60Presentation_ID 20 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Messages

    Link-State Updates

  • 8/12/2019 RS InstructorPPT Chapter8

    21/60Presentation_ID 21 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Operation

    OSPF Operational States

    When an OSPF router isinitially connected to anetwork, it attempts to: Create adjacencies

    with neighbors Exchange routing

    information Calculate the best

    routes Reach convergence OSPF progresses

    through several stateswhile attempting toreach convergence.

  • 8/12/2019 RS InstructorPPT Chapter8

    22/60Presentation_ID 22 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Operation

    Establish Neighbor Adjacencies

  • 8/12/2019 RS InstructorPPT Chapter8

    23/60

  • 8/12/2019 RS InstructorPPT Chapter8

    24/60Presentation_ID 24 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Operation

    OSPF DR and BDR

  • 8/12/2019 RS InstructorPPT Chapter8

    25/60

    Presentation_ID 25 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Operation

    Synchronizing OSPF Database

  • 8/12/2019 RS InstructorPPT Chapter8

    26/60

    Presentation_ID 26 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Operation

    Synchronizing OSPF Database

  • 8/12/2019 RS InstructorPPT Chapter8

    27/60

    Presentation_ID 27 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    8.2 Configuring Single-area OSPFv2

  • 8/12/2019 RS InstructorPPT Chapter8

    28/60

    Presentation_ID 28 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Router ID

    OSPF Network Topology

  • 8/12/2019 RS InstructorPPT Chapter8

    29/60

    Presentation_ID 29 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Router ID

    Router IDs

  • 8/12/2019 RS InstructorPPT Chapter8

    30/60

    Presentation_ID 30 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Configure Single-area OSPFv2

    The network Command

  • 8/12/2019 RS InstructorPPT Chapter8

    31/60

    Presentation_ID 31 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Configure Single-area OSPFv2

    Configuring Passive Interfaces

    Use thepassive-interface routerconfiguration mode command to prevent the

    transmission of routing messages through arouter interface, but still allow that network tobe advertised to other routers.

  • 8/12/2019 RS InstructorPPT Chapter8

    32/60

    Presentation_ID 32 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Cost

    OSPF Metric = Cost

    Cost = reference bandwidth / interface bandwidth(default reference bandwidth is 10^8)Cost = 100,000,000 bps / interface bandwidth in bps

  • 8/12/2019 RS InstructorPPT Chapter8

    33/60

  • 8/12/2019 RS InstructorPPT Chapter8

    34/60

    Presentation_ID 34 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Cost

    Adjusting the Reference Bandwidth

    Use thecommand - auto-cost reference-bandwidth Must be configured on every router in the OSPF domain Notice that the value is expressed in Mb/s:

    Gigabit Ethernet -auto-cost reference-bandwidth 100010 Gigabit Ethernet -auto-cost reference-bandwidth 10000

  • 8/12/2019 RS InstructorPPT Chapter8

    35/60

    Presentation_ID 35 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Cost

    Default Interface Bandwidths

    On Cisco routers, the default bandwidth on most serial interfaces is set to1.544 Mb/s

  • 8/12/2019 RS InstructorPPT Chapter8

    36/60

    Presentation_ID 36 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Cost

    Adjusting the Interface Bandwidths

  • 8/12/2019 RS InstructorPPT Chapter8

    37/60

    Presentation_ID 37 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Cost

    Manually Setting the OSPF Cost

    Both thebandwidth interface command and theip ospf cost interfacecommand achieve the same result, which is to provide an accuratevalue for use by OSPF in determining the best route.

  • 8/12/2019 RS InstructorPPT Chapter8

    38/60

    Presentation_ID 38 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Verify OSPF

    Verify OSPF Neighbors

    Verify that the router has formed an adjacency withits neighboring routers

  • 8/12/2019 RS InstructorPPT Chapter8

    39/60

    Presentation_ID 39 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Verify OSPF

    Verify OSPF Protocol Settings

  • 8/12/2019 RS InstructorPPT Chapter8

    40/60

    Presentation_ID 40 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Verify OSPF

    Verify OSPF Interface Settings

  • 8/12/2019 RS InstructorPPT Chapter8

    41/60

    Presentation_ID 41 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Configuring Single-area OSPFv3

  • 8/12/2019 RS InstructorPPT Chapter8

    42/60

    Presentation_ID 42 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPFv2 vs. OSPFv3

    OSPFv3

  • 8/12/2019 RS InstructorPPT Chapter8

    43/60

    Presentation_ID 43 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPFv2 vs. OSPFv3

    Similarities Between OSPFv2 to OSPFv3

  • 8/12/2019 RS InstructorPPT Chapter8

    44/60

    Presentation_ID 44 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPFv2 vs. OSPFv3

    Differences Between OSPFv2 to OSPFv3

  • 8/12/2019 RS InstructorPPT Chapter8

    45/60

    Presentation_ID 45 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPFv2 vs. OSPFv3

    Link-Local Addresses

    FF02::5 address is the all OSPF router addressFF02::6 is the DR/BDR multicast address

  • 8/12/2019 RS InstructorPPT Chapter8

    46/60

    Presentation_ID 46 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Configuring OSFPv3

    OSPFv3 Network Topology

  • 8/12/2019 RS InstructorPPT Chapter8

    47/60

    Presentation_ID 47 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Configuring OSFPv3

    Link-Local

    Addresses

    Link-local addresses are automatically created when an IPv6 global unicastaddress is assigned to the interface (required).

    Global unicast addresses are not required. Cisco routers create the link-local address using FE80::/10 prefix and the

    EUI-64 process unless the router is configured manually,

    EUI-64 involves using the 48-bit Ethernet MAC address, inserting FFFE inthe middle and flipping the seventh bit. For serial interfaces, Cisco uses theMAC address of an Ethernet interface.

    Notice in the figure that all three interfaces are using the same link-localaddress.

  • 8/12/2019 RS InstructorPPT Chapter8

    48/60

    Presentation_ID 48 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Configuring OSFPv3

    Assigning Link-Local Addresses

    Configuring the link-local addressprovides the abilityto create anaddress that is

    recognizable andeasier to remember

  • 8/12/2019 RS InstructorPPT Chapter8

    49/60

    Presentation_ID 49 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Configuring OSFPv3

    Configuring the OSPFv3 Router ID

  • 8/12/2019 RS InstructorPPT Chapter8

    50/60

    Presentation_ID 50 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Configuring OSFPv3

    Configuring the OSPFv3 Router ID

  • 8/12/2019 RS InstructorPPT Chapter8

    51/60

    Presentation_ID 51 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Configuring OSFPv3

    Modifying an OSPFv3 Router ID

  • 8/12/2019 RS InstructorPPT Chapter8

    52/60

    Presentation_ID 52 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    OSPF Configuring OSFPv3

    Enabling OSPFv3 on Interfaces

    Instead of using thenetwork router configuration modecommand to specify matching interface addresses,OSPFv3 is configured directly on the interface.

  • 8/12/2019 RS InstructorPPT Chapter8

    53/60

    Presentation_ID 53 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Verify OSPFv3

    Verify OSPFv3 Neighbors/Protocol Settings

  • 8/12/2019 RS InstructorPPT Chapter8

    54/60

    Presentation_ID 54 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Verify OSPFv3

    Verify OSPFv3 Interfaces

  • 8/12/2019 RS InstructorPPT Chapter8

    55/60

    Presentation_ID 55 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Verify OSPFv3

    Verify IPv6 Routing Table

  • 8/12/2019 RS InstructorPPT Chapter8

    56/60

    Presentation_ID 56 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Chapter 8: Summary

    OSPF: For IPv4 is OSPFv2

    For IPv6 is OSPFv3

    Classless, link-state routing protocol with a default administrative

    distance of 110, and is denoted in the routing table with a routesource code of O

    OSPFv2 is enabled with therouter ospfprocess-id globalconfiguration mode command. Theprocess-id value is locallysignificant, which means that it does not need to match other OSPF

    routers to establish adjacencies with those neighbors. Network command uses the wildcard-mask value which is the

    inverse of the subnet mask, and the area-id value

  • 8/12/2019 RS InstructorPPT Chapter8

    57/60

    Presentation_ID 57 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Chapter 8: Summary

    OSPF:

    By default, OSPF Hello packets are sent every 10 seconds onmultiaccess and point-to-point segments and every 30 seconds onNBMA segments (Frame Relay, X.25, ATM), and are used by OSPFto establish neighbor adjacencies. The Dead interval is four times theHello interval, by default.

    For routers to become adjacent, their Hello interval, Dead interval,network types, and subnet masks must match. Use theshow ip ospfneighborscommand to verify OSPF adjacencies.

    In a multiaccess network, OSPF elects a DR to act as collection and

    distribution point for LSAs sent and received. A BDR is elected toassume the role of the DR should the DR fail. All other routers areknown as DROTHERs. All routers send their LSAs to the DR, whichthen floods the LSA to all other routers in the multiaccess network.

  • 8/12/2019 RS InstructorPPT Chapter8

    58/60

    Presentation_ID 58 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Chapter 8: Summary

    OSPF: In multiaccess networks, the router with the highest router ID is the

    DR, and the router with the second highest router ID is the BDR. Thiscan be superseded by theip ospfpriority command on thatinterface. The router with the highest priority value is the DR, and

    next-highest the BDR. Theshow ip protocols command is used to verify important OSPF

    configuration information, including the OSPF process ID, the routerID, and the networks the router is advertising.

    OSPFv3 is enabled on an interface and not under router

    configuration mode. OSPFv3 needs link-local addresses to beconfigured. IPv6 Unicast routing must be enabled for OSPFv3. A 32-bit router-ID is required before an interface can be enabled forOSPFv3.

  • 8/12/2019 RS InstructorPPT Chapter8

    59/60

    Presentation_ID 59 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

    Chapter 8: Summary

    OSPF:

    Theshow ip protocols command is used to verify importantOSPFv2 configuration information, including the OSPF process ID,the router ID, and the networks the router is advertising.

    OSPFv3

    Enabled on an interface and not under router configurationmode

    Needs link-local addresses to be configured. IPv6

    Unicast routing must be enabled for OSPFv3

    32-bit router-ID is required before an interface can be enabledfor OSPFv3

    show ipv6 protocols command is a quick way to verifyconfiguration information (OSPF process ID, the router ID, andthe interfaces enabled for OSPFv3)

  • 8/12/2019 RS InstructorPPT Chapter8

    60/60