3.1.1.14 Per DHCPv6Scope (Public)

The DHCPv6Scope ADM element represents a DHCPv6 scope configured on a DHCPv6 server. This object is initialized by the API method R_DhcpCreateSubnetV6. The initialization of all members of this object is described in the protocol behavior. If the DHCPv6Scope ADM element is deleted by using the API method R_DhcpDeleteSubnetV6, the contained elements of DHCPv6Scope ADM element described below are also deleted.

DHCPv6Scope.SubnetInfoV6: This ADM element field holds the IP subnet information for the DHCPv6 scope. It corresponds to the data type DHCP_SUBNET_INFO_V6 structure, as specified in section 2.2.1.2.56. This variable is stored in memory as well as in persistent store.

DHCPv6Scope.DHCPv6ExclusionRangeList: This ADM element field is a list of DHCPv6ExclusionRange ADM element objects (section 3.1.1.15). The DHCPv6ExclusionRangeList ADM element represents the set of exclusion ranges configured on the DHCPv6 subnet. This variable is stored in memory as well as in persistent store.

DHCPv6Scope.DHCPv6ReservationList: This ADM element field is a list of DHCPv6Reservation structures (section 3.1.1.16). The DHCPv6ReservationList ADM element represents the set of reservations configured on the DHCPv6 subnet. This variable is stored in memory as well as in persistent store.

DHCPv6Scope.DHCPv6ScopeClassedOptValueList: This ADM element field is a list of DHCPv6ClassedOptValue ADM element objects (section 3.1.1.17). The DHCPv6ScopeClassedOptValueList ADM element represents the set of options and their values at the scope level for the DHCPv6 subnet. This variable is stored in memory as well as in persistent store.

DHCPv6Scope.DHCPv6ClientInfoList: This ADM element field is a list of DHCPv6ClientInfo ADM element objects (section 3.1.1.18). The DHCPv6ClientInfoList ADM element represents the set of clients who are leased an IPv6 address from the DHCPv6 subnet. To limit memory use, this variable is stored only in persistent storage, not in memory.

DHCPv6Scope.DHCPv6StatelessSettings: This ADM element field represents configuration settings for the DHCPv6 stateless client inventory for the specified scope and corresponds to the data type DHCPV6_STATELESS_PARAMS (section 2.2.1.2.112). The DHCPv6StatelessSettings ADM element can be stored and retrieved using the R_DhcpV6SetStatelessParams (section 3.2.4.117) and R_DhcpV6GetStatelessParams (section 3.2.4.118) methods. This variable is stored in memory and in the persistent store.