An enterprise network infrastructure team is implementing IPv6 addressing across corporate VLANs. The core router is configured to transmit Router Advertisement (RA) messages on the local segment with the Managed Address Configuration flag set to 0 () and the Other Stateful Configuration flag set to 1 (). Which of the following best describes how client workstations on this subnet will obtain their IPv6 configuration parameters?
- Workstations generate their IPv6 global unicast address autonomously using SLAAC from the advertised prefix, and query a stateless DHCPv6 server for additional parameters such as DNS server addresses.Answer
- BWorkstations obtain both their IPv6 global unicast address and all network configuration parameters exclusively from a stateful DHCPv6 server.
- CWorkstations use SLAAC to generate their IPv6 address via EUI-64 but are prevented from receiving any domain name resolution settings because DHCPv6 is disabled by the flag.
- DWorkstations derive their link-local address via SLAAC, but must compress their global unicast address using double-colon notation before registering with the local router.
Answer
Workstations generate their IPv6 global unicast address autonomously using SLAAC from the advertised prefix, and query a stateless DHCPv6 server for additional parameters such as DNS server addresses.
In IPv6 deployment, ICMPv6 Router Advertisement (RA) flags direct host configuration behavior. When the Managed Address flag is off () and the Other flag is on (), clients utilize Stateless Address Autoconfiguration (SLAAC) to build their own global unicast IP address using the prefix provided in the RA message. Concurrently, clients send information requests to a stateless DHCPv6 server to acquire non-address parameters such as DNS server addresses and domain names.
Step-by-Step Solution
Key Concept
IPv6 Router Advertisement (RA) Flags and Autoconfiguration Modes (SLAAC vs. Stateless/Stateful DHCPv6)