Use this command to assign a name and optionally associate a client class with a DHCP client.
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. |
If client-class is not specified, none will be assigned.
DHCP host configuration command mode.
The “no” form of this command deletes a client name.
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