DirectAccess Server Configuration - NetworkSecurity: State Util Critical

DirectAccess_Server_Configuration_NetworkSecurity_State.Util.Critical (DependencyMonitor)

This alarm is a roll-up of the alarm in the Network Security component and indicates that the "Current State Entres" counter has reached critical levels.

Knowledge Base article:

Summary

This alarm is a roll-up of the alarm in the Network Security component. This alarm indicates that the "Current State Entries" counter (under the ‘IPSec DOS Protection’ object in perfmon) has exceeded critical levels. "Current state Entries" is the number of active state entries in the table. A state entry is a pair of IPv6 addresses that is authorized to pass through from a public to an internal interface.

Resolutions

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

Use the following Netsh command to adjust the maximum number of active sessions defined in this server:

netsh ipsecdosprotection set miscellaneous maxentries=<no. of entries>

Maxentries can range from 1 to 4294967295.

Element properties:

TargetDirectAccess_Server_Class
Parent MonitorSystem.Health.ConfigurationState
AlgorithmWorstOf
Source MonitorNetwork_Security_StateUtil_Critical
RelationshipDirectAccess_Server.Network_Security
CategoryCustom
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="DirectAccess_Server_Configuration_NetworkSecurity_State.Util.Critical" Accessibility="Public" Enabled="true" Target="DirectAccess_Server_Class" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" RelationshipType="DirectAccess_Server.Network_Security" MemberMonitor="Network_Security_StateUtil_Critical">
<Category>Custom</Category>
<Algorithm>WorstOf</Algorithm>
<MemberUnAvailable>Error</MemberUnAvailable>
</DependencyMonitor>