Host=192.168.1.1
MACAddress=00-90-12-13-14-15
3. All static assignments can then be listed and each is listed with an index number:
gw-world:/DHCPServer1> show
# Comments
- -------
+ 1 <empty>
4. An individual static assignment can be shown using its index number:
gw-world:/DHCPServer1> show DHCPServerPoolStaticHost 1
Property Value
----------- -----------------
Index: 1
Host: 192.168.1.1
MACAddress: 00-90-12-13-14-15
Comments: <empty>
5. The assignment could be changed later to IP address 192.168.1.12 with the following
command:
gw-world:/DHCPServer1> set DHCPServerPoolStaticHost 1
Host=192.168.1.12
MACAddress=00-90-12-13-14-15
Web Interface
1. Go to: Network > DHCP Services > DHCP Servers > DHCPServer1
2. Select Static Hosts
3. Select Add > Static Host Entry
4. Now enter:
• Host: 19.168.1.1
• MAC: 00-90-12-13-14-15
5. Click OK
5.3.2. Custom IPv4 Options
Adding a Custom Option to the DHCP server definition allows the administrator to send specific
pieces of information to DHCP clients in the DHCP leases that are sent out.
An example of this is certain switches that require the IP address of a TFTP server from which
they can get certain extra information.
Custom Option Parameters
Chapter 5: DHCP Services
402