- 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.
CCNA Network Infrastructure and Connectivity Practice Question
This 200-301 practice question tests your understanding of network infrastructure and connectivity. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. A key principle to apply: sLAAC enables IPv6 hosts to autonomously configure their addresses by using network prefix information advertised in ICMPv6 Router Advertisements.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
What does a host rely on when using SLAAC to build an IPv6 address?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
A Router Advertisement containing the network prefix
With Stateless Address Autoconfiguration, hosts learn the prefix information from ICMPv6 Router Advertisements and then build their own interface identifier.
Key principle: SLAAC enables IPv6 hosts to autonomously configure their addresses by using network prefix information advertised in ICMPv6 Router Advertisements.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Only a DNS reply
When this WOULD be correct
If the question were about how a host resolves a domain name to an IPv6 address, then 'Only a DNS reply' could be correct. In that context, the question would focus on the role of DNS in IPv6 address resolution rather than address configuration.
- ✓
A Router Advertisement containing the network prefix
- ✗
An ARP reply from the default gateway
Why it's wrong here
ARP is an IPv4 mechanism and not used in IPv6 the same way.
When this WOULD be correct
In a different question context, if the question asked about how a host resolves the link-layer address of another device on the same local network, then an ARP reply from the default gateway would be the correct answer, as ARP is used for mapping IP addresses to MAC addresses.
- ✗
A VTP summary advertisement
Why it's wrong here
VTP has nothing to do with IPv6 host addressing.
When this WOULD be correct
If the question were about the role of VTP in a network configuration scenario, such as asking what protocol is used to propagate VLAN information across switches, then option D would be correct as it directly pertains to VTP's function.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.
✓A Router Advertisement containing the network prefixCorrect answer▾
Why this is correct
Correct. Router Advertisements are central to SLAAC.
✗Only a DNS replyWrong answer — click to see why▾
Why this is wrong here
This option is incorrect because SLAAC (Stateless Address Autoconfiguration) relies on Router Advertisements to obtain the network prefix, not DNS replies. DNS is used for name resolution, not for address configuration.
★ When this WOULD be the correct answer
If the question were about how a host resolves a domain name to an IPv6 address, then 'Only a DNS reply' could be correct. In that context, the question would focus on the role of DNS in IPv6 address resolution rather than address configuration.
Why candidates choose this
Candidates may choose this option due to a misunderstanding of how IPv6 address configuration works, conflating the roles of DNS in network communication with the address assignment process.
✗An ARP reply from the default gatewayWrong answer — click to see why▾
Why this is wrong here
This option is wrong because SLAAC (Stateless Address Autoconfiguration) does not rely on ARP (Address Resolution Protocol) for address configuration; instead, it uses Router Advertisements to obtain the necessary network prefix.
★ When this WOULD be the correct answer
In a different question context, if the question asked about how a host resolves the link-layer address of another device on the same local network, then an ARP reply from the default gateway would be the correct answer, as ARP is used for mapping IP addresses to MAC addresses.
Why candidates choose this
Candidates may find this option tempting because they might confuse SLAAC with the need for address resolution, leading them to think that ARP is involved in the IPv6 address configuration process.
✗A VTP summary advertisementWrong answer — click to see why▾
Why this is wrong here
A VTP summary advertisement is related to VLAN Trunking Protocol and is used for managing VLAN configurations, not for building IPv6 addresses. SLAAC relies on Router Advertisements for address configuration, making this option irrelevant.
★ When this WOULD be the correct answer
If the question were about the role of VTP in a network configuration scenario, such as asking what protocol is used to propagate VLAN information across switches, then option D would be correct as it directly pertains to VTP's function.
Why candidates choose this
Candidates may confuse VTP with other network protocols and mistakenly associate it with address configuration processes, leading them to select this option due to a lack of clarity on the specific roles of different networking protocols.
Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Common exam traps
Common exam trap: answer the scenario, not the keyword
A frequent exam trap is assuming that SLAAC depends on DHCP or ARP replies to configure IPv6 addresses. Many candidates mistakenly believe that DHCPv6 or DNS responses provide the necessary prefix information, or that ARP functions similarly in IPv6 as in IPv4. However, SLAAC relies exclusively on ICMPv6 Router Advertisements to deliver network prefix information. Misunderstanding this can lead to incorrect answers, especially when options mention DHCP, DNS, or ARP. Recognizing that Router Advertisements are the sole source of prefix data in SLAAC is essential to avoid this pitfall.
Detailed technical explanation
How to think about this question
Stateless Address Autoconfiguration (SLAAC) is a fundamental IPv6 feature that allows hosts to self-configure their IP addresses without requiring a DHCP server. The core mechanism involves the host listening for ICMPv6 Router Advertisements (RAs) sent periodically or in response to Router Solicitations. These RAs contain the network prefix and configuration flags that inform the host how to construct its IPv6 address and whether to use additional configuration methods. When a host receives a Router Advertisement, it extracts the advertised network prefix and appends its own interface identifier, typically derived from the MAC address or generated randomly, to form a full IPv6 address. This process eliminates the need for manual configuration or DHCPv6 in many scenarios. Cisco devices and hosts rely on these RAs to ensure proper network prefix assignment and reachability within the IPv6 subnet. A common exam trap is confusing SLAAC with DHCPv6 or IPv4 mechanisms like ARP. Unlike DHCPv6, SLAAC does not require a server to assign addresses; instead, it depends solely on Router Advertisements. Additionally, ARP is not used in IPv6 for address resolution, so expecting an ARP reply for SLAAC is incorrect. Understanding this distinction is crucial for CCNA candidates to avoid misinterpreting how IPv6 addressing works in Cisco environments.
KKey Concepts to Remember
- SLAAC enables IPv6 hosts to autonomously configure their addresses by using network prefix information advertised in ICMPv6 Router Advertisements.
- Router Advertisements contain essential prefix and configuration flags that hosts use to build their IPv6 addresses without requiring DHCPv6 servers.
- IPv6 address autoconfiguration via SLAAC appends a host-generated interface identifier to the prefix learned from Router Advertisements.
- Unlike IPv4, IPv6 does not use ARP for address resolution, so ARP replies are irrelevant to SLAAC and IPv6 address configuration.
- DNS replies do not provide Layer 3 prefix information and therefore cannot be used by hosts to build IPv6 addresses with SLAAC.
- VTP advertisements are unrelated to IPv6 addressing and do not influence SLAAC or host IP configuration.
- Hosts rely solely on ICMPv6 Router Advertisements to learn network prefixes and configuration parameters for SLAAC.
- Misinterpreting DHCPv6 or ARP as part of SLAAC can lead to incorrect conclusions about IPv6 address autoconfiguration.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
SLAAC enables IPv6 hosts to autonomously configure their addresses by using network prefix information advertised in ICMPv6 Router Advertisements.
Real-world example
How this comes up in practice
A practitioner preparing for the 200-301 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. SLAAC enables IPv6 hosts to autonomously configure their addresses by using network prefix information advertised in ICMPv6 Router Advertisements. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.
What to study next
Got this wrong? Here's your next step.
Review sLAAC enables IPv6 hosts to autonomously configure their addresses by using network prefix information advertised in ICMPv6 Router Advertisements., then practise related 200-301 questions on the same topic to reinforce the concept.
- →
Network Infrastructure and Connectivity — study guide chapter
Learn the concepts, then practise the questions
- →
Network Infrastructure and Connectivity practice questions
Targeted practice on this topic area only
- →
All 200-301 questions
1,819 questions across all exam domains
- →
CCNA 200-301 v2 study guide
Full concept coverage aligned to exam objectives
- →
200-301 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related 200-301 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Network Infrastructure and Connectivity practice questions
Practise 200-301 questions linked to Network Infrastructure and Connectivity.
Switching and Network Access practice questions
Practise 200-301 questions linked to Switching and Network Access.
IP Routing practice questions
Practise 200-301 questions linked to IP Routing.
Network Services and Security practice questions
Practise 200-301 questions linked to Network Services and Security.
AI and Network Operations practice questions
Practise 200-301 questions linked to AI and Network Operations.
CCNA subnetting practice questions
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
CCNA OSPF practice questions
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
CCNA VLAN practice questions
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
CCNA STP practice questions
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
CCNA EtherChannel practice questions
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
CCNA ACL practice questions
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
CCNA NAT practice questions
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
Practice this exam
Start a free 200-301 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this 200-301 question test?
Network Infrastructure and Connectivity — This question tests Network Infrastructure and Connectivity — SLAAC enables IPv6 hosts to autonomously configure their addresses by using network prefix information advertised in ICMPv6 Router Advertisements..
What is the correct answer to this question?
The correct answer is: A Router Advertisement containing the network prefix — With Stateless Address Autoconfiguration, hosts learn the prefix information from ICMPv6 Router Advertisements and then build their own interface identifier.
What should I do if I get this 200-301 question wrong?
Review sLAAC enables IPv6 hosts to autonomously configure their addresses by using network prefix information advertised in ICMPv6 Router Advertisements., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
SLAAC enables IPv6 hosts to autonomously configure their addresses by using network prefix information advertised in ICMPv6 Router Advertisements.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Keep practising
More 200-301 practice questions
- A switchport connected to another switch should carry multiple VLANs, but it was manually configured as an access port.…
- What problem is HSRP designed to solve?
- Which TWO statements correctly describe the causes or implications of CRC errors, runts, giants, or output errors as see…
- You are connected to R1. Configure IPv4 and IPv6 addressing on R1's interfaces and verify reachability to R2. The curren…
- Which TWO statements accurately describe how AI/ML concepts are applied to network operations in modern enterprise netwo…
- Which TWO switch port configurations are required when connecting a Cisco IP phone and a desktop PC to a single access p…
Last reviewed: May 17, 2026
This 200-301 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-301 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.