HPE7-A06 · Question #119
During troubleshooting, an engineer finds excessive ARP requests in the network. Which setting could mitigate this issue?
The correct answer is B. Enabling DHCP Snooping. DHCP Snooping mitigates excessive ARP requests by building a trusted IP-to-MAC binding table from legitimate DHCP transactions, which enables Dynamic ARP Inspection (DAI) to validate and rate-limit ARP packets - stopping the spoofing attacks and IP conflicts that typically…
Question
During troubleshooting, an engineer finds excessive ARP requests in the network. Which setting could mitigate this issue?
Options
- AAdjusting MAC aging timers
- BEnabling DHCP Snooping
- CIncreasing ARP cache size
- DConfiguring proxy ARP
How the community answered
(48 responses)- A2% (1)
- B90% (43)
- C6% (3)
- D2% (1)
Explanation
DHCP Snooping mitigates excessive ARP requests by building a trusted IP-to-MAC binding table from legitimate DHCP transactions, which enables Dynamic ARP Inspection (DAI) to validate and rate-limit ARP packets - stopping the spoofing attacks and IP conflicts that typically cause ARP floods. Option A (MAC aging timers) affects how long switch MAC tables retain entries, which influences unicast flooding but has no direct impact on ARP broadcast volume. Option C (increasing ARP cache size) only reduces how often a single device re-ARPs for known hosts - it's a band-aid that ignores the root cause of the flood. Option D (proxy ARP) is the opposite of helpful here: it causes a router to answer ARP requests on behalf of remote hosts, generating more ARP responses and worsening the problem.
Memory tip: Think of DHCP Snooping as the network's "ID checker" - it knows who legitimately got which IP address, so it can spot and stop the imposters causing ARP chaos. If you see "excessive ARP" on an exam, think attack/spoofing → DHCP Snooping + DAI.
Topics
Community Discussion
No community discussion yet for this question.