- A
The DHCP server is operating without any issues.
Why wrong: There are Naks and Declines, indicating problems.
- B
The DHCP server is rejecting requests (Naks) and clients are declining offers, indicating possible pool exhaustion or address conflicts.
Naks and Declines are signs of issues.
- C
The DHCP server has a memory problem.
Why wrong: Memory usage is shown but not indicated as a problem.
- D
The DHCP server has no address conflicts.
Why wrong: Address conflicts are 0, but declines indicate conflicts detected by clients.
Quick Answer
The correct answer is that the DHCP server is rejecting requests (NAKs) and clients are declining offers, indicating possible pool exhaustion or address conflicts. This is directly supported by the show ip dhcp server statistics output, where 5 NAKs show the server refusing client requests—typically because the requested IP is no longer valid or the pool is exhausted—while 2 Declines reveal clients detecting address conflicts via ARP and rejecting the offered address. On the Cisco CCNP ENARSI 300-410 exam, this command tests your ability to interpret DHCP server health and troubleshoot common IPv4 addressing issues; a frequent trap is confusing NAKs (server-side rejections) with Declines (client-side rejections). Remember, NAKs point to pool or lease problems, while Declines point to duplicate IP conflicts. A useful memory tip: NAKs are the server saying “No,” Declines are the client saying “No, thanks.”
300-410 DHCP (IPv4 and IPv6) Practice Question
This 300-410 practice question tests your understanding of dhcp (ipv4 and ipv6). Examine the command output carefully: the correct answer depends on what the output actually shows, not on general recall alone. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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.
A network engineer runs the following command on Router R1:
R1# show ip dhcp server statistics
Memory usage 26140 Address conflicts 0
Pool statistics
Pool IP addresses Requests Offers Acks Naks Declines Releases POOL1 10-20 50 45 40 5 2 3
Based on this output, which statement is correct?
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
The DHCP server is rejecting requests (Naks) and clients are declining offers, indicating possible pool exhaustion or address conflicts.
The output shows 5 NAKs and 2 Declines, indicating that the DHCP server is rejecting requests (NAKs) and clients are declining offers (Declines). NAKs typically occur when a client requests an IP address that is no longer valid or available, while Declines happen when a client detects an address conflict via ARP. This combination strongly suggests pool exhaustion or address conflicts, making option B correct.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The DHCP server is operating without any issues.
Why it's wrong here
There are Naks and Declines, indicating problems.
- ✓
The DHCP server is rejecting requests (Naks) and clients are declining offers, indicating possible pool exhaustion or address conflicts.
Why this is correct
Naks and Declines are signs of issues.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
The DHCP server has a memory problem.
Why it's wrong here
Memory usage is shown but not indicated as a problem.
- ✗
The DHCP server has no address conflicts.
Why it's wrong here
Address conflicts are 0, but declines indicate conflicts detected by clients.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Cisco often tests the distinction between server-tracked address conflicts (shown in the 'Address conflicts' counter) and client-detected conflicts (shown as Declines), leading candidates to incorrectly assume zero conflicts means no issues.
Trap categories for this question
Command / output trap
Memory usage is shown but not indicated as a problem.
Detailed technical explanation
How to think about this question
DHCP NAKs are sent by the server when a client's requested IP address is not within the pool or is already assigned elsewhere, often due to pool exhaustion or stale leases. Declines occur when a client performs a gratuitous ARP and detects that the offered IP is already in use, which can happen even if the server's conflict counter is zero because the server may not be aware of the conflict. In real-world scenarios, a high ratio of NAKs to ACKs (here 5 out of 45) is a strong indicator of pool size misconfiguration or rapid lease turnover.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
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
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
DHCP (IPv4 and IPv6) — study guide chapter
Learn the concepts, then practise the questions
- →
DHCP (IPv4 and IPv6) practice questions
Targeted practice on this topic area only
- →
All 300-410 questions
2,152 questions across all exam domains
- →
Cisco CCNP ENARSI 300-410 study guide
Full concept coverage aligned to exam objectives
- →
300-410 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related 300-410 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Layer 3 Technologies practice questions
Practise 300-410 questions linked to Layer 3 Technologies.
EIGRP Troubleshooting practice questions
Practise 300-410 questions linked to EIGRP Troubleshooting.
OSPF Troubleshooting (v2/v3) practice questions
Practise 300-410 questions linked to OSPF Troubleshooting (v2/v3).
BGP Troubleshooting practice questions
Practise 300-410 questions linked to BGP Troubleshooting.
Route Redistribution practice questions
Practise 300-410 questions linked to Route Redistribution.
Policy-Based Routing (PBR) practice questions
Practise 300-410 questions linked to Policy-Based Routing (PBR).
VRF-Lite practice questions
Practise 300-410 questions linked to VRF-Lite.
Route Maps and Route Filtering practice questions
Practise 300-410 questions linked to Route Maps and Route Filtering.
Administrative Distance practice questions
Practise 300-410 questions linked to Administrative Distance.
Route Summarization practice questions
Practise 300-410 questions linked to Route Summarization.
Bidirectional Forwarding Detection (BFD) practice questions
Practise 300-410 questions linked to Bidirectional Forwarding Detection (BFD).
VPN Technologies practice questions
Practise 300-410 questions linked to VPN Technologies.
Practice this exam
Start a free 300-410 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 300-410 question test?
DHCP (IPv4 and IPv6) — This question tests DHCP (IPv4 and IPv6) — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: The DHCP server is rejecting requests (Naks) and clients are declining offers, indicating possible pool exhaustion or address conflicts. — The output shows 5 NAKs and 2 Declines, indicating that the DHCP server is rejecting requests (NAKs) and clients are declining offers (Declines). NAKs typically occur when a client requests an IP address that is no longer valid or available, while Declines happen when a client detects an address conflict via ARP. This combination strongly suggests pool exhaustion or address conflicts, making option B correct.
What should I do if I get this 300-410 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
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 →
Same concept, more angles
1 more ways this is tested on 300-410
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A network engineer runs the following command to verify DHCPv4 server statistics on router R1: R1# show ip dhcp server statistics Output: Memory usage: 12345 Address pools: 2 Database agents: 0 Automatic bindings: 150 Manual bindings: 5 Expired bindings: 10 Malformed messages: 0 Message Received BOOTREQUEST 0 DHCPDISCOVER 200 DHCPREQUEST 180 DHCPDECLINE 2 DHCPRELEASE 5 DHCPINFORM 10 What does this output indicate?
medium- ✓ A.The DHCP server has 150 active automatic bindings and 5 manual bindings.
- B.The DHCP server has received 200 DHCPREQUEST messages.
- C.The DHCP server has 10 malformed messages, indicating a configuration issue.
- D.The DHCP server has 2 database agents configured.
Why A: The show ip dhcp server statistics command provides counts of various DHCP messages and bindings. Here, 200 DISCOVERs were received but only 180 REQUESTs, indicating some clients did not proceed after the OFFER. There are 150 automatic bindings and 5 manual (static) bindings.
Last reviewed: Jun 24, 2026
This 300-410 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 300-410 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.