What does a host rely on when using SLAAC to build an IPv6 address?
Trap 1: Only a DNS reply
DNS does not provide the Layer 3 prefix needed for SLAAC.
Trap 2: An ARP reply from the default gateway
ARP is an IPv4 mechanism and not used in IPv6 the same way.
Trap 3: A VTP summary advertisement
VTP has nothing to do with IPv6 host addressing.
- A
Only a DNS reply
Why wrong: DNS does not provide the Layer 3 prefix needed for SLAAC.
- B
A Router Advertisement containing the network prefix
Correct. Router Advertisements are central to SLAAC.
- C
An ARP reply from the default gateway
Why wrong: ARP is an IPv4 mechanism and not used in IPv6 the same way.
- D
A VTP summary advertisement
Why wrong: VTP has nothing to do with IPv6 host addressing.