A network engineer is analyzing connectivity failures on a Cisco Catalyst switch serving VLAN 20. DHCP Snooping and Dynamic ARP Inspection (DAI) are globally enabled and configured on VLAN 20. Users connected to access ports report that they fail to receive DHCP IP addresses, valid ARP requests from hosts are dropped by the switch engine, and port-security sticky MAC addresses learned on access port GigabitEthernet0/2 were lost following a switch reboot.
Which TWO administrative actions are required to resolve the DHCP/DAI packet drops and permanently persist the learned sticky MAC addresses across switch reboots? (Select TWO.)
- Configure `ip dhcp snooping trust` and `ip arp inspection trust` on trunk interface GigabitEthernet0/1 connected to the DHCP server and default gateway.Cevap
- BExecute `switchport port-security mac-address sticky` again on GigabitEthernet0/2 to force automatic writing to the startup-config NVRAM.
- Execute `copy running-config startup-config` after sticky MAC addresses have been dynamically learned into the running configuration.Cevap
- DConfigure VLAN 20 as the native VLAN on trunk interface GigabitEthernet0/1 to bypass DHCP Snooping and DAI validation engines.
Cevap
The administrator must trust the uplink trunk port for both DHCP Snooping and Dynamic ARP Inspection, and save the running configuration to the startup configuration so dynamically learned sticky MAC addresses persist across reboots.
Configuring trust settings (`ip dhcp snooping trust` and `ip arp inspection trust`) on the uplink interface allows authorized DHCP responses and ARP packets from the default gateway to pass without being dropped. Additionally, executing `copy running-config startup-config` saves the dynamically learned sticky MAC addresses from RAM into NVRAM, ensuring they persist after a switch reload.
Adım Adım Çözüm
Anahtar Kavram
Layer 2 Security Trust Boundaries and Configuration Persistence