2. IPv6 Routing Protocols

Embed Size (px)

Citation preview

  • 8/10/2019 2. IPv6 Routing Protocols

    1/43

    IPv6 Routing Protocols

  • 8/10/2019 2. IPv6 Routing Protocols

    2/43

    H c vi n m n Bch Khoa - www.bkacad.com

    IPv6 Routing Protocols

    IPv6 routing types: Static RIPng (RFC 2080) OSPFv3 (RFC 2740) IS-IS for IPv6

    MP-BGP4 (RFC 2545/2858) EIGRP for IPv6

    ipv6 unicast-routing command is required toenable IPv6 before any routing protocol configured.

  • 8/10/2019 2. IPv6 Routing Protocols

    3/43

    Hc vin mng Bch Khoa - www.bkacad.com

    IPv6 StaticRoute

  • 8/10/2019 2. IPv6 Routing Protocols

    4/43

    IPv6 Static Route

    H c vi n m n Bch Khoa - www.bkacad.com

    Router(config)# ipv6 route ipv6-prefix/ipv6-mask { ipv6-address | exit-intf }

    Displaying IPv6 RoutesRouter#show ipv6 route

  • 8/10/2019 2. IPv6 Routing Protocols

    5/43

    Configure a Next-hop Static IPv6 Route

    H c vi n m n Bch Khoa - www.bkacad.com

  • 8/10/2019 2. IPv6 Routing Protocols

    6/43

    Configure Directly Connected Static IPv6 Route

    H c vi n m n Bch Khoa - www.bkacad.com

  • 8/10/2019 2. IPv6 Routing Protocols

    7/43

    Configure a Fully Specified Static IPv6 Route

    H c vi n m n Bch Khoa - www.bkacad.com

  • 8/10/2019 2. IPv6 Routing Protocols

    8/43

    Default Static IPv6 Route

    H c vi n m n Bch Khoa - www.bkacad.com

    Router(config)# ipv6 route ::/0 { ipv6-

    address | interface-type interface-number[ ipv6-address ]} [ administrative-distance ]

  • 8/10/2019 2. IPv6 Routing Protocols

    9/43Hc vin mng Bch Khoa - www.bkacad.com

    RIPng

  • 8/10/2019 2. IPv6 Routing Protocols

    10/43H c vi n m n Bch Khoa - www.bkacad.com

    RIPng

    Same as IPv4: Distance-vector, radius of 15 hops, split-horizon,and poison reverse

    Based on RIPv2 Updated features for IPv6:

    IPv6 prefix, next-hop IPv6 address Uses the multicast group FF02::9, the all-rip-

    routers multicast group, as the destination addressfor RIP updates Uses IPv6 for transport Named RIPng

  • 8/10/2019 2. IPv6 Routing Protocols

    11/43

    Configuring RIPng

    R1(config)# ipv6 router rip RIP-AS

  • 8/10/2019 2. IPv6 Routing Protocols

    12/43

    Verifying Route on R1

    H c vi n m n Bch Khoa - www.bkacad.com

  • 8/10/2019 2. IPv6 Routing Protocols

    13/43Hc vin mng Bch Khoa - www.bkacad.com

    EIGRP forIPv6

  • 8/10/2019 2. IPv6 Routing Protocols

    14/43

    EIGRP for IPv6

    Hc vin mng Bch Khoa - Website: www.bkacad.com 14

    EIGRP for IPv4 vs. IPv6

  • 8/10/2019 2. IPv6 Routing Protocols

    15/43

    Comparing EIGRP for IPv4 and IPv6

    Hc vin mng Bch Khoa - Website: www.bkacad.com 15

  • 8/10/2019 2. IPv6 Routing Protocols

    16/43

    IPv6 Link-local Addresses

    Hc vin mng Bch Khoa - Website: www.bkacad.com 16

  • 8/10/2019 2. IPv6 Routing Protocols

    17/43

    Configuring EIGRP for IPv6

    Hc vin mng Bch Khoa - Website: www.bkacad.com 17

  • 8/10/2019 2. IPv6 Routing Protocols

    18/43

    Configuring the EIGRP for IPv6 Routing Process

    Hc vin mng Bch Khoa - Website: www.bkacad.com 18

    Router(config)# ipv6 router eigrp autonomous-system

    Ex : Router(config)# ipv6 router eigrp 2

  • 8/10/2019 2. IPv6 Routing Protocols

    19/43

    Enable EIGRP for IPv6 on an interface

    Hc vin mng Bch Khoa - Website: www.bkacad.com 19

    Router(config-if)# ipv6 eigrp autonomous-system

  • 8/10/2019 2. IPv6 Routing Protocols

    20/43

    Verifying EIGRP for IPv6: Examining Neighbors

    Hc vin mng Bch Khoa - Website: www.bkacad.com 20

  • 8/10/2019 2. IPv6 Routing Protocols

    21/43

    show ip protocols Command

    Hc vin mng Bch Khoa - Website: www.bkacad.com 21

  • 8/10/2019 2. IPv6 Routing Protocols

    22/43

    Examining R1s IPv6 routing table

    Hc vin mng Bch Khoa - Website: www.bkacad.com 22

  • 8/10/2019 2. IPv6 Routing Protocols

    23/43

    Hc vin mng Bch Khoa - www.bkacad.com

    OSPFv3

  • 8/10/2019 2. IPv6 Routing Protocols

    24/43H c vi n m n Bch Khoa - www.bkacad.com

    OSPF Version 3 (OSPFv3) (RFC 2740)

    Similar to OSPFv2 for IPv4: Same mechanisms, but a major rewrite of theinternals of the protocol

    Updated features for IPv6: Every IPv4-specific semantic is removed Carry IPv6 addresses Link-local addresses used as source IPv6 transport

    OSPF for IPv6 is currently an IETF proposedstandard

  • 8/10/2019 2. IPv6 Routing Protocols

    25/43

    OSPFv2 vs. OSPFv3 Data Structures

    Hc vin mng Bch Khoa - Website: www.bkacad.com 25

  • 8/10/2019 2. IPv6 Routing Protocols

    26/43

    Differences Between OSPFv2 and OSPFv3

    Hc vin mng Bch Khoa - Website: www.bkacad.com 26

  • 8/10/2019 2. IPv6 Routing Protocols

    27/43

    Similarities Between OSPFv2 to OSPFv3

    Hc vin mng Bch Khoa - Website: www.bkacad.com 27

  • 8/10/2019 2. IPv6 Routing Protocols

    28/43

    Link-Local Addresses

    Hc vin mng Bch Khoa - Website: www.bkacad.com 28

  • 8/10/2019 2. IPv6 Routing Protocols

    29/43

    OSPFv3 Network Topology

    Hc vin mng Bch Khoa - Website: www.bkacad.com 29

  • 8/10/2019 2. IPv6 Routing Protocols

    30/43

    Steps to configure OSPFv3

    Hc vin mng Bch Khoa - Website: www.bkacad.com 30

  • 8/10/2019 2. IPv6 Routing Protocols

    31/43

    Configuring the OSPFv3 Router ID

    Router(config)# ipv6 unicast-routing

    Router(config)# ipv6 router ospf 10

    Router(config-router)# router-id 1.1.1.1

    Hc vin mng Bch Khoa - Website: www.bkacad.com 31

  • 8/10/2019 2. IPv6 Routing Protocols

    32/43

    Enabling OSPFv3 on Interfaces

    Hc vin mng Bch Khoa - Website: www.bkacad.com 32

    Step Command or Action Purpose

    1Router(config)#interface typenumber Specifies an interface type and number, andplaces the router in interface configuration

    mode.

    2

    Router(config-if)#ipv6 addressaddress/prefix-length [eui-64]

    Configures an IPv6 address for an interfaceand enables IPv6 processing on the interface.The eui-64 parameter forces the router tocomplete the addresses low -order 64-bits by

    using an EUI-64 interface ID.

    3Router(config-if)#ipv6 ospf

    process-id area area-id [instanceinstance-id ]

    Enables OSPF for IPv6 on an interface.

    4Router(config-if)#router ospf

    priority priority number Priority number is used in the designatedrouter election.

    5Router(config-if)#router ospf costcost

    The cost of sending a packet on the interface,expressed in the link state metric.

    R1(config)# interface Gi0/0

    R1(config)# ipv6 ospf 10 area 0

    R1(config)# interface s0/0/0

    R1(config)# ipv6 ospf 10 area 0

  • 8/10/2019 2. IPv6 Routing Protocols

    33/43

    Verify OSPFv3 Neighbors

    Hc vin mng Bch Khoa - Website: www.bkacad.com 33

  • 8/10/2019 2. IPv6 Routing Protocols

    34/43

    Verify the IPv6 Routing Table

    Hc vin mng Bch Khoa - Website: www.bkacad.com 34

  • 8/10/2019 2. IPv6 Routing Protocols

    35/43

    Configuring Multiarea OSPFv3

    Hc vin mng Bch Khoa - Website: www.bkacad.com 35

  • 8/10/2019 2. IPv6 Routing Protocols

    36/43

    H c vi n m n Bch Khoa - www.bkacad.com

    LSA Overview

    LSA FunctionCode LSA Type

    Router-LSA 1 Ox2001

    Network-LSA 2 Ox2002

    Inter-Area-Prefix-LXA 3 Ox2003

    Inter-Area-Router-LSA 4 Ox2004

    AS-External-LSA 5 Ox4005

    Group-Membership-LSA 6 Ox2006Type-7-LSA 7 Ox2007

    Link-LSA 8 Ox2008

    Intra-Area-Prefix-LSA 9 Ox2009New

    Renamed

  • 8/10/2019 2. IPv6 Routing Protocols

    37/43

    H c vi n m n Bch Khoa - www.bkacad.com

    Larger Address Space Enables Address Aggregation

    Aggregation of prefixes announced in the global routingtable

    Efficient and scalable routing

    Improved bandwidth and functionality for user traffic

  • 8/10/2019 2. IPv6 Routing Protocols

    38/43

    OSPFv3 Multi-Area Topology

    Hc vin mng Bch Khoa - Website: www.bkacad.com 38

  • 8/10/2019 2. IPv6 Routing Protocols

    39/43

    H c vi n m n Bch Khoa - www.bkacad.com

    Configure OSPFv3 on R1

  • 8/10/2019 2. IPv6 Routing Protocols

    40/43

    Verify Multiarea OSPFv3

    Hc vin mng Bch Khoa - Website: www.bkacad.com 40

  • 8/10/2019 2. IPv6 Routing Protocols

    41/43

    Verify Multiarea OSPFv3 (conn)

    Hc vin mng Bch Khoa - Website: www.bkacad.com 41

  • 8/10/2019 2. IPv6 Routing Protocols

    42/43

    H c vi n m n Bch Khoa - www.bkacad.com

    Summary

    RIP, EIGRP, IS-IS, BGP, and OSPF support IPv6. OSPFv3 is OSPF for IPv6. Most of the algorithms of OSPFv2 are the same in

    OSPFv3.

    There are two new LSAs in IPv6: LSA type 8 and LSAtype 9. The router LSA and the network LSA do notcarry IPv6 addresses.

    Configuring OSPFv3 requires knowledge of IPv6. There are Cisco IOS software configuration

    commands for OSPFv3 to support all of thecapabilities of OSPFv3.

    Numerous OSPFv3 IOS show commands support theverification of OSPFv3 configurations.

  • 8/10/2019 2. IPv6 Routing Protocols

    43/43