A network engineer completes the configuration of Layer 2 security features on a Cisco Catalyst switch connecting client workstations to an upstream router. After enabling DHCP snooping and Dynamic ARP Inspection (DAI) globally and on VLAN 20, client devices on untrusted access ports fail to obtain IPv4 addresses from the DHCP server, and ARP packets arriving from the default gateway on interface GigabitEthernet0/1 are discarded by DAI. Which two configuration steps are required on interface GigabitEthernet0/1 to resolve these issues? (Select two.)
- Configure `ip dhcp snooping trust` on interface GigabitEthernet0/1 to allow incoming DHCP server offer and acknowledgment messages.Answer
- Configure `ip arp inspection trust` on interface GigabitEthernet0/1 to bypass DAI validation for incoming ARP traffic from the router.Answer
- CChange the native VLAN on interface GigabitEthernet0/1 to match VLAN 20 to bypass Layer 2 inspection processes.
- DConfigure `ip helper-address` on the client-facing access interfaces to relay DHCP requests directly to the server.
Answer
Configure `ip dhcp snooping trust` and `ip arp inspection trust` on interface GigabitEthernet0/1.
When DHCP snooping and DAI are enabled on a VLAN, interfaces default to an untrusted state. Uplink interfaces connected to legitimate DHCP servers and routers must be configured as trusted using `ip dhcp snooping trust` and `ip arp inspection trust` so server replies and gateway ARP messages are permitted.
Step-by-Step Solution
Key Concept
Layer 2 Security Interface Trust States for DHCP Snooping and DAI
Estimated Time:1m 30s