ECS4100 Series CLI Reference Guide-R07

Table Of Contents
Chapter 32
| DHCP Commands
DHCP Server
– 885 –
Example
Console(config-dhcp)#bootfile wme.bat
Console(config-dhcp)#
Related Commands
next-server (892)
client-identifier This command specifies the client identifier of a DHCP client. Use the no form to
remove the client identifier.
Syntax
client-identifier {text text | hex hex}
no client-identifier
text - A text string. (Range: 1-32 characters)
hex - The hexadecimal value.
Default Setting
None
Command Mode
DHCP Pool Configuration
Command Usage
This command identifies a DHCP client to bind to an address specified in the
host command. If both a client identifier and hardware address are configured
for a host address, the client identifier takes precedence over the hardware
address in the search procedure.
BOOTP clients cannot transmit a client identifier. To bind an address to a BOOTP
client, you must associate a hardware address with the host entry.
Example
Console(config-dhcp)#client-identifier text steve
Console(config-dhcp)#
Related Commands
host (888)