| how to configure dhcp client identifier Hi Everybody,
The DHCP client ID is an id that is unique for DHCP clients at least in the same subnet. Usually the client uses MAC-address as Client-Identifier in the DHCPDISCOVER message. The Client-Identifier may be different other than MAC-Address, For example a FQDN name, as per the RFC 2132 Ref, (code 61).
Usaually, we use the following to bind the ip address based on MAC-address
host host1 {
hardware ethernet 00:02:c3:d0:e5:83;
fixed-address 40.175.42.254;}
1. At the server side, then how to assign the ip addresses to the clients , if the Client-Identifier is FQDN name in the DHCPDISCOVER message other than MAC-Address.
2. How to configure the client-identifier as FQDN name at client side.
Please help me,
Thanks Inadvance,
Mummaneni. |