client-name

Use this command to assign a name and optionally associate a client class with a DHCP client.

Syntax

client-name name [client-class name]
no client-name name

Parameters

name Specifies a name for a DHCP client.

The client name should not include the domain name.

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 host configuration command mode.

Usage

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

Example

This example shows how to assign “soho1” as a client name in “clientclass1”:

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)->client-name soho1 client-class clientclass1