Users Guide

Table Of Contents
Switch Management Commands 2032
User Guidelines
For Microsoft DHCP clients, the identifier consists of the media type
followed by the MAC address of the client. The media type 01 indicates
Ethernet media.
Use the
show ip dhcp pool
command to display pool configuration
parameters.
Example
console(config-dhcp-pool)#client-identifier 01:03:13:18:22:33:11
console(config-dhcp-pool)#host 192.168.21.34 32
client-name
Use the client-name command in DHCP Pool Configuration mode to specify
the host name of a DHCP client. Use the no form of the command to remove
the client name configuration.
Syntax
client-name
name
no client-name
name
—The name of the DHCP client. The client name is specified as up
to 31 printable characters.
Default Configuration
There is no default client name.
Command Mode
DHCP Pool Configuration mode
User Guidelines
Use the
show ip dhcp pool
command to display pool configuration
parameters. The client name should not include the domain name as it is
specified separately by the
domain-name (IP DHCP Pool Config)
command. It
is not recommended to use embedded blanks in client names.
Question marks are not allowed in the client name. Enclose the client name
in quotes if a blank appears in the name.