ES3528MV2 DC_Management Guide-R03

Table Of Contents
C
HAPTER
25
| General Security Measures
IPv4 Source Guard
– 921 –
Static bindings are processed as follows:
If there is no entry with same VLAN ID and MAC address, a new
entry is added to binding table using the type of static IP source
guard binding.
If there is an entry with same VLAN ID and MAC address, and the
type of entry is static IP source guard binding, then the new entry
will replace the old one.
If there is an entry with same VLAN ID and MAC address, and the
type of the entry is dynamic DHCP snooping binding, then the new
entry will replace the old one and the entry type will be changed to
static IP source guard binding.
EXAMPLE
This example configures a static source-guard binding on port 5. Since the
binding mode is not specified, the entry is bound to the ACL table by
default.
Console(config)#ip source-guard binding 11-22-33-44-55-66 vlan 1 192.168.0.99
interface ethernet 1/5
Console(config-if)#
RELATED COMMANDS
ip source-guard (921)
ip dhcp snooping (900)
ip dhcp snooping vlan (905)
ip source-guard This command configures the switch to filter inbound traffic based on
source IP address, or source IP address and corresponding MAC address.
Use the no form to disable this function.
SYNTAX
ip source-guard {sip | sip-mac}
no ip source-guard
sip - Filters traffic based on IP addresses stored in the binding
table.
sip-mac - Filters traffic based on IP addresses and corresponding
MAC addresses stored in the binding table.
DEFAULT SETTING
Disabled
COMMAND MODE
Interface Configuration (Ethernet)