BACK TO INDEX

Win32_PerfFormattedData_IPSec_IPSecv4IKE
Displays Internet Key Exchange (IKE) counters.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AcquireHeapSizeUInt32The number of entries in the acquire heap. The acquire heap stores successful acquires. Acquires are outbound requests to establish security associations between IPSec peers.
CaptionStringA short textual description (one-line string) for the statistic or metric.
DescriptionStringA textual description of the statistic or metric.
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
MainModeSAListEntriesUInt32The 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.
NameStringThe 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.
QuickModeSAListEntriesUInt32The number of quick mode negotiations that are in progress.
ReceiveHeapSizeUInt32The number of entries in the Internet Key Exchange (IKE) receive buffers. The receive buffers are used to store incoming IKE messages.
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
TotalAuthenticationFailuresUInt32The total number of identity authentication (Kerberos, certificate, and preshared key) failures that occurred during main mode negotiation since the IPSec service was last started.
TotalMainModeSAsUInt32The total number of successful security associations created during main mode negotiations since the IPSec service was last started.
TotalNegotiationFailuresUInt32The total number of negotiation failures that occurred during main mode or quick mode negotiation since the IPSec service was last started.
TotalQuickModeSAsUInt32The total number of successful security associations created during quick mode negotiations since the IPSec service was last started.
TotalSoftAssociationsUInt32The 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;
   };