Installation manual

3-124
SIGNAMAX LLC • www.signamax.eu
Command Attributes
Filter Type – Configures the switch to filter inbound traffic based source IP address, or
source IP address and corresponding MAC address. (Default: None)
None – Disables IP source guard filtering on the port.
SIP – Enables traffic filtering based on IP addresses stored in the binding table.
SIP-MAC – Enables traffic filtering based on IP addresses and corresponding MAC
addresses stored in the binding table.
Web – Click IP Source Guard, Port Configuration. Set the required filtering type for each
port and click Apply.
Figure 3-74 IP Source Guard Port Configuration
CLI – This example shows how to enable IP source guard on port 5 to check the source
IP address for ingress packets against the binding table
.
Console(config)#interface ethernet 1/5
Console(config-if)#ip source-guard sip 4-170
Console(config-if)#end
Console#show ip source-guard 4-173
Interface Filter-type
--------- -----------
Eth 1/1 DISABLED
Eth 1/2 DISABLED
Eth 1/3 DISABLED
Eth 1/4 DISABLED
Eth 1/5 SIP
Eth 1/6 DISABLED
.
.