client-identifier

Use this command to enable DHCP host configuration mode and optionally associate a client class with a DHCP client.

Syntax

client-identifier unique-identifier [client-class name]
no client-identifier unique-identifier

Parameters

unique-identifier Specifies the client‘s unique-identifier.
client-class name (Optional) Specifies the class to which this client will be assigned. Must be configured using the client-class name as described in client-class.

Defaults

If client-class is not specified, none will be assigned.

Mode

DHCP address pool configuration command mode.

Usage

The “no” form of this command deletes a client identifier.

Example

This example shows how to create a client-identifier with an identifier of 010e.fd04.2000.01 and assign the client-class clientclass1 to it:

System(rw-config)->ip dhcp pool localpool
System(rw-config-dhcp-pool)->client-identifier 010e.fd04.2000.01 client-class clientclass1
System(rw-config-dhcp-host)->