DHCP Server 2012 IPv6 Scope Full Monitor

Microsoft.Windows.DHCPServer.2012.IPv6Runtime.UnitMonitor.ScopeFull (UnitMonitor)

There are no available IPv6 addresses

Knowledge Base article:

Summary

Internet Protocol v6 (IPv6) addresses are leased by the Dynamic Host Configuration Protocol IPv6 (DHCPv6) server to its clients. Each lease has an expiration date, which the client must renew if it is going to continue to use that IPv6 address. The DHCPv6 server cannot issue leases to clients if the number of available IP addresses in the scope is insufficient.

Causes

DHCP has determined that a scope is nearing capacity. If the scope becomes full, the DHCP server cannot lease additional IP addresses. Client computers that cannot obtain new leases from the DHCP server will not have network connectivity

Resolutions

Resolution: Extend DHCP scopes, reduce lease times, or decrease cleanup interval

If the DHCP server does not have IP addresses available to provide to the requesting client, then the request fails, and the client might not be able to communicate with other computers on the network. When this occurs, consider the following possible solutions:

Extend the DHCP scopes

If you already have a DHCP scope and the Start Address and End Address do not currently include all addresses for your specific subnet, you can increase the number of addresses in the scope by extending the Start Address or End Address in the scope properties.

To perform these procedures, you must be a member of the Administrators group, or you must have been delegated the appropriate authority.

To increase the number of addresses available to clients:

Reduce the lease duration

To perform these procedures, you must be a member of the Administrators group, or you must have been delegated the appropriate authority.

To reduce the lease duration:

Decrease the cleanup interval

To perform these procedures, you must be a member of the Administrators group, or you must have been delegated the appropriate authority.

To use a Netsh command to set the cleanup interval time:

Example

In the following example, this command sets the database cleanup interval to 10,080 minutes (every seven days).

netsh dhcp set databasecleanupinterval 10080

Resolution: Take no action

A DHCP client might decline an address from the server if:

This condition should resolve itself, but if it persists, you can reconfigure reservations or exclusion ranges on the DHCP server.

Reconfigure client reservations

Client reservations allow you to reserve a specific IP address for permanent use by a DHCP client. Typically, reservations are used if the client has an IP address that was assigned by using another method for TCP/IP configuration.

Reservation IP addresses cannot be modified. If you want to change the IP address of a reservation, delete the reservation, and then re-create it with the new IP address.

To perform these procedures, you must be a member of the Administrators group, or you must have been delegated the appropriate authority.

To delete the reservation and then re-create it with the new IP address:

Reconfigure exclusion ranges

To prevent address conflicts, the scopes that you define must exclude the IP addresses of devices that you statically configure, such as DHCP servers. By setting exclusion ranges, an administrator can exclude IP address ranges within a scope so that those addresses are not offered to DHCP clients. When you create a new scope, immediately exclude IP addresses of the existing statically-configured computers. Excluded IP addresses can be active on your network, but only when these IP addresses are manually configured or distributed as reserved IP addresses.

To perform these procedures, you must be a member of the Administrators group, or you must have been delegated the appropriate authority.

To reconfigure exclusion ranges:

Element properties:

TargetMicrosoft.Windows.DHCPServer.2012.IPv6Runtime
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.2SingleEventLogManualReset3StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
DHCP Server 2012 IPv6 scope has reached its capacity
Internet Protocol v6 (IPv6) addresses are leased by the Dynamic Host Configuration Protocol IPv6 (DHCPv6) server to its clients. Each lease has an expiration date, which the client must renew if it is going to continue to use that IPv6 address. The DHCPv6 server cannot issue leases to clients if the number of available IP addresses in the scope is insufficient.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.DHCPServer.2012.IPv6Runtime.UnitMonitor.ScopeFull" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DHCPServer.2012.IPv6Runtime" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.2SingleEventLogManualReset3StateMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DHCPServer.2012.IPv6Runtime.UnitMonitor.ScopeFull_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Error" MonitorTypeStateID="FirstEventRaised" HealthState="Error"/>
<OperationalState ID="Warning" MonitorTypeStateID="SecondEventRaised" HealthState="Warning"/>
<OperationalState ID="Success" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<FirstComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</FirstComputerName>
<FirstLogName>System</FirstLogName>
<FirstExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-DHCP-Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">10003</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</FirstExpression>
<SecondComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</SecondComputerName>
<SecondLogName>System</SecondLogName>
<SecondExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-DHCP-Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">10005</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</SecondExpression>
</Configuration>
</UnitMonitor>