(Optional) Specifies a series of interfaces, or separate a range of
interfaces from a previous range. No space is allowed before and
after the comma.
Default
None.
Command Mode
EXEC Mode or Any Configuration Mode.
Command Default Level
Level: 1.
Usage Guideline
Use this command to display DHCP snooping binding entries.
Example
This example shows how to display DHCP snooping binding entries.
Switch# show ip dhcp snooping binding
MAC Address IP Address Lease(seconds) Type VLAN Interface
----------------- --------------- ------------- -------------- ------ ---------
00-01-02-03-04-05 10.1.1.10 1500 dhcp-snooping 100 eth3/0/5
00-01-02-00-00-05 10.1.1.11 1495 dhcp-snooping 100 eth3/0/5
Total Entries: 2
Switch#
This example shows how to display DHCP snooping binding entries by IP 10.1.1.1.
Switch# show ip dhcp snooping binding 10.1.1.1
MAC Address IP Address Lease (seconds) Type VLAN Interface
----------------- --------------- ---------------- -------------- ------ ---------
-
00-01-02-03-04-05 10.1.1.1 1500 dhcp-snooping 100 eth3/0/5
Total Entries: 1
Switch#
This example shows how to display DHCP snooping binding entries by IP 10.1.1.11 and MAC 00-01-
02-00-00-05.