Quick Reference Guide

130 | DHCP
www.dell.com | support.dell.com
Table 8-6. Messages Exchanged between a DHCP Client and Server
Configuring the Switch as a DHCP Server
Important Points to Remember
The S-Series supports a maximum of 16 pools. If you attempt to configure more than 16 pools, the
switch prints the following error message:
Could not create DHCP pool.
Up to 256 leases can be offered.
To create a partial scope, use the
ip dhcp excluded-address ip address command.
When configuring VLANs, SFTOS automatically matches the requests coming from a particular
subnet to the pool with that subnet and assigns an IP address accordingly. For example, it will
recognize that a request has been received from a host on VLAN 10, which is using addresses on the
10.10.10.0 network, and automatically assign it an address from the 10.10.10.0 pool.
Configuration Task List
Configuring a DHCP address pool (required) on page 131
Excluding IP addresses (optional) on page 131
Enabling the SFTOS DHCP Server feature (required) on page 131
Reference Message Use
0x01 DHCPDISCOVER The client is looking for available DHCP servers.
0x02 DHCPOFFER The server response to the client’s DHCPDISCOVER message.
0x03 DHCPREQUEST The client broadcasts to the server, requesting offered parameters from one server
specifically, as defined in the packet.
0x04 DHCPDECLINE The client-to-server communication, indicating that the network address is already in
use.
0x05 DHCPACK The server-to-client communication with configuration parameters, including
committed network address.
0x06 DHCPNAK The server-to-client communication, refusing the request for configuration parameter.
0x07 DHCPRELEASE The client-to-server communication, relinquishing network address and canceling
remaining leases.
0x08 DHCPINFORM The client-to-server communication, asking for only local configuration parameters
that the client already has externally configured as an address.