Share via


2.2.4.174 DhcpVendorClassV6

The DhcpVendorClassV6 complex type allows the extension of the DhcpVendorClass complex type. This specifies the DhcpVendorClass instance associated with the IPv6-specific DhcpServer instance.

 <xs:complexType name="DhcpVendorClassV6">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:DhcpVendorClass">
       <xs:sequence>
         <xs:element minOccurs="0" name="IanaVendorID" type="xsd:unsignedInt" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

IanaVendorID: This specifies the IANA assigned vendor identified for the vendor class, which is specific to the IPv6 version of the DhcpVendorClass.