Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
307
show ip source binding [IP-ADDRESS] [MAC-ADDRESS] [dhcp-snooping | static] [vlan VLAN-ID]
[interface INTERFACE-ID [, | -]]
Parameters
IP-ADDRESS
(Optional) Specifies to display the IP-source guard binding entry based
on IP address.
MAC-ADDRESS
(Optional) Specifies to display the IP-source guard binding entry based
on MAC address.
dhcp-snooping
(Optional) Specifies to display the IP-source guard binding entry
learned by DHCP binding snooping.
static
(Optional) Specifies to display the IP-source guard binding entry that is
manually configured.
vlan VLAN-ID
(Optional) Specifies to display the IP-source guard binding entry based
on VLAN.
INTERFACE-ID
(Optional) Specifies to display the IP-source guard binding entry based
on ports.
,
(Optional) Specifies a series of interfaces, or separate a range of
interfaces from a previous range. No spaces are allowed before and
after the comma.
-
(Optional)Specifies a range of interfaces. No spaces are allowed
before and after the hyphen.
Default
None.
Command Mode
EXEC Mode or Any Configuration Mode.
Command Default Level
Level: 1.
Usage Guideline
IP source guard binding entries are either manually configured or automatically learned by DHCP
snooping to guard IP traffic.
Example
This example shows how to display IP Source Guard binding entries without any parameters.
Switch# show ip source binding
MAC Address IP Address Lease(sec) Type VLAN Interface
----------------- --------------- ---------- ------------- ----- -----------
00-01-01-01-01-01 10.1.1.10 infinite static 100 eth3/0/3
00-01-01-01-01-10 10.1.1.11 3120 dhcp-snooping 100 eth3/0/3
Total Entries: 2
Switch#
This example shows how to display IP Source Guard binding entries by IP address 10.1.1.10.