2-195
Catalyst 3750 Metro Switch Command Reference
OL-9645-10
Chapter 2 Catalyst 3750 Metro Switch Cisco IOS Commands
ip verify source
Switch#
show ip verify source interface gigabitethernet1/0/1
Interface Filter-type Filter-mode IP-address Mac-address Vlan
--------- ----------- ----------- --------------- ----------------- ----------
Gi1/0/1 ip-mac active 10.0.0.1 10
Gi1/0/1 ip-mac active deny-all 11-20
Switch#
This example shows how to enable IP port security with IP-MAC filters on a Layer 2 access port:
Switch#
configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#
ip device tracking
Switch(config)#
interface gigabitEthernet1/0/3
Switch(config-if)#
switchport mode access
Switch(config-if)#
switchport access vlan 1
Switch(config-if)#
ip device tracking maximum 5
Switch(config-if)#
switchport port-security
Switch(config-if)#
switchport port-security maximum 5
Switch(config-if)#
ip verify source tracking port-security
Switch(config-if)#
end
Verify your settings by entering the
show ip verify source
privileged EXEC command.
Related Commands
Command
Description
Enable IP port security binding tracking on a Layer 2 port.
Globally enable DHCP snooping.
Configure the number of the DHCP messages that an interface
can receive per second.
ip dhcp snooping information
option
Enable DHCP option-82 data insertion.
Enable DHCP snooping on a trusted VLAN.
Configure static bindings on the switch.
Display the DHCP snooping configuration.
Display the DHCP snooping binding entries.
Display the IP source guard configuration on the switch or on a
specific interface.