Reference Guide
Dynamic Host Configuration Protocol (DHCP) | 253
Create Manual Binding Entries
An address binding is a mapping between the IP address and Media Access Control (MAC) address of a
client. The DHCP server assigns the client an available IP address automatically, and then creates a entry in
the binding table. However, the administrator can manually create an entry for a client; manual bindings
are useful when you want to guarantee that a particular network device receives a particular IP address.
Manual bindings can be considered single-host address pools. There is no limit on the number of manual
bindings, but you can only configure one manual binding per host.
To create a manual binding:
Debug DHCP server
DHCP Clear Commands
Note: FTOS does not prevent you from using a network IP as a host IP; be sure to not use a network IP
as a host IP.
Step Task Command Syntax Command Mode
1 Create an address pool
pool name
DHCP
2 Specify the client IP address.
host address
DHCP <POOL>
3 Specify the client hardware address.
•
hardware-address is the client MAC
address.
type is the protocol of the hardware
platform. The default protocol is Ethernet.
hardware-address hardware-address type
DHCP <POOL>
Task Command Syntax Command Mode
Display debug information for DHCP server.
debug ip dhcp server [events | packets]
EXEC Privilege
Task Command Syntax Command Mode
Clear DHCP binding entries for the entire binding table.
clear ip dhcp binding
EXEC Privilege
Clear a DHCP binding entry for an individual IP address.
clear ip dhcp binding ip address
EXEC Privilege
Clear a DHCP address conflict.
clear ip dhcp conflict
EXEC Privilege
Clear DHCP server counters.
clear ip dhcp server statistics
EXEC Privilege
Clear the DHCP binding table.
clear ip dhcp snooping
EXEC Privilege










