A network engineer hardens an enterprise access switch by enabling DHCP Snooping, Dynamic ARP Inspection (DAI), and Port Security. Host A acquires an IPv4 address dynamically via DHCP on interface GigabitEthernet1/0/5, where Port Security is configured with the `switchport port-security mac-address sticky` command. The engineer executes `write memory` to save the running configuration. Later, the switch experiences a power outage and reboots. DHCP Snooping database persistence was not configured with `ip dhcp snooping database`. Upon bootup, Host A attempts to communicate using its active DHCP lease without re-initiating a DHCP DORA sequence. However, all ARP traffic from Host A is dropped by the switch. What is the root cause of these frame drops?
- The DHCP snooping binding table was stored in volatile RAM and cleared upon reboot, leaving Dynamic ARP Inspection with no valid IP-to-MAC binding entry to validate Host A's ARP traffic.Cevap
- BThe sticky MAC address learned on interface GigabitEthernet1/0/5 was cleared from the startup configuration because `write memory` does not save dynamically learned sticky MAC entries.
- CDynamic ARP Inspection dropped the ARP traffic because an untrusted port native VLAN mismatch prevented the DAI engine from performing database lookups.
- DPortFast enabled on access port GigabitEthernet1/0/5 entered a blocking state after reload, preventing Dynamic ARP Inspection from processing broadcast ARP requests.