• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/9

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

9 Cards in this Set

  • Front
  • Back

Three options for configuring static route

1. Outgoing interface


ipv6 route 2001:DB8:1111:2::/64 Ser0/0/0




2. Next-hop IPv6 primary unicast address


ipv6 route 2001:DB8:1111:2::/64 2001:DB8:1111:4::1




3. Next-hop IPv6 link-local unicast address


ipv6 route 2001:DB8:1111:2::/64 Ser0/0/0 FE80::FF:FE00:1

Verification of static routes

show ipv6 route static


show ipv6 route [DestinationIP]

configure static default route

ipv6 route ::/0 Ser0/0/1

What type of routing protocol is OSPFv3

Link-state

Define the terms LSA and LSDB

LSA = link state advertisement


LSDB = link state database




LSAs are exchanged by neighbors to share the contents of their LSDBs




The point at which all the routers in an internetwork have the same LSDB is called convergence

OSPFv3 global configuration

ipv6 unicast-routing


ipv6 router ospf 1


router-id 1.1.1.1




(notice there is no network command)

OSPFv3 interface configuration

Interface Ser0/0/0


ipv6 address 2001:DB8:1111:4::1/64


ipv6 ospf1 area 0

OSPFv3 show commands

show ipv6 ospf


show ipv6 protocols


show ipv6 ospf interface


show ipv6 ospf interface brief


show ipv6 ospf neighbor


show ipv6 ospf database


show ipv6 route ospf

command structure of next hop link local unicast static route

ipv6 route [destSubnet][/mask] [outgoing interface] [link-local next hop interface]


ipv6 route 2001:DB8:1111:2::/64 Ser0/0/0 FE80::FF:FE00:1