Clear ip dhcp binding, Syntax description, Command modes – Cisco 32369 User Manual

Page 15: Usage guidelines, Examples, Related commands

Advertising
background image

clear ip dhcp binding

Cisco IOS DHCP Server 15

clear ip dhcp binding

To delete an automatic address binding from the Cisco IOS Dynamic Host Configuration Protocol
(DHCP) Server database, use the clear ip dhcp binding privileged EXEC command.

clear ip dhcp binding address | *

Syntax Description

Command Modes

Privileged EXEC

Usage Guidelines

Typically, the address denotes the client’s IP address. If the asterisk (*) character is used as the
address parameter, DHCP clears all automatic bindings.

Use the no ip dhcp pool global configuration command to delete a manual binding.

Examples

The following example deletes the address binding 10.12.1.99 from a DHCP server database:

clear ip dhcp binding 10.12.1.99

Related Commands

show ip dhcp binding

address

The address of the binding you want to clear.

*

Clears all automatic bindings.

Advertising