DGS-6604
m
show ip source binding
CLI Reference Guide
809
This example shows how to display IP Source Guard binding entries by IP
address 10.1.1.11, MAC address 00-01-01-01-01-10 at VLAN100 on interface
eth3.3 and learning by DHCP snooping:
Switch# show ip source binding 10.1.1.11
MAC Address IP Address Lease(sec) Type VLAN Interface
----------------- --------------- ---------- ------------- ----- ----------
------
00-01-01-01-01-01 10.1.1.11 infinite static 100 eth3.3
Total Entry: 1
Switch#
Switch# show ip source binding 10.1.1.11 00-01-01-01-01-10 dhcp-snooping
vlan 100 interface eth3.3
MAC Address IP Address Lease(sec) Type VLAN Interface
----------------- --------------- ---------- ------------- ----- ----------
------
00-01-01-01-01-10 10.1.1.11 3564 dhcp-snooping 100 eth3.3
Total Entry: 1
Switch#