8.2: SLAAC Flashcards
(25 cards)
Not every network has or needs access to a ____. But every device in an IPv6 network needs a GUA
DHCPv6 server
GUA
The ____ enables hosts to create their own unique IPv6 global unicast address without the services of a DHCPv6 server.
SLAAC method
SLAAC is a ____(stateless/stateful) service
stateless
SLAAC uses ____messages to provide addressing and other configuration information that would normally be provided by a DHCP server.
ICMPv6 RA
A host configures its IPv6 address based on the information that is sent in the ____.
RA
RA (router advertisement) messages are sent by an IPv6 router every ___seconds.
200
A host can also send a ___ message requesting that an IPv6-enabled router send the host an RA.
Router Solicitation (RS)
SLAAC can be deployed as ___, or _____.
SLAAC only
SLAAC with DHCPv6
Link-local IPv6 address
fe80::1
GUA
2001:db8:acad:1::1
subnet
2001:db8:acad:1::/64
IPv6 all-nodes group
ff02::1
The SLAAC only method is enabled by default when the ___ command is configured.
ipv6 unicast-routing
True or False
A router can only send an RA messages every 200 seconds.
False
t will also send an RA message if it receives an RS message from a host.
When a client is configured to obtain its addressing information automatically, it sends an RS message to the IPv6 all-routers multicast address of___
ff02::2
IPv6 all-routers group
ff02::2
Ways to generate the remainder 64-bit
Randomly generated
EUI-64
The 64-bit interface ID is ____by the client operating system. This is the method now used by Windows 10 hosts.
randomly generated
The host creates an interface ID using its 48-bit MAC address
EUI-64
SLAAC is a stateless process; therefore, a host has the option to verify that a newly created IPv6 address is unique before ___.
it can be used
The ___ process is used by a host to ensure that the IPv6 GUA is unique.
Duplicate Address Detection (DAD)
DAD is implemented using_____
ICMPv6
To perform DAD, the host sends an ICMPv6 ___ message with a specially constructed multicast address, called a ___
Neighbor Solicitation (NS)
Solicited-node multicast address.
The Solicited-node multicast address duplicates the last ___ of IPv6 address of the host.
24 bits