A network administrator enables DHCP Snooping globally and on VLAN 20. To protect against DHCP denial-of-service (DoS) starvation attacks, the administrator configures `ip dhcp snooping limit rate 15` on all untrusted access interfaces. Shortly after, a user workstation interface transitions into the `err-disabled` state. Which operational behavior explains why this interface was placed into the `err-disabled` state?
- The interface received DHCP traffic exceeding the threshold of 15 packets per second configured on the untrusted port.Answer
- BThe running configuration was not saved to startup configuration, causing the switch to lose learned sticky MAC addresses after a reboot.
- CThe untrusted access interface experienced an 802.1Q native VLAN mismatch with the upstream switch trunk link.
- DAn implicit deny clause in an applied access control list blocked incoming DHCP ACK messages from the server.
Answer
The interface received DHCP traffic exceeding the threshold of 15 packets per second configured on the untrusted port.
Configuring `ip dhcp snooping limit rate` on an untrusted interface imposes a ceiling on incoming DHCP control traffic. If a connected device sends DHCP messages faster than the configured threshold (15 packets per second in this scenario), the switch detects a rate violation and immediately transitions the port to the `err-disabled` state to protect network resources.
Step-by-Step Solution
Key Concept
DHCP Snooping Interface Rate Limiting