Dynamic Host Configuration Protocol (DHCP)
The Dynamic Host Configuration Protocol (DHCP) is a network management protocol used on IP networks whereby a DHCP server dynamically assigns an IP address and other network configuration parameters to each device on a network so they can communicate with other IP networks.
The DHCP protocol provides a mechanism for unprovisioned hosts to request an IP-address and configuration via broadcast requests. Based on available address pools, a DHCP server can provide a DHCP client a time-limited IP address “lease”.
When running in a HA configuration with two nodes, only one of the nodes will actively operate as a DHCP server for those intererfaces that are shared between both systems. Client lease information is sychronized between nodes to ensure that upon link or node failure, the newly active DHCP server will operate with the same information.
-
Configuring an interface for DHCP server while the interface’s tenant (or a parent tenant) is configured for access to a DHCP relay service is an unsupported configuration and may result in unpredictable behavior.
-
The DHCP server cannot itself reside on an interface that is configured as a DHCP client.
For supporting information and DHCP configuration Best Practices, please refer to the DHCP Relay Best Practices Guide.