2.2.5.19 DhcpScopeStatus

This simple type is an enumeration that specifies the configuration of whether a scope instance is activated or deactivated.

 <xs:simpleType name="DhcpScopeStatus">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="Activated" />
     <xs:enumeration value="Deactivated" />
   </xs:restriction>
 </xs:simpleType>

The following table specifies the valid values for this type.

Value

Description

None

Unspecified or an invalid value.

Activated

The DHCP scope is active on the DHCP server instance.

Deactivated

The DHCP scope is disabled on the DHCP server instance.