2.2.5.14 DhcpDnsNameProtectionStatus

This simple type is an enumeration that specifies the configuration of whether DNS name protection is enabled or not on a DHCP server instance.

 <xs:simpleType name="DhcpDnsNameProtectionStatus">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="Enabled" />
     <xs:enumeration value="Disabled" />
     
   </xs:restriction>
 </xs:simpleType>

The following table specifies the valid values for this type.

Value

Description

None

Unspecified or an invalid value.

Enabled

DNS name protection is enabled (See [RFC4701] for information on DNS name protection.)

Disabled

DNS name protection is not enabled.