| Win32_PerfFormattedData_IPSec_IPSecv4IKE | |||
| Displays Internet Key Exchange (IKE) counters. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| AcquireHeapSize | UInt32 | The number of entries in the acquire heap. The acquire heap stores successful acquires. Acquires are outbound requests to establish security associations between IPSec peers. | |
| Caption | String | A short textual description (one-line string) for the statistic or metric. | |
| Description | String | A textual description of the statistic or metric. | |
| Frequency_Object | UInt64 | NA | |
| Frequency_PerfTime | UInt64 | NA | |
| Frequency_Sys100NS | UInt64 | NA | |
| MainModeSAListEntries | UInt32 | The number of main mode state entries. This counter includes successfully negotiated main modes, main mode negotiations in progress, and main mode negotiations that failed or expired and have not yet been deleted. | |
| Name | String | The Name property defines the label by which the statistic or metric is known. When subclassed, the property can be overridden to be a Key property. | |
| QuickModeSAListEntries | UInt32 | The number of quick mode negotiations that are in progress. | |
| ReceiveHeapSize | UInt32 | The number of entries in the Internet Key Exchange (IKE) receive buffers. The receive buffers are used to store incoming IKE messages. | |
| Timestamp_Object | UInt64 | NA | |
| Timestamp_PerfTime | UInt64 | NA | |
| Timestamp_Sys100NS | UInt64 | NA | |
| TotalAuthenticationFailures | UInt32 | The total number of identity authentication (Kerberos, certificate, and preshared key) failures that occurred during main mode negotiation since the IPSec service was last started. | |
| TotalMainModeSAs | UInt32 | The total number of successful security associations created during main mode negotiations since the IPSec service was last started. | |
| TotalNegotiationFailures | UInt32 | The total number of negotiation failures that occurred during main mode or quick mode negotiation since the IPSec service was last started. | |
| TotalQuickModeSAs | UInt32 | The total number of successful security associations created during quick mode negotiations since the IPSec service was last started. | |
| TotalSoftAssociations | UInt32 | The total number of security associations (SAs) formed with computers that did not respond to main mode negotiation attempts (though IPSec policy allowed communications) since the IPSec service was last started. Packets that match soft SAs are not secured by IPSec. | |
| SAMPLE DATA INSTANCE | |||
|    [Description("Displays Internet Key Exchange (IKE) counters."): ToInstance Amended, DisplayName("IPSec v4 IKE"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]    instance of Win32_PerfFormattedData_IPSec_IPSecv4IKE    {     [Description("The number of entries in the acquire heap. The acquire heap stores successful acquires. Acquires are outbound requests to establish security associations between IPSec peers."): ToInstance Amended, DisplayName("Acquire Heap Size"): ToInstance Amended] AcquireHeapSize = 1;     [Description("The number of main mode state entries. This counter includes successfully negotiated main modes, main mode negotiations in progress, and main mode negotiations that failed or expired and have not yet been deleted."): ToInstance Amended, DisplayName("Main Mode SA List Entries"): ToInstance Amended] MainModeSAListEntries = 0;     [Description("The number of quick mode negotiations that are in progress."): ToInstance Amended, DisplayName("Quick Mode SA List Entries"): ToInstance Amended] QuickModeSAListEntries = 0;     [Description("The number of entries in the Internet Key Exchange (IKE) receive buffers. The receive buffers are used to store incoming IKE messages."): ToInstance Amended, DisplayName("Receive Heap Size"): ToInstance Amended] ReceiveHeapSize = 0;     [Description("The total number of identity authentication (Kerberos, certificate, and preshared key) failures that occurred during main mode negotiation since the IPSec service was last started."): ToInstance Amended, DisplayName("Total Authentication Failures"): ToInstance Amended] TotalAuthenticationFailures = 0;     [Description("The total number of successful security associations created during main mode negotiations since the IPSec service was last started."): ToInstance Amended, DisplayName("Total Main Mode SAs"): ToInstance Amended] TotalMainModeSAs = 0;     [Description("The total number of negotiation failures that occurred during main mode or quick mode negotiation since the IPSec service was last started."): ToInstance Amended, DisplayName("Total Negotiation Failures"): ToInstance Amended] TotalNegotiationFailures = 0;     [Description("The total number of successful security associations created during quick mode negotiations since the IPSec service was last started."): ToInstance Amended, DisplayName("Total Quick Mode SAs"): ToInstance Amended] TotalQuickModeSAs = 0;     [Description("The total number of security associations (SAs) formed with computers that did not respond to main mode negotiation attempts (though IPSec policy allowed communications) since the IPSec service was last started. Packets that match soft SAs are not secured by IPSec."): ToInstance Amended, DisplayName("Total Soft Associations"): ToInstance Amended] TotalSoftAssociations = 0;    }; | |||