In enterprise Cisco switch implementations, Layer 2 security controls govern frame processing, metadata insertion, and hardware lookup behaviors. Match each Layer 2 security operation or feature context to its exact functional mechanism.
- Port Security Restrict Violation ModeDrops frames with unauthorized source MAC addresses, increments the violation counter, and generates Syslog/SNMP messages without disabling the interface.
- Dynamic ARP Inspection (DAI) Payload ValidationIntercepts packets on untrusted ports and compares the sender IP and MAC addresses embedded inside the ARP packet payload against valid bindings.
- DHCP Snooping Option 82 InsertionAppends relay agent information (circuit ID and remote ID sub-options) to client requests received on untrusted ports before forwarding to trusted ports.
- DAI ARP Access Control List (ARP ACL) Inspection FilterEvaluates incoming ARP packets against explicitly configured static IP-to-MAC rules before checking the DHCP snooping binding database for non-DHCP hosts.
Cevap
Port Security Restrict Violation Mode matches with dropping frames, incrementing violation counters, and logging syslogs without err-disabling the port. Dynamic ARP Inspection Payload Validation matches with intercepting ARP packets on untrusted ports and inspecting payload sender IP/MAC pairs against bindings. DHCP Snooping Option 82 Insertion matches with appending relay agent circuit/remote ID metadata to client requests on untrusted ports. DAI ARP ACL Inspection Filter matches with evaluating static IP-to-MAC rules prior to checking the DHCP snooping database.
Each feature pair matches its fundamental operational behavior. Port Security restrict mode drops frames and logs alerts without placing the port in err-disabled status. DAI inspects inner ARP payload fields on untrusted ports against the binding database. DHCP Snooping Option 82 appends relay agent sub-options to requests arriving on untrusted ports. DAI ARP ACL filters allow manually configured static IP-to-MAC checks before querying dynamic DHCP bindings.
Adım Adım Çözüm
Anahtar Kavram
Operational mechanics of Layer 2 security features including Port Security violation handling, DHCP Snooping Option 82 insertion, DAI payload validation, and ARP ACL filtering.