Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DhcpScopeV6 complex type allows the extension of the DhcpScope complex type. This specifies a scope for specifying IPv6 address assignment with DHCP. As this depicts the IPv6 DHCP scope, the StartAddress and EndAddress MUST be valid IPv6 address. The PrefixLength MUST be greater than or equal to 1 and MUST be no greater than 127.
-
<xs:complexType name="DhcpScopeV6"> <xs:complexContent mixed="false"> <xs:extension base="ipam:DhcpScope"> <xs:sequence> <xs:element minOccurs="0" name="PreferredLeaseTime" type="ser:duration" /> <xs:element minOccurs="0" name="PurgeInterval" type="ser:duration" /> <xs:element minOccurs="0" name="ScopePreference" type="xsd:unsignedByte" /> <xs:element minOccurs="0" name="ScopeType" type="ipam:AddressAssignment" /> <xs:element minOccurs="0" name="StatelessClientInventoryLoggingStatus" type="ipam:DhcpStatelessClientInventoryStatus" /> <xs:element minOccurs="0" name="ValidLeaseTime" type="ser:duration" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
PreferredLeaseTime: Specifies the Preferred Lease Time duration of the DHCPv6 scope.
PurgeInterval: Specifies the duration at which the DHCPv6 stateless client inventory records are to be purged for the specified scope on the DHCP server instance.
ScopePreference: Specifies the scope preference setting associated with the DHCPv6 scope.
ScopeType: Specifies the address assignment type of the scope – whether it is dynamic or stateless address assignment.
StatelessClientInventoryLoggingStatus: Specifies the DHCPv6 stateless client inventory logging is to be enabled for the scope or not.
ValidLeaseTime: Specifies the Valid Lease Time duration of the DHCPv6 scope.