Information
IP source lockdown provides added security by preventing IP source address spoofing on a per-portbasis. Every packet is inspected for this purpose in hardware. When IP source lockdown is enabled, IPtraffic received on an interface (port) is forwarded only if the VLAN, IP address, MAC address, andinterface (port) match the IP binding database entry.To use IP source lockdown, the IP binding database must be populated. The binding database isdynamically populated by DHCP snooping that learns and saves the binding information. Alternatively,the IP binding database can be statically populated with the iP source-binding command.
The IP Source Lockdown feature on AOS-CX switches enhances network security by preventing unauthorized devices from spoofing IP addresses. It ensures that only legitimate devices with pre-approved IP-to-MAC bindings can communicate on the network. This minimizes risks of IP spoofing attacks and unauthorized access.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
To enable IP source lockdown resource extended on the device (supports dynamically sharing hardwareresources of IP source lockdown with other features) -
switch(config)# ip source-lockdown resource-extended
To enable IPv4/IPv6 source lockdown for all VLANs on the selected interface (port) -
switch(config)# interface <interface-id>
switch(config-if)# ipv4 source-lockdown
switch(config-if)# ipv6 source-lockdown
To add static IPv4/IPv6 client source binding information to the switch IPv4/IPv6 binding database -
Ipv4 source-binding <VLAN-ID> <IPV4-ADDR> <MAC-ADDR> <IFNAME>
ipv6 source-binding <VLAN-ID> <IPV6-ADDR> <MAC-ADDR> <IFNAME>
Impact:
By implementing IP Source Lockdown, organizations can significantly reduce vulnerabilities to man-in-the-middle attacks, unauthorized device access, and network disruptions. This improves overall network integrity, enhances compliance with security policies, and ensures reliable and secure connectivity for critical business operations.