2.2.5.17 DhcpFailoverMode

The DhcpFailoverMode simple type is an enumeration that specifies the configured DHCP server failover modes between the partner DHCP servers in a failover setup.

 <xs:simpleType name="DhcpFailoverMode">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="LoadBalance" />
     <xs:enumeration value="HotStandby" />
   </xs:restriction>
 </xs:simpleType>

The following table specifies the valid values for this type.

Value

Description

None

Unspecified or an invalid value.

LoadBalance

The DHCP servers are configured in a "Load Balanced" failover mode.

HotStandby

The DHCP servers are configured in a "Hot Standby" failover mode.