Client-identifier – Enterasys Networks X-Pedition XSR CLI User Manual
Page 595
DHCP Commands
XSR CLI Reference Guide 15-85
Example
The following example specifies string clientclass1 that will be the name of the client class:
XSR(config-dhcp-pool)#client-class cc1
client-identifier
This command specifies the unique identifier (in dotted hexadecimal notation) for a Microsoft
DHCP client. It is valid for manual bindings only. Microsoft DHCP clients require client identifiers
instead of hardware addresses. The client identifier is formed by concatenating the media type
and the Ethernet hardware (MAC) address.
For example, the Microsoft client identifier for Ethernet address 0001.f401.2710 is
0100.01f4.0127.10, where the leading 01 (italicized above) indicates the Ethernet media type. Be
aware that you cannot add a client identifier to different DHCP pools. For example, client ID
0100.01f4.0127.10 cannot be added to both pool1 and pool2.
Syntax
client-identifier identifier [client-class name]
Syntax of the “no” Form
Use the no form of this command to delete the client identifier:
no client-identifier identifier [client-class name]
Mode
Any of the following command modes are available:
DHCP pool configuration:
XSR(config-dhcp-pool)#
DHCP host configuration:
XSR(config-dhcp-host)#
DHCP client class configuration:
XSR(config-dhcp-class)#
Next Mode
When this command is specified from DHCP pool configuration sub‐mode or DHCP client‐class
mode, the CLI acquires DHCP host mode. When the command is entered from DHCP host mode
,
the CLI does not acquire a sub‐mode.
XSR(config-dhcp-host)#
Note: You cannot add a client identifier to different DHCP pools. For example, client ID
0100.01f4.0127.10 cannot be added to both pool1 and pool2.
identifier
Unique identification of the client in dotted hexadecimal notation; for example:
0100.01f4.0127.10.
name
Specifies a client belonging to a client class.