• 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/50

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;

50 Cards in this Set

  • Front
  • Back

ICMP for IPv6

ICMPv6

IPv6's equivalent to ARP

Neighbor Discovery Protocol (NDP)

IPv6's version of RIP

RIPng

IPv6's version of EIGRP

EIGRPv6

IPv6's version of OSPFv2

OSPFv3

IPv6's version of BGP

BGP-4

# of bits in a quartet

16

Unique local first hex digits

FD

Multicast first hex digits

FF

Link-Local first hex digits

FE80

3 seconds of first 64 bits of unique local address

FD


40 bits, unique


16 bits subnet

Reserved block of addresses assigned to a company

global routing prefix

EUI-64 changes 0013.1234.ABCD to

0213.12FF.FE34.ABCD

Set an interface IP address using EUI-64

ipv6 address 2001:DB8:1111:1::/64 eui-64

Command to have interface learn IPv6 address using SLAAC

ipv6 address autoconfig

Global command used to enable ipv6

ipv6 unicast-routing

Multicast to all devices

FF02::1

Multicast to all routers

FF02::2

Multicast to all OSPF

FF02::5

multicast to all OSPF DR

FF02::6

multicast to all EIGRPv6 routers

FF02::A

Show command to see joined multicast groups

show ipv6 interfaces (type) (number)

RFC defined prefix of solicited-node multicast

FF02::1:FF_ _: _ _ _ _ (last 6 match unicast)

Last 6 digits of unicast address matches what address

solicited node multicast

Loopback IPv6 address

::1

Unknown (unspecified) IPv6 address

::

Protocol used to find available routers on the LAN

Router discovery

Function to detect duplicate addressing

DAD - Duplicate Address Detection

Message sent to find all local IPv6 routers

RS - Router solicitation (sent on FF02::2)

How clients learn prefix and length on LAN using NDP

Information sent over Router Advertisement (RA)

IPv6 version of DHCP

DHCPv6

Stateful vs Stateless DHCP

stateless does not track user information in any database

Destination multicast for all DHCP agents

FF02::1:2

Command to enable DHCPv6 relay on an interface

ipv6 dhcp relay destination 2001:DB8:1111:3::8

How does a client learn it's DNS server address

Stateless DHCPv6

Command to show IPv6 neighbors

show ipv6 neighbors

Message sent to find mac address from IPv6 address

NDP node solicitation (NS)

Message sent to learn of default router

NDP RS - router solicitation

What setting is not learned from a DHCPv6 server but instead RS

Default router

Configure a static IPv6 route

ipv6 route 2001:db8:1111:1::/64 s0/0/0 /


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

Configure a static ipv6 route using a link-local next hop address

ipv6 route 2001:db8:1111:1::/64 s0/0/0 FE80::FF:FE:00:1

Command to create a static default IPv6 route


ipv6 route ::/0 s0/0/1


What command must be used on a router using OSPFv3 and IPv6 only

router-id command or loopback

Command to enable OSPFv3 on an interface

ipv6 ospf (processes ID) area (area num)

Setting a passive interface with OSPFv3

OSPF configuration mode


passive-interface (type) (number)

Command used to display details about the OSPF process

show ipv6 ospf

Show command to display details about OSPF interfaces

show ipv6 ospf interface

Show command to display details about LSDB summary

show ipv6 ospf database

Original global unicast range

Begins with 2 or 3000::

Command needed for routers to respond to RS requests on an IPv6 enabled interface

ipv6 unicast-routing