LOGBOOK

HELP

Quiz Entry - updated: 2026.07.14

What are the three methods for dynamic IPv6 GUA configuration?

SLAAC (host builds its own GUA from the RA prefix), SLAAC + stateless DHCPv6 (self-built address, DHCPv6 supplies DNS/etc.), and stateful DHCPv6 (server assigns the address). The RA's M/O flags select which.

RA M/O flags select SLAAC, SLAAC+stateless DHCPv6, or stateful DHCPv6

* How the RA's M and O flags steer a host to each of the three addressing methods. *

Three Methods for Dynamic IPv6 GUA Assignment:

Method Address From Other Info From
SLAAC Self-generated (prefix from RA) RA message
SLAAC + Stateless DHCPv6 Self-generated DHCPv6 server
Stateful DHCPv6 DHCPv6 server DHCPv6 server

Method 1: SLAAC (Stateless Address Autoconfiguration)

  • Host creates own GUA using prefix from Router Advertisement (RA)
  • No DHCPv6 server needed
  • Default gateway = Router's LLA (from RA source address)

Method 2: SLAAC + Stateless DHCPv6

  • Host creates own GUA using SLAAC
  • Contacts DHCPv6 server for DNS, domain name, etc.
  • DHCPv6 server does NOT assign addresses

Method 3: Stateful DHCPv6

  • Similar to IPv4 DHCP
  • DHCPv6 server assigns GUA, DNS, domain name
  • Server tracks address assignments (stateful)

Key insight: The RA message flags (M and O) tell hosts which method to use.

Go deeper:

From Quiz: NETW1 / IPv6 Addressing | Updated: Jul 14, 2026