Ch31-Implementing IPv6 on Hosts Flashcards

1
Q

A protocol that is part of the IPv6 protocol suite, used to discover and exchange information about devices on the same subnet. In particular, it replaces the IPv4 ARP protocol

A

Neighbor Discovery Protocol (NDP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A message defined by the IPv6 Neighbor Discovery Protocol, used by routers to announce their willingness to act as an IPv6 router on a link.

A

Router Advertisement (RA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A message defined by the IPv6 Neighbor Discovery Protocol, used to ask any routers on the link to reply, identifying the router, plus other configuration settings (prefix and prefix length)

A

Router Solicitation (RS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A message defined by the IPv6 Neighbor Discovery Protocol, used to declare to other neighbors a host’s MAC address.

A

Neighbor Advertisement (NA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A message defined by the IPv6 Neighbor Discovery Protocol, used to ask a neighbor to reply with a message listing the neighbor’s MAC address

A

Neighbor Solicitation (NS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A feature of IPv6 in which a host or router can be assigned an IPv6 unicast address without the need for a stateful DHCP server

A

Stateless Address Autoconfiguration (SLAAC)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A term used in IPv6 to refer to how hosts first check whether another host is using a unicast address before the hosts begins using that address

A

Duplicate Address Detection (DAD)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The IPv6 equivalent of the IPv4 ARP table, listing IPv6 addresses of hosts on the same link, along with their matching MAC addresses, as typically learned using Neighbor Discovery Protocol

A

ipv6 neighbor table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A term used in IPv6, describing a DHCP service that doesn’t lease IPv6 addresses to clients, or track their IPv6 addresses or client identifiers, but may provide other useful information, such as the clients DNS server settings

A

stateless DHCPv6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A term used in IPv6, describing a DHCP service that keeps track of which clients have been lease associated IPv6 addresses

A

stateful DHCPv6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Command reference: Interface subcommand that enables the IPv6 DHCP relay agent

A

ipv6 dhcp relay destination address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Command reference: Lists the router’s IPv6 neighbor table

A

show ipv6 neighbors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Command reference: Lists any neighboring routers that advertised themselves via an NDP RA message

A

show ipv6 routers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What command produced the following output:

A

show ipv6 neighbors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What command is used to enable a router interface to act as a DHCP relay agent?

A

ipv6 dhcp relay destination dhcpv6-server-address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

List four functions in which NDP plays a major role

A

Router discovery

SLAAC

Neighbor MAC discovery (solicitation/like ARP)

Duplicate address detection

17
Q

Router solicitation messages are sent to this multicast address

A

all-routers multicast FF02:2

18
Q

Unsolictited router advertisement messages (RA) are sent to this multicast address

A

all-nodes, FF02::1

19
Q

What addresses are solicited router advertisement messages are sent to?

A

Unicast address of solicitor

all-nodes FF02::1

20
Q

An IPv6 host needs to send data to a host on the same link, but does not know that hosts link-layer (MAC) address. IPv4 hosts would ARP for that information. An IPv6 host will instead send a neighbor solicitation message (NS) instead. To what local-scope address will the NS message be sent?

A

The solicited node multicast address of the target (FF02::1:FFxx:xxxx, where xx:xxxx are the last 6 hex digits of the destination unicast address).

21
Q

An IPv6 host sends a router solicitation to locate it’s default router. What will be returned in the router advertisement?

A

Link-local address of the default router for the link

22
Q

How does a SLAAC host determine its prefix and prefix length?

A

Solicit router; router advertisement contains the prefix/prefix length for the link.

23
Q

What particular information would a client learn from a stateful DHCP server? What would it need to learn from some other source?

A

Stateful DHCPv6:

Unicast address

prefix/prefix length

DNS server

NDP process:

default router

24
Q

Describe the events in the SLAAC process

A
  1. learn link prefix via NDP RS+RA
  2. calculate interface ID (EUI-64, random)
  3. Perform DAD via NS+NA prior to using address