Chapter 29
| DHCP Commands
DHCP Server
– 903 –
clear ip dhcp binding This command deletes an automatic address binding from the DHCP server
database.
Syntax
clear ip dhcp binding {address | * }
address - The address of the binding to clear.
* - Clears all automatic bindings.
Default Setting
None
Command Mode
Privileged Exec
Usage Guidelines
◆ An address specifies the client’s IP address. If an asterisk (*) is used as the
address parameter, the DHCP server clears all automatic bindings.
â—† Use the no host command to delete a manual binding.
â—† This command is normally used after modifying the address pool, or after
moving DHCP service to another device.
Example.
Console#clear ip dhcp binding *
Console#
Related Commands
show ip dhcp binding (904)
show ip dhcp This command displays a brief list of DHCP address pools configured on the switch.
Command Mode
Privileged Exec
Example
Console#show ip dhcp
Name Type IP Address Mask Active Pool
-------- ---- --------------- --------------- -------------------------------
tps Net 192.168.1.0 255.255.255.0 192.168.1.1 - 192.168.1.254
Total entry : 1
Console#