Figure 3-89, Ip source guard port configuration – LevelOne FGL-2870 User Manual
Page 205

General Security Measures
3-151
3
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-89 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
Console(config-if)#end
Console#show ip source-guard
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
.
.