2.2.5.60 IPRangeOverlap

The IPRangeOverlap simple type is an enumeration that indicates whether an IP address range overlaps with another IP address range.

 <xs:simpleType name="IPRangeOverlap">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="NotOverlapping" />
     <xs:enumeration value="Overlapping" />
     <xs:enumeration value="OverlappingBecauseFailover" />
   </xs:restriction>
 </xs:simpleType>

The following table describes the various values of this type.

Value

Description

NotOverlapping

The IP address range does not overlap with any other IP address range.

Overlapping

The IP address range overlaps with another IP address range.

OverlappingBecauseFailover

The IP address range overlaps with another IP address range and the two address ranges are used in different DHCP servers that are in a failover relationship.