clear dhcp pool client-identifier
22-18 DHCP Server Configuration
Parameters
Defaults
None.
Mode
Switch command, read-write.
Usage
The client identifier is formed by concatenating the media type and the MAC address. For
example, if the client hardware type is Ethernet (media type code 1) and the client MAC address is
00:01:22:33:44:55, then the client identifier configured with this command must be
01:00:01:22:33:44:55.
For a list of media type codes, refer to the "Address Resolution Protocol Parameters" section of
RFC 1700, Assigned Numbers.
Example
This example shows how to configure the minimum requirements for a manual binding address
pool, using a client identifier rather than the hardware address of the client’s hardware platform.
C3(rw)->set dhcp pool manual2 client-identifier 01:00:01:22:33:44:55
C3(rw)->set dhcp pool manual2 host 10.12.1.10 255.255.255.0
clear dhcp pool client-identifier
Use this command to remove the unique identifier of a DHCP client from a manual binding
address pool.
Syntax
clear dhcp pool poolname client-identifier
Parameters
Defaults
None.
Mode
Switch command, read-write.
poolname Specifies the name of the address pool. Pool names may be up to 31
characters in length.
id Specifies the unique client identifier for this client. The value must be
entered in xx:xx:xx:xx:xx:xx format.
poolname Specifies the name of the address pool. Pool names may be up to 31
characters in length.