A network engineer is hardening an enterprise access layer switch using Cisco Layer 2 security features. Match each specific Layer 2 security feature configuration component on the left with its exact operational behavior or validation requirement on the right.
- Dynamic ARP Inspection (DAI) on an untrusted access portIntercepts incoming ARP packets and validates the sender MAC/IP binding against the DHCP snooping database or ARP ACL.
- DHCP Snooping Option 82 handling on an untrusted portDrops incoming DHCP request packets that contain a non-zero GIADDR or Option 82 payload by default.
- Port Security sticky MAC address learning (`switchport port-security mac-address sticky`)Dynamically converts learned MAC addresses into running configuration entries that require manual configuration copy to survive switch reboots.
- DHCP Snooping Rate Limiting (`ip dhcp snooping limit rate`)Monitors incoming DHCP packet frequency on untrusted ports and moves the interface to an err-disabled state if exceeded.
Cevap
Dynamic ARP Inspection matches validating ARP sender MAC/IP pairings against the DHCP snooping binding table. DHCP Snooping Option 82 handling on untrusted ports matches dropping incoming DHCP packets containing non-zero GIADDR or Option 82 payloads by default. Port Security sticky MAC learning matches adding dynamically learned MACs to running-config requiring an explicit copy to startup-config for boot persistence. DHCP Snooping rate limiting matches tracking incoming DHCP packet frequency and err-disabling interfaces that exceed configured thresholds.
Each feature is correctly matched to its functional behavior: Dynamic ARP Inspection validates ingress ARP packets against the DHCP snooping database; DHCP Snooping drops untrusted packets containing Option 82 or non-zero GIADDR fields; Sticky Port Security writes learned MACs to running-config (requiring manual saving for persistence); and DHCP Snooping rate limiting places interfaces in an err-disabled state upon threshold violations.
Adım Adım Çözüm
Anahtar Kavram
Layer 2 Security Feature Operations and Verification (DAI, DHCP Snooping, Port Security)