z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


NMsec_GET_SUMMARY

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

Figure 1. NMsec_GET_SUMMARY response format
The NMsec_GET_SUMMARY response consists of the NMsecMessageHdr field and one response record.

For the requested stack, one record is returned, which indicates statistical data. This record has a single section, NMsecStatistics, that contains the following data.

Table 1. NMsecStatistics structure
Field Offset Length Format Description
NMsStatP1Active 0 4 bytes Binary Current number of active IKE tunnels.
NMsStatP1InProgress 4 4 bytes Binary Current number of IKE tunnels in-progress, either pending or in negotiation.
NMsStatP1Expired 8 4 bytes Binary Current number of expired IKE tunnels.

This is a current count (not cumulative). Expired IKE tunnels are retained until all associated dynamic tunnels have expired.

NMsStatP1LclActSuccess 12 8 bytes Binary Cumulative number of successful IKE tunnel activations that were initiated locally for this stack over the life of the IKE daemon.

This data is cumulative even across stack restarts.

NMsStatP1RmtActSuccess 20 8 bytes Binary Cumulative number of successful IKE tunnel activations that were initiated remotely for this stack over the life of the IKE daemon.

This data is cumulative even across stack restarts.

NMsStatP1LclActFailure 28 8 bytes Binary Cumulative number of failed IKE tunnel activations that were initiated locally for this stack over the life of the IKE daemon.

This data is cumulative even across stack restarts.

NMsStatP1RmtActFailure 36 8 bytes Binary Cumulative number of failed IKE tunnel activations that were initiated remotely for this stack over the life of the IKE daemon.

This data is cumulative even across stack restarts.

NMsStatP1Retransmit 44 8 bytes Binary Cumulative number of retransmitted key exchange (phase 1) messages sent for this stack over the life of the IKE daemon.

This data is cumulative even across stack restarts.

NMsStatP1Replay 52 8 bytes Binary Cumulative number of replayed key exchange (phase 1) messages received for this stack over the life of the IKE daemon.

This data is cumulative even across stack restarts.

NMsStatP1Invalid 60 8 bytes Binary Cumulative number of key exchange (phase 1) messages that are not valid that have been received for this stack over the life of the IKE daemon. This number does not include message authentication failures.

This data is cumulative even across stack restarts.

NMsStatP1AuthFail 68 8 bytes Binary Cumulative number of key exchange (phase 1) message authentication failures for this stack over the life of the IKE daemon.

This data is cumulative even across stack restarts.

NMsStatP2Active 76 4 bytes Binary Current number of active dynamic tunnels known to the TCP⁄IP stack. This number does not include SWSA shadow tunnels or manual tunnels.
NMsStatP2ActiveShadow 80 4 bytes Binary Current number of active dynamic SWSA shadow tunnels known to the TCP⁄IP stack.
NMsStatP2InProgress 84 4 bytes Binary Current number of dynamic tunnels in progress, either pending or in negotiation.
NMsStatP2Expired 88 4 bytes Binary Current number of expired dynamic tunnels known to the TCP⁄IP stack. This includes both non-shadow and shadow tunnels.
NMsStatP2ActSuccess 92 8 bytes Binary Cumulative number of successful dynamic tunnel activations for this stack over the life of the IKE daemon.

This data is cumulative even across stack restarts.

NMsStatP2ActFailure 100 8 bytes Binary Cumulative number of failed dynamic tunnel activations for this stack over the life of the IKE daemon.

This data is cumulative even across stack restarts.

NMsStatP2Retransmit 108 8 bytes Binary Cumulative number of retransmitted QUICKMODE (phase 2) messages sent for this stack over the life of the IKE daemon.

This data is cumulative even across stack restarts.

NMsStatP2Replay 116 8 bytes Binary Cumulative number of replayed QUICKMODE (phase 2) messages received for this stack over the life of the IKE daemon.

This data is cumulative even across stack restarts.

NMsStatP2Invalid 124 8 bytes Binary Cumulative number of QUICKMODE (phase 2) messages that were not valid that were received for this stack over the life of the IKE daemon.

This data is cumulative even across stack restarts.

NMsStatP1BytesOut 132 8 bytes Binary Cumulative number of outbound bytes of IKE traffic protected by IKE tunnels for this stack over the life of the IKE daemon.

This data is cumulative even across stack restarts.

NMsStatP1BytesIn 140 8 bytes Binary Cumulative number of inbound bytes of IKE traffic protected by IKE tunnels for this stack over the life of the IKE daemon.

This data is cumulative even across stack restarts.

NMsStatP2BytesOut 148 8 bytes Binary Cumulative number of outbound bytes of IP traffic protected by dynamic and manual tunnels for this stack over the life of the TCP⁄IP stack.
NMsStatP2BytesIn 156 8 bytes Binary Cumulative number of inbound bytes of IP traffic protected by dynamic and manual tunnels for this stack over the life of the TCP⁄IP stack.
NMsStatFilterDeny 164 8 bytes Binary Cumulative number of packets denied as the result of IP filter action DENY for this stack over the life of the TCP⁄IP stack.
NMsStatFilterMismatch 172 8 bytes Binary Cumulative number of packets denied as the result of mismatch with filter action for this stack over the life of the TCP⁄IP stack.
NMsStatFilterMatch 180 8 bytes Binary Cumulative number of packets matching an IP filter over the life of the TCP⁄IP stack. This includes generic (permit and deny) filters, IPSec filters, and defensive filters.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014