Share via


2.2.4.57 DhcpScopeV4

The DhcpScopeV4 complex type allows the extension of the DhcpScope complex type. This specifies a scope for specifying IPv4 address assignment with DHCP. As this depicts the IPv4 DHCP scope, the StartAddress and EndAddress MUST be valid IPv4 address. The PrefixLength  MUST be greater than or equal to 1 and MUST be no greater than 30.

 <xs:complexType name="DhcpScopeV4">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:DhcpScope">
       <xs:sequence>
         <xs:element minOccurs="0" name="BootpLeaseDuration" type="ser:duration" />
         <xs:element minOccurs="0" name="BootpLeaseDurationType" type="ipam:DhcpLeaseDurationType" />
         <xs:element minOccurs="0" name="DnsNotRequestingClientsUpdateType" type="ipam:DhcpDnsNotRequestingClientsUpdateType" />
         <xs:element minOccurs="0" name="LeaseDuration" type="ser:duration" />
         <xs:element minOccurs="0" name="LeaseDurationType" type="ipam:DhcpLeaseDurationType" />
         <xs:element minOccurs="0" name="ServingClientsType" type="ipam:DhcpServingClientsType" />
         <xs:element minOccurs="0" name="SubnetDelay" type="xsd:long" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

BootpLeaseDuration: This specifies the lease duration to be used for BOOTP protocol clients. See [RFC2132] for more information on BOOTP clients.

BootpLeaseDurationType: Specifies the lease duration type to be used for the BOOTP protocol clients.

DnsNotRequestingClientsUpdateType: This specifies the dynamic DNS registration behavior to be used for the scope. This specifically specifies the setting the DHCP server has to use for DHCP clients that do not provide any dynamic DNS registration requirements.

LeaseDuration: This specifies the lease duration of the DHCP scope to be used for DHCP clients.

LeaseDurationType: This specifies the type of lease duration specified for the DHCP clients configured on the DHCP scope.

ServingClientsType: This specifies the type of clients the DHCP scope on the DHCP server instance is to be used for.

SubnetDelay: This specifies the delay the DHCP server has to use before servicing the DHCP protocol clients.