Netgear M4300-52G-PoE+ (GSM4352PA) - 48x1G PoE+ Stackable Managed Switch with 2x10GBASE-T and 2xSFP+ (550W PSU) Administrator's Guide

Page of 688
DHCP Server 
469
 Managed Switches
e.  Under DHCP Pool Configuration, enter the following information:
In the Pool Name list, select Create.
In the Pool Name field, enter pool_dynamic.
In the Type of Binding list, select Dynamic.
In the Network Number field, enter 192.168.100.0.
In the Network Mask field, enter 255.255.255.0. As an alternate, you can enter 
24 in the Network Prefix Length field. Do not fill in both the Network Mask field 
and Network Prefix Length fields.
In the Days field, enter 1.
f.  Click Add
The pool_dynamic name is now added to the Pool Name drop-down list.
Configure a DHCP Server that Assigns a Fixed IP Address
The following example shows how to set up a DHCP server with an IP address pool and let 
the DHCP server assign a fixed IP address based on a MAC address. The example is shown 
as CLI commands and as a Web interface procedure.
CLI: Configure a DHCP Server that Assigns a Fixed IP Address
Note:
The unique identifier is a concatenation of the media type and MAC 
addresses. For example, the Microsoft client identifier for Ethernet 
address c8:19:24:88:f1:77 is 01:c8:19:24:88:f1:77, where 01 
represents the Ethernet media type. For more information, see the 
“Address Resolution Protocol Parameters” section of RFC 1700.
(Netgear Switch)#config
(Netgear Switch) (Config)#service dhcp
(Netgear Switch) (Config)#ip dhcp pool pool_manual
(Netgear Switch) (Config)#client-name dhcpclient
(Netgear Switch) (Config)#hardware-address 00:01:02:03:04:05
(Netgear Switch) (Config)#host 192.168.200.1 255.255.255.0
(Netgear Switch) (Config)#client-identifier 01:00:01:02:03:04:05