2.2.5.35 DhcpStatelessClientInventoryStatus

The DhcpStatelessClientInventoryStatus simple type is an enumeration that specifies whether the DHCPv6 stateless client inventory is enabled for a DHCP server instance.

 <xs:simpleType name="DhcpStatelessClientInventoryStatus">
   <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

The DHCPv6 stateless client inventory is enabled for the DHCP server instance.

Disabled

The DHCPv6 stateless client inventory is disabled for the DHCP server instance.