Which statement about DHCP address exclusion is correct?
Answer choices
Why each option matters
Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.
Distractor review
It prevents the router from acting as a DHCP relay agent
Distractor.
Best answer
It reserves part of the pool so those addresses are not leased dynamically
Correct choice.
Distractor review
It forces clients to renew their leases every time they reboot
Distractor.
Distractor review
It converts a dynamic pool into a static mapping table
Distractor.
Common exam trap
Common exam trap: answer the scenario, not the keyword
A common exam trap is confusing DHCP address exclusion with DHCP relay agent functionality or lease renewal behavior. Some candidates mistakenly believe that excluding addresses disables the router’s ability to forward DHCP requests or forces clients to renew leases more frequently. However, address exclusion solely reserves IP addresses from dynamic leasing and does not impact DHCP relay operations or client lease timers. Misinterpreting this can lead to selecting incorrect options that describe unrelated DHCP features, such as relay agent behavior or lease renewal policies.
Technical deep dive
How to think about this question
Dynamic Host Configuration Protocol (DHCP) automates IP address assignment to clients on a network, simplifying management and reducing configuration errors. Within DHCP, address exclusion is a mechanism that prevents certain IP addresses from being leased dynamically by the DHCP server. These excluded addresses are typically reserved for devices requiring static IPs, such as network gateways, servers, or printers, ensuring these critical devices maintain consistent IP addresses without conflicts. In Cisco IOS DHCP configuration, address exclusion is implemented by specifying ranges of IP addresses that the DHCP server must not assign dynamically. This exclusion is configured before defining the DHCP pool and effectively reduces the pool of available dynamic addresses. The DHCP server then leases only from the remaining addresses, guaranteeing that excluded IPs remain free for manual static assignment. This separation is crucial for maintaining network stability and avoiding IP address conflicts. A frequent misunderstanding is to associate DHCP address exclusion with DHCP relay agent functionality or lease renewal behavior. However, exclusions do not influence the router’s ability to forward DHCP requests (relay agent role) nor do they affect how often clients renew their leases. Instead, exclusions strictly control which IP addresses the DHCP server can dynamically assign. Practically, this ensures that static IP devices coexist safely with dynamically addressed clients on the same subnet, a common requirement in Cisco network designs.
KKey Concepts to Remember
- DHCP address exclusion prevents specific IP addresses within a DHCP pool from being leased dynamically to clients, reserving them for static assignment.
- A DHCP server uses address exclusion to ensure critical devices like routers, servers, and printers retain fixed IP addresses without conflicting with dynamically assigned addresses.
- Excluded addresses are configured before the DHCP pool is activated and are not part of the dynamic lease range, effectively shrinking the available dynamic address pool.
- DHCP address exclusion does not affect the router’s role as a DHCP relay agent or the lease renewal process of clients.
- The DHCP server maintains separate mechanisms for dynamic leasing and static IP reservation; address exclusion only blocks dynamic leasing of specified addresses.
- When configuring DHCP on Cisco devices, address exclusion is essential to avoid IP conflicts between static and dynamic addresses within the same subnet.
- Address exclusion is a simple but critical DHCP configuration step that prevents operational issues caused by overlapping static and dynamic IP assignments.
- Understanding DHCP address exclusion helps network engineers design reliable IP address management strategies that support both static and dynamic addressing.
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.
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.
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.
CCNA DHCP practice questions
Practise DHCP scopes, relay, leases and troubleshooting.
CCNA show ip route practice questions
Practise routing-table output, longest-prefix match, AD and route selection.
CCNA show interfaces trunk practice questions
Practise trunk verification and VLAN forwarding across switches.
CCNA wireless security practice questions
Practise WLAN security, authentication and wireless architecture concepts.
CCNA IPv6 practice questions
Practise IPv6 addressing, routes, neighbour discovery and common IPv6 exam traps.
More questions from this exam
Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.
Question 1
A router learns the same prefix from both OSPF and EIGRP. Which route is installed by default?
Question 2
A router shows this output: R1#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 10.1.1.2 1 FULL/DR 00:00:34 192.168.12.2 GigabitEthernet0/0 10.1.1.3 1 2WAY/DROTHER 00:00:39 192.168.12.3 GigabitEthernet0/0 Which statement is correct?
Question 3
What is the OSPF metric called?
Question 4
A non-root switch has two uplinks toward the root bridge. One path has a lower total STP cost than the other. What role will the lower-cost uplink have?
Question 5
A router interface applies this ACL inbound: 10 deny tcp any any eq 80 20 permit ip any any A user reports that web browsing to a server by IP address fails, but ping works. Which statement best explains the behavior?
Question 6
A router learns route 198.51.100.0/24 from OSPF with AD 110 and also has a static route to the same prefix configured with AD 150. Which route is installed?
FAQ
Questions learners often ask
What does this 200-301 question test?
DHCP address exclusion prevents specific IP addresses within a DHCP pool from being leased dynamically to clients, reserving them for static assignment.
What is the correct answer to this question?
The correct answer is: It reserves part of the pool so those addresses are not leased dynamically — Excluded addresses define IPs that the DHCP server must not lease to clients. They are commonly used for devices that need static addresses such as printers, gateways, or servers within the same subnet.
What should I do if I get this 200-301 question wrong?
Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.
Discussion
Sign in to join the discussion.