CISCO-IPSEC-FLOW-MONITOR-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-IPSEC-FLOW-MONITOR-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoIpSecFlowMonitorMIB 1.3.6.1.4.1.9.9.171
This is a MIB Module for monitoring the structures in IPSec-based Virtual Private Networks. The MIB has been designed to be adopted as an IETF standard. Hence Cisco-specific features of IPSec protocol are excluded from this MIB. Acronyms The following acronyms are used in this document: IPSec: Secure IP Protocol VPN: Virtual Private Network ISAKMP: Internet Security Association and Key Exchange Protocol IKE: Internet Key Exchange Protocol SA: Security Association MM: Main Mode - the process of setting up a Phase 1 SA to secure the exchanges required to setup Phase 2 SAs QM: Quick Mode - the process of setting up Phase 2 Security Associations using a Phase 1 SA. Overview of IPsec MIB The MIB contains six major groups of objects which are used to manage the IPSec Protocol. These groups include a Levels Group, a Phase-1 Group, a Phase-2 Group, a History Group, a Failure Group and a TRAP Control Group. The following table illustrates the structure of the IPSec MIB. The Phase 1 group models objects pertaining to IKE negotiations and tunnels. The Phase 2 group models objects pertaining to IPSec data tunnels. The History group is to aid applications that do trending analysis. The Failure group is to enable an operator to do troubleshooting and debugging of the VPN Router. Further, counters are supported to aid Intrusion Detection. In addition to the five major MIB Groups, there are a number of Notifications. The following table illustrates the name and description of the IPSec TRAPs. For a detailed discussion, please refer to the IETF draft draft-ietf-ipsec-flow-monitoring-mib-00.txt.
         cipSecMIBObjects 1.3.6.1.4.1.9.9.171.1
             cipSecLevels 1.3.6.1.4.1.9.9.171.1.1
                 cipSecMibLevel 1.3.6.1.4.1.9.9.171.1.1.1 integer32 read-only
The level of the IPsec MIB.
             cipSecPhaseOne 1.3.6.1.4.1.9.9.171.1.2
                 cikeGlobalStats 1.3.6.1.4.1.9.9.171.1.2.1
                     cikeGlobalActiveTunnels 1.3.6.1.4.1.9.9.171.1.2.1.1 gauge32 read-only
The number of currently active IPsec Phase-1 IKE Tunnels.
                     cikeGlobalPreviousTunnels 1.3.6.1.4.1.9.9.171.1.2.1.2 counter32 read-only
The total number of previously active IPsec Phase-1 IKE Tunnels.
                     cikeGlobalInOctets 1.3.6.1.4.1.9.9.171.1.2.1.3 counter32 read-only
The total number of octets received by all currently and previously active IPsec Phase-1 IKE Tunnels.
                     cikeGlobalInPkts 1.3.6.1.4.1.9.9.171.1.2.1.4 counter32 read-only
The total number of packets received by all currently and previously active IPsec Phase-1 IKE Tunnels.
                     cikeGlobalInDropPkts 1.3.6.1.4.1.9.9.171.1.2.1.5 counter32 read-only
The total number of packets which were dropped during receive processing by all currently and previously active IPsec Phase-1 IKE Tunnels.
                     cikeGlobalInNotifys 1.3.6.1.4.1.9.9.171.1.2.1.6 counter32 read-only
The total number of notifys received by all currently and previously active IPsec Phase-1 IKE Tunnels.
                     cikeGlobalInP2Exchgs 1.3.6.1.4.1.9.9.171.1.2.1.7 counter32 read-only
The total number of IPsec Phase-2 exchanges received by all currently and previously active IPsec Phase-1 IKE Tunnels.
                     cikeGlobalInP2ExchgInvalids 1.3.6.1.4.1.9.9.171.1.2.1.8 counter32 read-only
The total number of IPsec Phase-2 exchanges which were received and found to be invalid by all currently and previously active IPsec Phase-1 IKE Tunnels.
                     cikeGlobalInP2ExchgRejects 1.3.6.1.4.1.9.9.171.1.2.1.9 counter32 read-only
The total number of IPsec Phase-2 exchanges which were received and rejected by all currently and previously active IPsec Phase-1 IKE Tunnels.
                     cikeGlobalInP2SaDelRequests 1.3.6.1.4.1.9.9.171.1.2.1.10 counter32 read-only
The total number of IPsec Phase-2 security association delete requests received by all currently and previously active and IPsec Phase-1 IKE Tunnels.
                     cikeGlobalOutOctets 1.3.6.1.4.1.9.9.171.1.2.1.11 counter32 read-only
The total number of octets sent by all currently and previously active and IPsec Phase-1 IKE Tunnels.
                     cikeGlobalOutPkts 1.3.6.1.4.1.9.9.171.1.2.1.12 counter32 read-only
The total number of packets sent by all currently and previously active and IPsec Phase-1 Tunnels.
                     cikeGlobalOutDropPkts 1.3.6.1.4.1.9.9.171.1.2.1.13 counter32 read-only
The total number of packets which were dropped during send processing by all currently and previously active IPsec Phase-1 IKE Tunnels.
                     cikeGlobalOutNotifys 1.3.6.1.4.1.9.9.171.1.2.1.14 counter32 read-only
The total number of notifys sent by all currently and previously active IPsec Phase-1 IKE Tunnels.
                     cikeGlobalOutP2Exchgs 1.3.6.1.4.1.9.9.171.1.2.1.15 counter32 read-only
The total number of IPsec Phase-2 exchanges which were sent by all currently and previously active IPsec Phase-1 IKE Tunnels.
                     cikeGlobalOutP2ExchgInvalids 1.3.6.1.4.1.9.9.171.1.2.1.16 counter32 read-only
The total number of IPsec Phase-2 exchanges which were sent and found to be invalid by all currently and previously active IPsec Phase-1 Tunnels.
                     cikeGlobalOutP2ExchgRejects 1.3.6.1.4.1.9.9.171.1.2.1.17 counter32 read-only
The total number of IPsec Phase-2 exchanges which were sent and rejected by all currently and previously active IPsec Phase-1 IKE Tunnels.
                     cikeGlobalOutP2SaDelRequests 1.3.6.1.4.1.9.9.171.1.2.1.18 counter32 read-only
The total number of IPsec Phase-2 SA delete requests sent by all currently and previously active IPsec Phase-1 IKE Tunnels.
                     cikeGlobalInitTunnels 1.3.6.1.4.1.9.9.171.1.2.1.19 counter32 read-only
The total number of IPsec Phase-1 IKE Tunnels which were locally initiated.
                     cikeGlobalInitTunnelFails 1.3.6.1.4.1.9.9.171.1.2.1.20 counter32 read-only
The total number of IPsec Phase-1 IKE Tunnels which were locally initiated and failed to activate.
                     cikeGlobalRespTunnelFails 1.3.6.1.4.1.9.9.171.1.2.1.21 counter32 read-only
The total number of IPsec Phase-1 IKE Tunnels which were remotely initiated and failed to activate.
                     cikeGlobalSysCapFails 1.3.6.1.4.1.9.9.171.1.2.1.22 counter32 read-only
The total number of system capacity failures which occurred during processing of all current and previously active IPsec Phase-1 IKE Tunnels.
                     cikeGlobalAuthFails 1.3.6.1.4.1.9.9.171.1.2.1.23 counter32 read-only
The total number of authentications which ended in failure by all current and previous IPsec Phase-1 IKE Tunnels.
                     cikeGlobalDecryptFails 1.3.6.1.4.1.9.9.171.1.2.1.24 counter32 read-only
The total number of decryptions which ended in failure by all current and previous IPsec Phase-1 IKE Tunnels.
                     cikeGlobalHashValidFails 1.3.6.1.4.1.9.9.171.1.2.1.25 counter32 read-only
The total number of hash validations which ended in failure by all current and previous IPsec Phase-1 IKE Tunnels.
                     cikeGlobalNoSaFails 1.3.6.1.4.1.9.9.171.1.2.1.26 counter32 read-only
The total number of non-existent Security Association in failures which occurred during processing of all current and previous IPsec Phase-1 IKE Tunnels.
                 cikePeerTable 1.3.6.1.4.1.9.9.171.1.2.2 no-access
The IPsec Phase-1 Internet Key Exchange Peer Table. There is one entry in this table for each IPsec Phase-1 IKE peer association which is currently associated with an active IPsec Phase-1 Tunnel. The IPsec Phase-1 IKE Tunnel associated with this IPsec Phase-1 IKE peer association may or may not be currently active.
                     cikePeerEntry 1.3.6.1.4.1.9.9.171.1.2.2.1 no-access
Each entry contains the attributes associated with an IPsec Phase-1 IKE peer association.
                         cikePeerLocalType 1.3.6.1.4.1.9.9.171.1.2.2.1.1 ikepeertype no-access
The type of local peer identity. The local peer may be identified by: 1. an IP address, or 2. a host name.
                         cikePeerLocalValue 1.3.6.1.4.1.9.9.171.1.2.2.1.2 displaystring no-access
The value of the local peer identity. If the local peer type is an IP Address, then this is the IP Address used to identify the local peer. If the local peer type is a host name, then this is the host name used to identify the local peer.
                         cikePeerRemoteType 1.3.6.1.4.1.9.9.171.1.2.2.1.3 ikepeertype no-access
The type of remote peer identity. The remote peer may be identified by: 1. an IP address, or 2. a host name.
                         cikePeerRemoteValue 1.3.6.1.4.1.9.9.171.1.2.2.1.4 displaystring no-access
The value of the remote peer identity. If the remote peer type is an IP Address, then this is the IP Address used to identify the remote peer. If the remote peer type is a host name, then this is the host name used to identify the remote peer.
                         cikePeerIntIndex 1.3.6.1.4.1.9.9.171.1.2.2.1.5 integer32 no-access
The internal index of the local-remote peer association. This internal index is used to uniquely identify multiple associations between the local and remote peer.
                         cikePeerLocalAddr 1.3.6.1.4.1.9.9.171.1.2.2.1.6 ipsipaddress read-only
The IP address of the local peer.
                         cikePeerRemoteAddr 1.3.6.1.4.1.9.9.171.1.2.2.1.7 ipsipaddress read-only
The IP address of the remote peer.
                         cikePeerActiveTime 1.3.6.1.4.1.9.9.171.1.2.2.1.8 timeinterval read-only
The length of time that the peer association has existed in hundredths of a second.
                         cikePeerActiveTunnelIndex 1.3.6.1.4.1.9.9.171.1.2.2.1.9 integer32 read-only
The index of the active IPsec Phase-1 IKE Tunnel (cikeTunIndex in the cikeTunnelTable) for this peer association. If an IPsec Phase-1 IKE Tunnel is not currently active, then the value of this object will be zero.
                 cikeTunnelTable 1.3.6.1.4.1.9.9.171.1.2.3 no-access
The IPsec Phase-1 Internet Key Exchange Tunnel Table. There is one entry in this table for each active IPsec Phase-1 IKE Tunnel.
                     cikeTunnelEntry 1.3.6.1.4.1.9.9.171.1.2.3.1 no-access
Each entry contains the attributes associated with an active IPsec Phase-1 IKE Tunnel.
                         cikeTunIndex 1.3.6.1.4.1.9.9.171.1.2.3.1.1 integer32 no-access
The index of the IPsec Phase-1 IKE Tunnel Table. The value of the index is a number which begins at one and is incremented with each tunnel that is created. The value of this object will wrap at 2,147,483,647.
                         cikeTunLocalType 1.3.6.1.4.1.9.9.171.1.2.3.1.2 ikepeertype read-only
The type of local peer identity. The local peer may be identified by: 1. an IP address, or 2. a host name.
                         cikeTunLocalValue 1.3.6.1.4.1.9.9.171.1.2.3.1.3 displaystring read-only
The value of the local peer identity. If the local peer type is an IP Address, then this is the IP Address used to identify the local peer. If the local peer type is a host name, then this is the host name used to identify the local peer.
                         cikeTunLocalAddr 1.3.6.1.4.1.9.9.171.1.2.3.1.4 ipsipaddress read-only
The IP address of the local endpoint for the IPsec Phase-1 IKE Tunnel.
                         cikeTunLocalName 1.3.6.1.4.1.9.9.171.1.2.3.1.5 displaystring read-only
The DNS name of the local IP address for the IPsec Phase-1 IKE Tunnel. If the DNS name associated with the local tunnel endpoint is not known, then the value of this object will be a NULL string.
                         cikeTunRemoteType 1.3.6.1.4.1.9.9.171.1.2.3.1.6 ikepeertype read-only
The type of remote peer identity. The remote peer may be identified by: 1. an IP address, or 2. a host name.
                         cikeTunRemoteValue 1.3.6.1.4.1.9.9.171.1.2.3.1.7 displaystring read-only
The value of the remote peer identity. If the remote peer type is an IP Address, then this is the IP Address used to identify the remote peer. If the remote peer type is a host name, then this is the host name used to identify the remote peer.
                         cikeTunRemoteAddr 1.3.6.1.4.1.9.9.171.1.2.3.1.8 ipsipaddress read-only
The IP address of the remote endpoint for the IPsec Phase-1 IKE Tunnel.
                         cikeTunRemoteName 1.3.6.1.4.1.9.9.171.1.2.3.1.9 displaystring read-only
The DNS name of the remote IP address of IPsec Phase-1 IKE Tunnel. If the DNS name associated with the remote tunnel endpoint is not known, then the value of this object will be a NULL string.
                         cikeTunNegoMode 1.3.6.1.4.1.9.9.171.1.2.3.1.10 ikenegomode read-only
The negotiation mode of the IPsec Phase-1 IKE Tunnel.
                         cikeTunDiffHellmanGrp 1.3.6.1.4.1.9.9.171.1.2.3.1.11 diffhellmangrp read-only
The Diffie Hellman Group used in IPsec Phase-1 IKE negotiations.
                         cikeTunEncryptAlgo 1.3.6.1.4.1.9.9.171.1.2.3.1.12 encryptalgo read-only
The encryption algorithm used in IPsec Phase-1 IKE negotiations.
                         cikeTunHashAlgo 1.3.6.1.4.1.9.9.171.1.2.3.1.13 ikehashalgo read-only
The hash algorithm used in IPsec Phase-1 IKE negotiations.
                         cikeTunAuthMethod 1.3.6.1.4.1.9.9.171.1.2.3.1.14 ikeauthmethod read-only
The authentication method used in IPsec Phase-1 IKE negotiations.
                         cikeTunLifeTime 1.3.6.1.4.1.9.9.171.1.2.3.1.15 integer32 read-only
The negotiated LifeTime of the IPsec Phase-1 IKE Tunnel in seconds.
                         cikeTunActiveTime 1.3.6.1.4.1.9.9.171.1.2.3.1.16 timeinterval read-only
The length of time the IPsec Phase-1 IKE tunnel has been active in hundredths of seconds.
                         cikeTunSaRefreshThreshold 1.3.6.1.4.1.9.9.171.1.2.3.1.17 integer32 read-only
The security association refresh threshold in seconds.
                         cikeTunTotalRefreshes 1.3.6.1.4.1.9.9.171.1.2.3.1.18 counter32 read-only
The total number of security associations refreshes performed.
                         cikeTunInOctets 1.3.6.1.4.1.9.9.171.1.2.3.1.19 counter32 read-only
The total number of octets received by this IPsec Phase-1 IKE Tunnel.
                         cikeTunInPkts 1.3.6.1.4.1.9.9.171.1.2.3.1.20 counter32 read-only
The total number of packets received by this IPsec Phase-1 IKE Tunnel.
                         cikeTunInDropPkts 1.3.6.1.4.1.9.9.171.1.2.3.1.21 counter32 read-only
The total number of packets dropped by this IPsec Phase-1 IKE Tunnel during receive processing.
                         cikeTunInNotifys 1.3.6.1.4.1.9.9.171.1.2.3.1.22 counter32 read-only
The total number of notifys received by this IPsec Phase-1 IKE Tunnel.
                         cikeTunInP2Exchgs 1.3.6.1.4.1.9.9.171.1.2.3.1.23 counter32 read-only
The total number of IPsec Phase-2 exchanges received by this IPsec Phase-1 IKE Tunnel.
                         cikeTunInP2ExchgInvalids 1.3.6.1.4.1.9.9.171.1.2.3.1.24 counter32 read-only
The total number of IPsec Phase-2 exchanges received and found to be invalid by this IPsec Phase-1 IKE Tunnel.
                         cikeTunInP2ExchgRejects 1.3.6.1.4.1.9.9.171.1.2.3.1.25 counter32 read-only
The total number of IPsec Phase-2 exchanges received and rejected by this IPsec Phase-1 Tunnel.
                         cikeTunInP2SaDelRequests 1.3.6.1.4.1.9.9.171.1.2.3.1.26 counter32 read-only
The total number of IPsec Phase-2 security association delete requests received by this IPsec Phase-1 IKE Tunnel.
                         cikeTunOutOctets 1.3.6.1.4.1.9.9.171.1.2.3.1.27 counter32 read-only
The total number of octets sent by this IPsec Phase-1 IKE Tunnel.
                         cikeTunOutPkts 1.3.6.1.4.1.9.9.171.1.2.3.1.28 counter32 read-only
The total number of packets sent by this IPsec Phase-1 IKE Tunnel.
                         cikeTunOutDropPkts 1.3.6.1.4.1.9.9.171.1.2.3.1.29 counter32 read-only
The total number of packets dropped by this IPsec Phase-1 IKE Tunnel during send processing.
                         cikeTunOutNotifys 1.3.6.1.4.1.9.9.171.1.2.3.1.30 counter32 read-only
The total number of notifys sent by this IPsec Phase-1 Tunnel.
                         cikeTunOutP2Exchgs 1.3.6.1.4.1.9.9.171.1.2.3.1.31 counter32 read-only
The total number of IPsec Phase-2 exchanges sent by this IPsec Phase-1 IKE Tunnel.
                         cikeTunOutP2ExchgInvalids 1.3.6.1.4.1.9.9.171.1.2.3.1.32 counter32 read-only
The total number of IPsec Phase-2 exchanges sent and found to be invalid by this IPsec Phase-1 IKE Tunnel.
                         cikeTunOutP2ExchgRejects 1.3.6.1.4.1.9.9.171.1.2.3.1.33 counter32 read-only
The total number of IPsec Phase-2 exchanges sent and rejected by this IPsec Phase-1 IKE Tunnel.
                         cikeTunOutP2SaDelRequests 1.3.6.1.4.1.9.9.171.1.2.3.1.34 counter32 read-only
The total number of IPsec Phase-2 security association delete requests sent by this IPsec Phase-1 IKE Tunnel.
                         cikeTunStatus 1.3.6.1.4.1.9.9.171.1.2.3.1.35 tunnelstatus read-write
The status of the MIB table row. This object can be used to bring the tunnel down by setting value of this object to destroy(2). This object cannot be used to create a MIB table row.
                 cikePeerCorrTable 1.3.6.1.4.1.9.9.171.1.2.4 no-access
The IPsec Phase-1 Internet Key Exchange Peer Association to IPsec Phase-2 Tunnel Correlation Table. There is one entry in this table for each active IPsec Phase-2 Tunnel.
                     cikePeerCorrEntry 1.3.6.1.4.1.9.9.171.1.2.4.1 no-access
Each entry contains the attributes of an IPsec Phase-1 IKE Peer Association to IPsec Phase-2 Tunnel Correlation.
                         cikePeerCorrLocalType 1.3.6.1.4.1.9.9.171.1.2.4.1.1 ikepeertype no-access
The type of local peer identity. The local peer may be identified by: 1. an IP address, or 2. a host name.
                         cikePeerCorrLocalValue 1.3.6.1.4.1.9.9.171.1.2.4.1.2 displaystring no-access
The value of the local peer identity. If the local peer type is an IP Address, then this is the IP Address used to identify the local peer. If the local peer type is a host name, then this is the host name used to identify the local peer.
                         cikePeerCorrRemoteType 1.3.6.1.4.1.9.9.171.1.2.4.1.3 ikepeertype no-access
The type of remote peer identity. The remote peer may be identified by: 1. an IP address, or 2. a host name.
                         cikePeerCorrRemoteValue 1.3.6.1.4.1.9.9.171.1.2.4.1.4 displaystring no-access
The value of the remote peer identity. If the remote peer type is an IP Address, then this is the IP Address used to identify the remote peer. If the remote peer type is a host name, then this is the host name used to identify the remote peer.
                         cikePeerCorrIntIndex 1.3.6.1.4.1.9.9.171.1.2.4.1.5 integer32 no-access
The internal index of the local-remote peer association. This internal index is used to uniquely identify multiple associations between the local and remote peer.
                         cikePeerCorrSeqNum 1.3.6.1.4.1.9.9.171.1.2.4.1.6 integer32 no-access
The sequence number of the local-remote peer association. This sequence number is used to uniquely identify multiple instances of an unique association between the local and remote peer.
                         cikePeerCorrIpSecTunIndex 1.3.6.1.4.1.9.9.171.1.2.4.1.7 integer32 read-only
The index of the active IPsec Phase-2 Tunnel (cipSecTunIndex in the cipSecTunnelTable) for this IPsec Phase-1 IKE Peer Association.
                 cikePhase1GWStatsTable 1.3.6.1.4.1.9.9.171.1.2.5 no-access
Phase-1 IKE stats information is included in this table. Each entry is related to a specific gateway which is identified by 'cmgwIndex'.
                     cikePhase1GWStatsEntry 1.3.6.1.4.1.9.9.171.1.2.5.1 no-access
Each entry contains the attributes of an Phase-1 IKE stats information for the related gateway. There is only one entry for each gateway. The entry is created when a gateway up and cannot be deleted.
                         cikePhase1GWActiveTunnels 1.3.6.1.4.1.9.9.171.1.2.5.1.1 gauge32 read-only
The number of currently active IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWPreviousTunnels 1.3.6.1.4.1.9.9.171.1.2.5.1.2 counter32 read-only
The total number of previously active IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWInOctets 1.3.6.1.4.1.9.9.171.1.2.5.1.3 counter32 read-only
The total number of octets received by all currently and previously active IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWInPkts 1.3.6.1.4.1.9.9.171.1.2.5.1.4 counter32 read-only
The total number of packets received by all currently and previously active IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWInDropPkts 1.3.6.1.4.1.9.9.171.1.2.5.1.5 counter32 read-only
The total number of packets which were dropped during receive processing by all currently and previously active IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWInNotifys 1.3.6.1.4.1.9.9.171.1.2.5.1.6 counter32 read-only
The total number of notifys received by all currently and previously active IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWInP2Exchgs 1.3.6.1.4.1.9.9.171.1.2.5.1.7 counter32 read-only
The total number of IPsec Phase-2 exchanges received by all currently and previously active IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWInP2ExchgInvalids 1.3.6.1.4.1.9.9.171.1.2.5.1.8 counter32 read-only
The total number of IPsec Phase-2 exchanges which were received and found to be invalid by all currently and previously active IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWInP2ExchgRejects 1.3.6.1.4.1.9.9.171.1.2.5.1.9 counter32 read-only
The total number of IPsec Phase-2 exchanges which were received and rejected by all currently and previously active IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWInP2SaDelRequests 1.3.6.1.4.1.9.9.171.1.2.5.1.10 counter32 read-only
The total number of IPsec Phase-2 'Security Association' delete requests received by all currently and previously active and IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWOutOctets 1.3.6.1.4.1.9.9.171.1.2.5.1.11 counter32 read-only
The total number of octets sent by all currently and previously active and IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWOutPkts 1.3.6.1.4.1.9.9.171.1.2.5.1.12 counter32 read-only
The total number of packets sent by all currently and previously active and IPsec Phase-1 Tunnels.
                         cikePhase1GWOutDropPkts 1.3.6.1.4.1.9.9.171.1.2.5.1.13 counter32 read-only
The total number of packets which were dropped during send processing by all currently and previously active IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWOutNotifys 1.3.6.1.4.1.9.9.171.1.2.5.1.14 counter32 read-only
The total number of notifys sent by all currently and previously active IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWOutP2Exchgs 1.3.6.1.4.1.9.9.171.1.2.5.1.15 counter32 read-only
The total number of IPsec Phase-2 exchanges which were sent by all currently and previously active IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWOutP2ExchgInvalids 1.3.6.1.4.1.9.9.171.1.2.5.1.16 counter32 read-only
The total number of IPsec Phase-2 exchanges which were sent and found to be invalid by all currently and previously active IPsec Phase-1 Tunnels.
                         cikePhase1GWOutP2ExchgRejects 1.3.6.1.4.1.9.9.171.1.2.5.1.17 counter32 read-only
The total number of IPsec Phase-2 exchanges which were sent and rejected by all currently and previously active IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWOutP2SaDelRequests 1.3.6.1.4.1.9.9.171.1.2.5.1.18 counter32 read-only
The total number of IPsec Phase-2 SA delete requests sent by all currently and previously active IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWInitTunnels 1.3.6.1.4.1.9.9.171.1.2.5.1.19 counter32 read-only
The total number of IPsec Phase-1 IKE Tunnels which were locally initiated.
                         cikePhase1GWInitTunnelFails 1.3.6.1.4.1.9.9.171.1.2.5.1.20 counter32 read-only
The total number of IPsec Phase-1 IKE Tunnels which were locally initiated and failed to activate.
                         cikePhase1GWRespTunnelFails 1.3.6.1.4.1.9.9.171.1.2.5.1.21 counter32 read-only
The total number of IPsec Phase-1 IKE Tunnels which were remotely initiated and failed to activate.
                         cikePhase1GWSysCapFails 1.3.6.1.4.1.9.9.171.1.2.5.1.22 counter32 read-only
The total number of system capacity failures which occurred during processing of all current and previously active IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWAuthFails 1.3.6.1.4.1.9.9.171.1.2.5.1.23 counter32 read-only
The total number of authentications which ended in failure by all current and previous IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWDecryptFails 1.3.6.1.4.1.9.9.171.1.2.5.1.24 counter32 read-only
The total number of decryptions which ended in failure by all current and previous IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWHashValidFails 1.3.6.1.4.1.9.9.171.1.2.5.1.25 counter32 read-only
The total number of hash validations which ended in failure by all current and previous IPsec Phase-1 IKE Tunnels.
                         cikePhase1GWNoSaFails 1.3.6.1.4.1.9.9.171.1.2.5.1.26 counter32 read-only
The total number of non-existent 'Security Association' failures occurred during processing of current and previous IPsec Phase-1 IKE Tunnels.
             cipSecPhaseTwo 1.3.6.1.4.1.9.9.171.1.3
                 cipSecGlobalStats 1.3.6.1.4.1.9.9.171.1.3.1
                     cipSecGlobalActiveTunnels 1.3.6.1.4.1.9.9.171.1.3.1.1 gauge32 read-only
The total number of currently active IPsec Phase-2 Tunnels.
                     cipSecGlobalPreviousTunnels 1.3.6.1.4.1.9.9.171.1.3.1.2 counter32 read-only
The total number of previously active IPsec Phase-2 Tunnels.
                     cipSecGlobalInOctets 1.3.6.1.4.1.9.9.171.1.3.1.3 counter32 read-only
The total number of octets received by all current and previous IPsec Phase-2 Tunnels. This value is accumulated BEFORE determining whether or not the packet should be decompressed. See also cipSecGlobalInOctWraps for the number of times this counter has wrapped.
                     cipSecGlobalHcInOctets 1.3.6.1.4.1.9.9.171.1.3.1.4 counter64 read-only
A high capacity count of the total number of octets received by all current and previous IPsec Phase-2 Tunnels. This value is accumulated BEFORE determining whether or not the packet should be decompressed.
                     cipSecGlobalInOctWraps 1.3.6.1.4.1.9.9.171.1.3.1.5 counter32 read-only
The number of times the global octets received counter (cipSecGlobalInOctets) has wrapped.
                     cipSecGlobalInDecompOctets 1.3.6.1.4.1.9.9.171.1.3.1.6 counter32 read-only
The total number of decompressed octets received by all current and previous IPsec Phase-2 Tunnels. This value is accumulated AFTER the packet is decompressed. If compression is not being used, this value will match the value of cipSecGlobalInOctets. See also cipSecGlobalInDecompOctWraps for the number of times this counter has wrapped.
                     cipSecGlobalHcInDecompOctets 1.3.6.1.4.1.9.9.171.1.3.1.7 counter64 read-only
A high capacity count of the total number of decompressed octets received by all current and previous IPsec Phase-2 Tunnels. This value is accumulated AFTER the packet is decompressed. If compression is not being used, this value will match the value of cipSecGlobalHcInOctets.
                     cipSecGlobalInDecompOctWraps 1.3.6.1.4.1.9.9.171.1.3.1.8 counter32 read-only
The number of times the global decompressed octets received counter (cipSecGlobalInDecompOctets) has wrapped.
                     cipSecGlobalInPkts 1.3.6.1.4.1.9.9.171.1.3.1.9 counter32 read-only
The total number of packets received by all current and previous IPsec Phase-2 Tunnels.
                     cipSecGlobalInDrops 1.3.6.1.4.1.9.9.171.1.3.1.10 counter32 read-only
The total number of packets dropped during receive processing by all current and previous IPsec Phase-2 Tunnels. This count does NOT include packets dropped due to Anti-Replay processing.
                     cipSecGlobalInReplayDrops 1.3.6.1.4.1.9.9.171.1.3.1.11 counter32 read-only
The total number of packets dropped during receive processing due to Anti-Replay processing by all current and previous IPsec Phase-2 Tunnels.
                     cipSecGlobalInAuths 1.3.6.1.4.1.9.9.171.1.3.1.12 counter32 read-only
The total number of inbound authentication's performed by all current and previous IPsec Phase-2 Tunnels.
                     cipSecGlobalInAuthFails 1.3.6.1.4.1.9.9.171.1.3.1.13 counter32 read-only
The total number of inbound authentication's which ended in failure by all current and previous IPsec Phase-2 Tunnels.
                     cipSecGlobalInDecrypts 1.3.6.1.4.1.9.9.171.1.3.1.14 counter32 read-only
The total number of inbound decryption's performed by all current and previous IPsec Phase-2 Tunnels.
                     cipSecGlobalInDecryptFails 1.3.6.1.4.1.9.9.171.1.3.1.15 counter32 read-only
The total number of inbound decryption's which ended in failure by all current and previous IPsec Phase-2 Tunnels.
                     cipSecGlobalOutOctets 1.3.6.1.4.1.9.9.171.1.3.1.16 counter32 read-only
The total number of octets sent by all current and previous IPsec Phase-2 Tunnels. This value is accumulated AFTER determining whether or not the packet should be compressed. See also cipSecGlobalOutOctWraps for the number of times this counter has wrapped.
                     cipSecGlobalHcOutOctets 1.3.6.1.4.1.9.9.171.1.3.1.17 counter64 read-only
A high capacity count of the total number of octets sent by all current and previous IPsec Phase-2 Tunnels. This value is accumulated AFTER determining whether or not the packet should be compressed.
                     cipSecGlobalOutOctWraps 1.3.6.1.4.1.9.9.171.1.3.1.18 counter32 read-only
The number of times the global octets sent counter (cipSecGlobalOutOctets) has wrapped.
                     cipSecGlobalOutUncompOctets 1.3.6.1.4.1.9.9.171.1.3.1.19 counter32 read-only
The total number of uncompressed octets sent by all current and previous IPsec Phase-2 Tunnels. This value is accumulated BEFORE the packet is compressed. If compression is not being used, this value will match the value of cipSecGlobalOutOctets. See also cipSecGlobalOutDecompOctWraps for the number of times this counter has wrapped.
                     cipSecGlobalHcOutUncompOctets 1.3.6.1.4.1.9.9.171.1.3.1.20 counter64 read-only
A high capacity count of the total number of uncompressed octets sent by all current and previous IPsec Phase-2 Tunnels. This value is accumulated BEFORE the packet is compressed. If compression is not being used, this value will match the value of cipSecGlobalHcOutOctets.
                     cipSecGlobalOutUncompOctWraps 1.3.6.1.4.1.9.9.171.1.3.1.21 counter32 read-only
The number of times the global uncompressed octets sent counter (cipSecGlobalOutUncompOctets) has wrapped.
                     cipSecGlobalOutPkts 1.3.6.1.4.1.9.9.171.1.3.1.22 counter32 read-only
The total number of packets sent by all current and previous IPsec Phase-2 Tunnels.
                     cipSecGlobalOutDrops 1.3.6.1.4.1.9.9.171.1.3.1.23 counter32 read-only
The total number of packets dropped during send processing by all current and previous IPsec Phase-2 Tunnels.
                     cipSecGlobalOutAuths 1.3.6.1.4.1.9.9.171.1.3.1.24 counter32 read-only
The total number of outbound authentication's performed by all current and previous IPsec Phase-2 Tunnels.
                     cipSecGlobalOutAuthFails 1.3.6.1.4.1.9.9.171.1.3.1.25 counter32 read-only
The total number of outbound authentication's which ended in failure by all current and previous IPsec Phase-2 Tunnels.
                     cipSecGlobalOutEncrypts 1.3.6.1.4.1.9.9.171.1.3.1.26 counter32 read-only
The total number of outbound encryption's performed by all current and previous IPsec Phase-2 Tunnels.
                     cipSecGlobalOutEncryptFails 1.3.6.1.4.1.9.9.171.1.3.1.27 counter32 read-only
The total number of outbound encryption's which ended in failure by all current and previous IPsec Phase-2 Tunnels.
                     cipSecGlobalProtocolUseFails 1.3.6.1.4.1.9.9.171.1.3.1.28 counter32 read-only
The total number of protocol use failures which occurred during processing of all current and previously active IPsec Phase-2 Tunnels.
                     cipSecGlobalNoSaFails 1.3.6.1.4.1.9.9.171.1.3.1.29 counter32 read-only
The total number of non-existent Security Association in failures which occurred during processing of all current and previous IPsec Phase-2 Tunnels.
                     cipSecGlobalSysCapFails 1.3.6.1.4.1.9.9.171.1.3.1.30 counter32 read-only
The total number of system capacity failures which occurred during processing of all current and previously active IPsec Phase-2 Tunnels.
                 cipSecTunnelTable 1.3.6.1.4.1.9.9.171.1.3.2 no-access
The IPsec Phase-2 Tunnel Table. There is one entry in this table for each active IPsec Phase-2 Tunnel.
                     cipSecTunnelEntry 1.3.6.1.4.1.9.9.171.1.3.2.1 no-access
Each entry contains the attributes associated with an active IPsec Phase-2 Tunnel.
                         cipSecTunIndex 1.3.6.1.4.1.9.9.171.1.3.2.1.1 integer32 no-access
The index of the IPsec Phase-2 Tunnel Table. The value of the index is a number which begins at one and is incremented with each tunnel that is created. The value of this object will wrap at 2,147,483,647.
                         cipSecTunIkeTunnelIndex 1.3.6.1.4.1.9.9.171.1.3.2.1.2 integer32 read-only
The index of the associated IPsec Phase-1 IKE Tunnel. (cikeTunIndex in the cikeTunnelTable)
                         cipSecTunIkeTunnelAlive 1.3.6.1.4.1.9.9.171.1.3.2.1.3 truthvalue read-only
An indicator which specifies whether or not the IPsec Phase-1 IKE Tunnel currently exists.
                         cipSecTunLocalAddr 1.3.6.1.4.1.9.9.171.1.3.2.1.4 ipsipaddress read-only
The IP address of the local endpoint for the IPsec Phase-2 Tunnel.
                         cipSecTunRemoteAddr 1.3.6.1.4.1.9.9.171.1.3.2.1.5 ipsipaddress read-only
The IP address of the remote endpoint for the IPsec Phase-2 Tunnel.
                         cipSecTunKeyType 1.3.6.1.4.1.9.9.171.1.3.2.1.6 keytype read-only
The type of key used by the IPsec Phase-2 Tunnel.
                         cipSecTunEncapMode 1.3.6.1.4.1.9.9.171.1.3.2.1.7 encapmode read-only
The encapsulation mode used by the IPsec Phase-2 Tunnel.
                         cipSecTunLifeSize 1.3.6.1.4.1.9.9.171.1.3.2.1.8 integer32 read-only
The negotiated LifeSize of the IPsec Phase-2 Tunnel in kilobytes.
                         cipSecTunLifeTime 1.3.6.1.4.1.9.9.171.1.3.2.1.9 integer32 read-only
The negotiated LifeTime of the IPsec Phase-2 Tunnel in seconds.
                         cipSecTunActiveTime 1.3.6.1.4.1.9.9.171.1.3.2.1.10 timeinterval read-only
The length of time the IPsec Phase-2 Tunnel has been active in hundredths of seconds.
                         cipSecTunSaLifeSizeThreshold 1.3.6.1.4.1.9.9.171.1.3.2.1.11 integer32 read-only
The security association LifeSize refresh threshold in kilobytes.
                         cipSecTunSaLifeTimeThreshold 1.3.6.1.4.1.9.9.171.1.3.2.1.12 integer32 read-only
The security association LifeTime refresh threshold in seconds.
                         cipSecTunTotalRefreshes 1.3.6.1.4.1.9.9.171.1.3.2.1.13 counter32 read-only
The total number of security association refreshes performed.
                         cipSecTunExpiredSaInstances 1.3.6.1.4.1.9.9.171.1.3.2.1.14 counter32 read-only
The total number of security associations which have expired.
                         cipSecTunCurrentSaInstances 1.3.6.1.4.1.9.9.171.1.3.2.1.15 gauge32 read-only
The number of security associations which are currently active or expiring.
                         cipSecTunInSaDiffHellmanGrp 1.3.6.1.4.1.9.9.171.1.3.2.1.16 diffhellmangrp read-only
The Diffie Hellman Group used by the inbound security association of the IPsec Phase-2 Tunnel.
                         cipSecTunInSaEncryptAlgo 1.3.6.1.4.1.9.9.171.1.3.2.1.17 encryptalgo read-only
The encryption algorithm used by the inbound security association of the IPsec Phase-2 Tunnel.
                         cipSecTunInSaAhAuthAlgo 1.3.6.1.4.1.9.9.171.1.3.2.1.18 authalgo read-only
The authentication algorithm used by the inbound authentication header (AH) security association of the IPsec Phase-2 Tunnel.
                         cipSecTunInSaEspAuthAlgo 1.3.6.1.4.1.9.9.171.1.3.2.1.19 authalgo read-only
The authentication algorithm used by the inbound encapsulation security protocol (ESP) security association of the IPsec Phase-2 Tunnel.
                         cipSecTunInSaDecompAlgo 1.3.6.1.4.1.9.9.171.1.3.2.1.20 compalgo read-only
The decompression algorithm used by the inbound security association of the IPsec Phase-2 Tunnel.
                         cipSecTunOutSaDiffHellmanGrp 1.3.6.1.4.1.9.9.171.1.3.2.1.21 diffhellmangrp read-only
The Diffie Hellman Group used by the outbound security association of the IPsec Phase-2 Tunnel.
                         cipSecTunOutSaEncryptAlgo 1.3.6.1.4.1.9.9.171.1.3.2.1.22 encryptalgo read-only
The encryption algorithm used by the outbound security association of the IPsec Phase-2 Tunnel.
                         cipSecTunOutSaAhAuthAlgo 1.3.6.1.4.1.9.9.171.1.3.2.1.23 authalgo read-only
The authentication algorithm used by the outbound authentication header (AH) security association of the IPsec Phase-2 Tunnel.
                         cipSecTunOutSaEspAuthAlgo 1.3.6.1.4.1.9.9.171.1.3.2.1.24 authalgo read-only
The authentication algorithm used by the inbound encapsulation security protocol (ESP) security association of the IPsec Phase-2 Tunnel.
                         cipSecTunOutSaCompAlgo 1.3.6.1.4.1.9.9.171.1.3.2.1.25 compalgo read-only
The compression algorithm used by the inbound security association of the IPsec Phase-2 Tunnel.
                         cipSecTunInOctets 1.3.6.1.4.1.9.9.171.1.3.2.1.26 counter32 read-only
The total number of octets received by this IPsec Phase-2 Tunnel. This value is accumulated BEFORE determining whether or not the packet should be decompressed. See also cipSecTunInOctWraps for the number of times this counter has wrapped.
                         cipSecTunHcInOctets 1.3.6.1.4.1.9.9.171.1.3.2.1.27 counter64 read-only
A high capacity count of the total number of octets received by this IPsec Phase-2 Tunnel. This value is accumulated BEFORE determining whether or not the packet should be decompressed.
                         cipSecTunInOctWraps 1.3.6.1.4.1.9.9.171.1.3.2.1.28 counter32 read-only
The number of times the octets received counter (cipSecTunInOctets) has wrapped.
                         cipSecTunInDecompOctets 1.3.6.1.4.1.9.9.171.1.3.2.1.29 counter32 read-only
The total number of decompressed octets received by this IPsec Phase-2 Tunnel. This value is accumulated AFTER the packet is decompressed. If compression is not being used, this value will match the value of cipSecTunInOctets. See also cipSecTunInDecompOctWraps for the number of times this counter has wrapped.
                         cipSecTunHcInDecompOctets 1.3.6.1.4.1.9.9.171.1.3.2.1.30 counter64 read-only
A high capacity count of the total number of decompressed octets received by this IPsec Phase-2 Tunnel. This value is accumulated AFTER the packet is decompressed. If compression is not being used, this value will match the value of cipSecTunHcInOctets.
                         cipSecTunInDecompOctWraps 1.3.6.1.4.1.9.9.171.1.3.2.1.31 counter32 read-only
The number of times the decompressed octets received counter (cipSecTunInDecompOctets) has wrapped.
                         cipSecTunInPkts 1.3.6.1.4.1.9.9.171.1.3.2.1.32 counter32 read-only
The total number of packets received by this IPsec Phase-2 Tunnel.
                         cipSecTunInDropPkts 1.3.6.1.4.1.9.9.171.1.3.2.1.33 counter32 read-only
The total number of packets dropped during receive processing by this IPsec Phase-2 Tunnel. This count does NOT include packets dropped due to Anti-Replay processing.
                         cipSecTunInReplayDropPkts 1.3.6.1.4.1.9.9.171.1.3.2.1.34 counter32 read-only
The total number of packets dropped during receive processing due to Anti-Replay processing by this IPsec Phase-2 Tunnel.
                         cipSecTunInAuths 1.3.6.1.4.1.9.9.171.1.3.2.1.35 counter32 read-only
The total number of inbound authentication's performed by this IPsec Phase-2 Tunnel.
                         cipSecTunInAuthFails 1.3.6.1.4.1.9.9.171.1.3.2.1.36 counter32 read-only
The total number of inbound authentication's which ended in failure by this IPsec Phase-2 Tunnel .
                         cipSecTunInDecrypts 1.3.6.1.4.1.9.9.171.1.3.2.1.37 counter32 read-only
The total number of inbound decryption's performed by this IPsec Phase-2 Tunnel.
                         cipSecTunInDecryptFails 1.3.6.1.4.1.9.9.171.1.3.2.1.38 counter32 read-only
The total number of inbound decryption's which ended in failure by this IPsec Phase-2 Tunnel.
                         cipSecTunOutOctets 1.3.6.1.4.1.9.9.171.1.3.2.1.39 counter32 read-only
The total number of octets sent by this IPsec Phase-2 Tunnel. This value is accumulated AFTER determining whether or not the packet should be compressed. See also cipSecTunOutOctWraps for the number of times this counter has wrapped.
                         cipSecTunHcOutOctets 1.3.6.1.4.1.9.9.171.1.3.2.1.40 counter64 read-only
A high capacity count of the total number of octets sent by this IPsec Phase-2 Tunnel. This value is accumulated AFTER determining whether or not the packet should be compressed.
                         cipSecTunOutOctWraps 1.3.6.1.4.1.9.9.171.1.3.2.1.41 counter32 read-only
The number of times the out octets counter (cipSecTunOutOctets) has wrapped.
                         cipSecTunOutUncompOctets 1.3.6.1.4.1.9.9.171.1.3.2.1.42 counter32 read-only
The total number of uncompressed octets sent by this IPsec Phase-2 Tunnel. This value is accumulated BEFORE the packet is compressed. If compression is not being used, this value will match the value of cipSecTunOutOctets. See also cipSecTunOutDecompOctWraps for the number of times this counter has wrapped.
                         cipSecTunHcOutUncompOctets 1.3.6.1.4.1.9.9.171.1.3.2.1.43 counter64 read-only
A high capacity count of the total number of uncompressed octets sent by this IPsec Phase-2 Tunnel. This value is accumulated BEFORE the packet is compressed. If compression is not being used, this value will match the value of cipSecTunHcOutOctets.
                         cipSecTunOutUncompOctWraps 1.3.6.1.4.1.9.9.171.1.3.2.1.44 counter32 read-only
The number of times the uncompressed octets sent counter (cipSecTunOutUncompOctets) has wrapped.
                         cipSecTunOutPkts 1.3.6.1.4.1.9.9.171.1.3.2.1.45 counter32 read-only
The total number of packets sent by this IPsec Phase-2 Tunnel.
                         cipSecTunOutDropPkts 1.3.6.1.4.1.9.9.171.1.3.2.1.46 counter32 read-only
The total number of packets dropped during send processing by this IPsec Phase-2 Tunnel.
                         cipSecTunOutAuths 1.3.6.1.4.1.9.9.171.1.3.2.1.47 counter32 read-only
The total number of outbound authentication's performed by this IPsec Phase-2 Tunnel.
                         cipSecTunOutAuthFails 1.3.6.1.4.1.9.9.171.1.3.2.1.48 counter32 read-only
The total number of outbound authentication's which ended in failure by this IPsec Phase-2 Tunnel.
                         cipSecTunOutEncrypts 1.3.6.1.4.1.9.9.171.1.3.2.1.49 counter32 read-only
The total number of outbound encryption's performed by this IPsec Phase-2 Tunnel.
                         cipSecTunOutEncryptFails 1.3.6.1.4.1.9.9.171.1.3.2.1.50 counter32 read-only
The total number of outbound encryption's which ended in failure by this IPsec Phase-2 Tunnel.
                         cipSecTunStatus 1.3.6.1.4.1.9.9.171.1.3.2.1.51 tunnelstatus read-write
The status of the MIB table row. This object can be used to bring the tunnel down by setting value of this object to destroy(2). When the value is set to destroy(2), the SA bundle is destroyed and this row is deleted from this table. When this MIB value is queried, the value of active(1) is always returned, if the instance exists. This object cannot be used to create a MIB table row.
                 cipSecEndPtTable 1.3.6.1.4.1.9.9.171.1.3.3 no-access
The IPsec Phase-2 Tunnel Endpoint Table. This table contains an entry for each active endpoint associated with an IPsec Phase-2 Tunnel.
                     cipSecEndPtEntry 1.3.6.1.4.1.9.9.171.1.3.3.1 no-access
An IPsec Phase-2 Tunnel Endpoint entry.
                         cipSecEndPtIndex 1.3.6.1.4.1.9.9.171.1.3.3.1.1 integer32 no-access
The number of the Endpoint associated with the IPsec Phase-2 Tunnel Table. The value of this index is a number which begins at one and is incremented with each Endpoint associated with an IPsec Phase-2 Tunnel. The value of this object will wrap at 2,147,483,647.
                         cipSecEndPtLocalName 1.3.6.1.4.1.9.9.171.1.3.3.1.2 displaystring read-only
The DNS name of the local Endpoint.
                         cipSecEndPtLocalType 1.3.6.1.4.1.9.9.171.1.3.3.1.3 endpttype read-only
The type of identity for the local Endpoint. Possible values are: 1) a single IP address, or 2) an IP address range, or 3) an IP subnet.
                         cipSecEndPtLocalAddr1 1.3.6.1.4.1.9.9.171.1.3.3.1.4 ipsipaddress read-only
The local Endpoint's first IP address specification. If the local Endpoint type is single IP address, then this is the value of the IP address. If the local Endpoint type is IP subnet, then this is the value of the subnet. If the local Endpoint type is IP address range, then this is the value of beginning IP address of the range.
                         cipSecEndPtLocalAddr2 1.3.6.1.4.1.9.9.171.1.3.3.1.5 ipsipaddress read-only
The local Endpoint's second IP address specification. If the local Endpoint type is single IP address, then this is the value of the IP address. If the local Endpoint type is IP subnet, then this is the value of the subnet mask. If the local Endpoint type is IP address range, then this is the value of ending IP address of the range.
                         cipSecEndPtLocalProtocol 1.3.6.1.4.1.9.9.171.1.3.3.1.6 integer32 read-only
The protocol number of the local Endpoint's traffic.
                         cipSecEndPtLocalPort 1.3.6.1.4.1.9.9.171.1.3.3.1.7 integer32 read-only
The port number of the local Endpoint's traffic.
                         cipSecEndPtRemoteName 1.3.6.1.4.1.9.9.171.1.3.3.1.8 displaystring read-only
The DNS name of the remote Endpoint.
                         cipSecEndPtRemoteType 1.3.6.1.4.1.9.9.171.1.3.3.1.9 endpttype read-only
The type of identity for the remote Endpoint. Possible values are: 1) a single IP address, or 2) an IP address range, or 3) an IP subnet.
                         cipSecEndPtRemoteAddr1 1.3.6.1.4.1.9.9.171.1.3.3.1.10 ipsipaddress read-only
The remote Endpoint's first IP address specification. If the remote Endpoint type is single IP address, then this is the value of the IP address. If the remote Endpoint type is IP subnet, then this is the value of the subnet. If the remote Endpoint type is IP address range, then this is the value of beginning IP address of the range.
                         cipSecEndPtRemoteAddr2 1.3.6.1.4.1.9.9.171.1.3.3.1.11 ipsipaddress read-only
The remote Endpoint's second IP address specification. If the remote Endpoint type is single IP address, then this is the value of the IP address. If the remote Endpoint type is IP subnet, then this is the value of the subnet mask. If the remote Endpoint type is IP address range, then this is the value of ending IP address of the range.
                         cipSecEndPtRemoteProtocol 1.3.6.1.4.1.9.9.171.1.3.3.1.12 integer32 read-only
The protocol number of the remote Endpoint's traffic.
                         cipSecEndPtRemotePort 1.3.6.1.4.1.9.9.171.1.3.3.1.13 integer32 read-only
The port number of the remote Endpoint's traffic.
                 cipSecSpiTable 1.3.6.1.4.1.9.9.171.1.3.4 no-access
The IPsec Phase-2 Security Protection Index Table. This table contains an entry for each active and expiring security association.
                     cipSecSpiEntry 1.3.6.1.4.1.9.9.171.1.3.4.1 no-access
Each entry contains the attributes associated with active and expiring IPsec Phase-2 security associations.
                         cipSecSpiIndex 1.3.6.1.4.1.9.9.171.1.3.4.1.1 integer32 no-access
The number of the SPI associated with the Phase-2 Tunnel Table. The value of this index is a number which begins at one and is incremented with each SPI associated with an IPsec Phase-2 Tunnel. The value of this object will wrap at 2,147,483,647.
                         cipSecSpiDirection 1.3.6.1.4.1.9.9.171.1.3.4.1.2 integer read-only
The direction of the SPI. Enumeration: 'out': 2, 'in': 1.
                         cipSecSpiValue 1.3.6.1.4.1.9.9.171.1.3.4.1.3 unsigned32 read-only
The value of the SPI.
                         cipSecSpiProtocol 1.3.6.1.4.1.9.9.171.1.3.4.1.4 integer read-only
The protocol of the SPI. Enumeration: 'ah': 1, 'ipcomp': 3, 'esp': 2.
                         cipSecSpiStatus 1.3.6.1.4.1.9.9.171.1.3.4.1.5 integer read-only
The status of the SPI. Enumeration: 'active': 1, 'expiring': 2.
                 cipSecPhase2GWStatsTable 1.3.6.1.4.1.9.9.171.1.3.5 no-access
Phase-2 IPsec stats information is included in this table. Each entry is related to a specific gateway which is identified by 'cmgwIndex'
                     cipSecPhase2GWStatsEntry 1.3.6.1.4.1.9.9.171.1.3.5.1 no-access
Each entry contains the attributes of an Phase-2 IPsec stats information for the related gateway. There is only one entry for each gateway. The entry is created when a gateway up and cannot be deleted.
                         cipSecPhase2GWActiveTunnels 1.3.6.1.4.1.9.9.171.1.3.5.1.1 gauge32 read-only
The total number of currently active IPsec Phase-2 Tunnels.
                         cipSecPhase2GWPreviousTunnels 1.3.6.1.4.1.9.9.171.1.3.5.1.2 counter32 read-only
The total number of previously active IPsec Phase-2 Tunnels.
                         cipSecPhase2GWInOctets 1.3.6.1.4.1.9.9.171.1.3.5.1.3 counter32 read-only
The total number of octets received by all current and previous IPsec Phase-2 Tunnels. This value is accumulated BEFORE determining whether or not the packet should be decompressed. See also cipSecGlobalInOctWraps for the number of times this counter has wrapped.
                         cipSecPhase2GWInOctWraps 1.3.6.1.4.1.9.9.171.1.3.5.1.4 counter32 read-only
The number of times the global octets received counter (cipSecGlobalInOctets) has wrapped.
                         cipSecPhase2GWInDecompOctets 1.3.6.1.4.1.9.9.171.1.3.5.1.5 counter32 read-only
The total number of decompressed octets received by all current and previous IPsec Phase-2 Tunnels. This value is accumulated AFTER the packet is decompressed. If compression is not being used, this value will match the value of cipSecGlobalInOctets. See also cipSecGlobalInDecompOctWraps for the number of times this counter has wrapped.
                         cipSecPhase2GWInDecompOctWraps 1.3.6.1.4.1.9.9.171.1.3.5.1.6 counter32 read-only
The number of times the global decompressed octets received counter (cipSecGlobalInDecompOctets) has wrapped.
                         cipSecPhase2GWInPkts 1.3.6.1.4.1.9.9.171.1.3.5.1.7 counter32 read-only
The total number of packets received by all current and previous IPsec Phase-2 Tunnels.
                         cipSecPhase2GWInDrops 1.3.6.1.4.1.9.9.171.1.3.5.1.8 counter32 read-only
The total number of packets dropped during receive processing by all current and previous IPsec Phase-2 Tunnels. This count does NOT include packets dropped due to Anti-Replay processing.
                         cipSecPhase2GWInReplayDrops 1.3.6.1.4.1.9.9.171.1.3.5.1.9 counter32 read-only
The total number of packets dropped during receive processing due to Anti-Replay processing by all current and previous IPsec Phase-2 Tunnels.
                         cipSecPhase2GWInAuths 1.3.6.1.4.1.9.9.171.1.3.5.1.10 counter32 read-only
The total number of inbound authentication's performed by all current and previous IPsec Phase-2 Tunnels.
                         cipSecPhase2GWInAuthFails 1.3.6.1.4.1.9.9.171.1.3.5.1.11 counter32 read-only
The total number of inbound authentication's which ended in failure by all current and previous IPsec Phase-2 Tunnels.
                         cipSecPhase2GWInDecrypts 1.3.6.1.4.1.9.9.171.1.3.5.1.12 counter32 read-only
The total number of inbound decryption's performed by all current and previous IPsec Phase-2 Tunnels.
                         cipSecPhase2GWInDecryptFails 1.3.6.1.4.1.9.9.171.1.3.5.1.13 counter32 read-only
The total number of inbound decryption's which ended in failure by all current and previous IPsec Phase-2 Tunnels.
                         cipSecPhase2GWOutOctets 1.3.6.1.4.1.9.9.171.1.3.5.1.14 counter32 read-only
The total number of octets sent by all current and previous IPsec Phase-2 Tunnels. This value is accumulated AFTER determining whether or not the packet should be compressed. See also cipSecGlobalOutOctWraps for the number of times this counter has wrapped.
                         cipSecPhase2GWOutOctWraps 1.3.6.1.4.1.9.9.171.1.3.5.1.15 counter32 read-only
The number of times the global octets sent counter (cipSecGlobalOutOctets) has wrapped.
                         cipSecPhase2GWOutUncompOctets 1.3.6.1.4.1.9.9.171.1.3.5.1.16 counter32 read-only
The total number of uncompressed octets sent by all current and previous IPsec Phase-2 Tunnels. This value is accumulated BEFORE the packet is compressed. If compression is not being used, this value will match the value of cipSecGlobalOutOctets. See also cipSecGlobalOutDecompOctWraps for the number of times this counter has wrapped.
                         cipSecPhase2GWOutUncompOctWraps 1.3.6.1.4.1.9.9.171.1.3.5.1.17 counter32 read-only
The number of times the global uncompressed octets sent counter (cipSecGlobalOutUncompOctets) has wrapped.
                         cipSecPhase2GWOutPkts 1.3.6.1.4.1.9.9.171.1.3.5.1.18 counter32 read-only
The total number of packets sent by all current and previous IPsec Phase-2 Tunnels.
                         cipSecPhase2GWOutDrops 1.3.6.1.4.1.9.9.171.1.3.5.1.19 counter32 read-only
The total number of packets dropped during send processing by all current and previous IPsec Phase-2 Tunnels.
                         cipSecPhase2GWOutAuths 1.3.6.1.4.1.9.9.171.1.3.5.1.20 counter32 read-only
The total number of outbound authentication's performed by all current and previous IPsec Phase-2 Tunnels.
                         cipSecPhase2GWOutAuthFails 1.3.6.1.4.1.9.9.171.1.3.5.1.21 counter32 read-only
The total number of outbound authentication's which ended in failure by all current and previous IPsec Phase-2 Tunnels.
                         cipSecPhase2GWOutEncrypts 1.3.6.1.4.1.9.9.171.1.3.5.1.22 counter32 read-only
The total number of outbound encryption's performed by all current and previous IPsec Phase-2 Tunnels.
                         cipSecPhase2GWOutEncryptFails 1.3.6.1.4.1.9.9.171.1.3.5.1.23 counter32 read-only
The total number of outbound encryption's which ended in failure by all current and previous IPsec Phase-2 Tunnels.
                         cipSecPhase2GWProtocolUseFails 1.3.6.1.4.1.9.9.171.1.3.5.1.24 counter32 read-only
The total number of protocol use failures which occurred during processing of all current and previously active IPsec Phase-2 Tunnels.
                         cipSecPhase2GWNoSaFails 1.3.6.1.4.1.9.9.171.1.3.5.1.25 counter32 read-only
The total number of non-existent Security Association in failures which occurred during processing of all current and previous IPsec Phase-2 Tunnels.
                         cipSecPhase2GWSysCapFails 1.3.6.1.4.1.9.9.171.1.3.5.1.26 counter32 read-only
The total number of system capacity failures which occurred during processing of all current and previously active IPsec Phase-2 Tunnels.
             cipSecHistory 1.3.6.1.4.1.9.9.171.1.4
                 cipSecHistGlobal 1.3.6.1.4.1.9.9.171.1.4.1
                     cipSecHistGlobalCntl 1.3.6.1.4.1.9.9.171.1.4.1.1
                         cipSecHistTableSize 1.3.6.1.4.1.9.9.171.1.4.1.1.1 integer32 read-write
The window size of the IPsec Phase-1 and Phase-2 History Tables. The IPsec Phase-1 and Phase-2 History Tables are implemented as a sliding window in which only the last n entries are maintained. This object is used specify the number of entries which will be maintained in the IPsec Phase-1 and Phase-2 History Tables. An implementation may choose suitable minimum and maximum values for this element based on the local policy and available resources. If an SNMP SET request specifies a value outside this window for this element, a BAD VALUE may be returned.
                         cipSecHistCheckPoint 1.3.6.1.4.1.9.9.171.1.4.1.1.2 integer read-write
The current state of check point processing. This object will return ready when the agent is ready to create on-demand history entries for active IPsec Tunnels or checkPoint when the agent is currently creating on-demand history entries for active IPsec Tunnels. By setting this value to checkPoint, the agent will create: a) an entry in the IPsec Phase-1 Tunnel History for each active IPsec Phase-1 Tunnel and b) an entry in the IPsec Phase-2 Tunnel History Table and an entry in the IPsec Phase-2 Tunnel EndPoint History Table for each active IPsec Phase-2 Tunnel. Enumeration: 'ready': 1, 'checkPoint': 2.
                 cipSecHistPhaseOne 1.3.6.1.4.1.9.9.171.1.4.2
                     cikeTunnelHistTable 1.3.6.1.4.1.9.9.171.1.4.2.1 no-access
The IPsec Phase-1 Internet Key Exchange Tunnel History Table. This table is implemented as a sliding window in which only the last n entries are maintained. The maximum number of entries is specified by the cipSecHistTableSize object.
                         cikeTunnelHistEntry 1.3.6.1.4.1.9.9.171.1.4.2.1.1 no-access
Each entry contains the attributes associated with a previously active IPsec Phase-1 IKE Tunnel.
                             cikeTunHistIndex 1.3.6.1.4.1.9.9.171.1.4.2.1.1.1 integer32 no-access
The index of the IPsec Phase-1 IKE Tunnel History Table. The value of the index is a number which begins at one and is incremented with each tunnel that ends. The value of this object will wrap at 2,147,483,647.
                             cikeTunHistTermReason 1.3.6.1.4.1.9.9.171.1.4.2.1.1.2 integer read-only
The reason the IPsec Phase-1 IKE Tunnel was terminated. Possible reasons include: 1 = other 2 = normal termination 3 = operator request 4 = peer delete request was received 5 = contact with peer was lost 6 = local failure occurred. 7 = operator initiated check point request Enumeration: 'normal': 2, 'operRequest': 3, 'peerLost': 5, 'other': 1, 'peerDelRequest': 4, 'localFailure': 6, 'checkPointReg': 7.
                             cikeTunHistActiveIndex 1.3.6.1.4.1.9.9.171.1.4.2.1.1.3 integer32 read-only
The index of the previously active IPsec Phase-1 IKE Tunnel.
                             cikeTunHistPeerLocalType 1.3.6.1.4.1.9.9.171.1.4.2.1.1.4 ikepeertype read-only
The type of local peer identity. The local peer may be identified by: 1. an IP address, or 2. a host name.
                             cikeTunHistPeerLocalValue 1.3.6.1.4.1.9.9.171.1.4.2.1.1.5 displaystring read-only
The value of the local peer identity. If the local peer type is an IP Address, then this is the IP Address used to identify the local peer. If the local peer type is a host name, then this is the host name used to identify the local peer.
                             cikeTunHistPeerIntIndex 1.3.6.1.4.1.9.9.171.1.4.2.1.1.6 integer32 read-only
The internal index of the local-remote peer association. This internal index is used to uniquely identify multiple associations between the local and remote peer.
                             cikeTunHistPeerRemoteType 1.3.6.1.4.1.9.9.171.1.4.2.1.1.7 ikepeertype read-only
The type of remote peer identity. The remote peer may be identified by: 1. an IP address, or 2. a host name.
                             cikeTunHistPeerRemoteValue 1.3.6.1.4.1.9.9.171.1.4.2.1.1.8 displaystring read-only
The value of the remote peer identity. If the remote peer type is an IP Address, then this is the IP Address used to identify the remote peer. If the remote peer type is a host name, then this is the host name used to identify the remote peer.
                             cikeTunHistLocalAddr 1.3.6.1.4.1.9.9.171.1.4.2.1.1.9 ipsipaddress read-only
The IP address of the local endpoint for the IPsec Phase-1 IKE Tunnel.
                             cikeTunHistLocalName 1.3.6.1.4.1.9.9.171.1.4.2.1.1.10 displaystring read-only
The DNS name of the local IP address for the IPsec Phase-1 IKE Tunnel. If the DNS name associated with the local tunnel endpoint is not known, then the value of this object will be a NULL string.
                             cikeTunHistRemoteAddr 1.3.6.1.4.1.9.9.171.1.4.2.1.1.11 ipsipaddress read-only
The IP address of the remote endpoint for the IPsec Phase-1 IKE Tunnel.
                             cikeTunHistRemoteName 1.3.6.1.4.1.9.9.171.1.4.2.1.1.12 displaystring read-only
The DNS name of the remote IP address of IPsec Phase-1 IKE Tunnel. If the DNS name associated with the remote tunnel endpoint is not known, then the value of this object will be a NULL string.
                             cikeTunHistNegoMode 1.3.6.1.4.1.9.9.171.1.4.2.1.1.13 ikenegomode read-only
The negotiation mode of the IPsec Phase-1 IKE Tunnel.
                             cikeTunHistDiffHellmanGrp 1.3.6.1.4.1.9.9.171.1.4.2.1.1.14 diffhellmangrp read-only
The Diffie Hellman Group used in IPsec Phase-1 IKE negotiations.
                             cikeTunHistEncryptAlgo 1.3.6.1.4.1.9.9.171.1.4.2.1.1.15 encryptalgo read-only
The encryption algorithm used in IPsec Phase-1 IKE negotiations.
                             cikeTunHistHashAlgo 1.3.6.1.4.1.9.9.171.1.4.2.1.1.16 ikehashalgo read-only
The hash algorithm used in IPsec Phase-1 IKE negotiations.
                             cikeTunHistAuthMethod 1.3.6.1.4.1.9.9.171.1.4.2.1.1.17 ikeauthmethod read-only
The authentication method used in IPsec Phase-1 IKE negotiations.
                             cikeTunHistLifeTime 1.3.6.1.4.1.9.9.171.1.4.2.1.1.18 integer32 read-only
The negotiated LifeTime of the IPsec Phase-1 IKE Tunnel in seconds.
                             cikeTunHistStartTime 1.3.6.1.4.1.9.9.171.1.4.2.1.1.19 timestamp read-only
The value of sysUpTime in hundredths of seconds when the IPsec Phase-1 IKE tunnel was started.
                             cikeTunHistActiveTime 1.3.6.1.4.1.9.9.171.1.4.2.1.1.20 timeinterval read-only
The length of time the IPsec Phase-1 IKE tunnel was been active in hundredths of seconds.
                             cikeTunHistTotalRefreshes 1.3.6.1.4.1.9.9.171.1.4.2.1.1.21 counter32 read-only
The total number of security associations refreshes performed.
                             cikeTunHistTotalSas 1.3.6.1.4.1.9.9.171.1.4.2.1.1.22 counter32 read-only
The total number of security associations used during the life of the IPsec Phase-1 IKE Tunnel.
                             cikeTunHistInOctets 1.3.6.1.4.1.9.9.171.1.4.2.1.1.23 counter32 read-only
The total number of octets received by this IPsec Phase-1 IKE Tunnel.
                             cikeTunHistInPkts 1.3.6.1.4.1.9.9.171.1.4.2.1.1.24 counter32 read-only
The total number of packets received by this IPsec Phase-1 IKE Tunnel.
                             cikeTunHistInDropPkts 1.3.6.1.4.1.9.9.171.1.4.2.1.1.25 counter32 read-only
The total number of packets dropped by this IPsec Phase-1 IKE Tunnel during receive processing.
                             cikeTunHistInNotifys 1.3.6.1.4.1.9.9.171.1.4.2.1.1.26 counter32 read-only
The total number of notifys received by this IPsec Phase-1 IKE Tunnel.
                             cikeTunHistInP2Exchgs 1.3.6.1.4.1.9.9.171.1.4.2.1.1.27 counter32 read-only
The total number of IPsec Phase-2 exchanges received by this IPsec Phase-1 IKE Tunnel.
                             cikeTunHistInP2ExchgInvalids 1.3.6.1.4.1.9.9.171.1.4.2.1.1.28 counter32 read-only
The total number of IPsec Phase-2 exchanges received and found to be invalid by this IPsec Phase-1 IKE Tunnel.
                             cikeTunHistInP2ExchgRejects 1.3.6.1.4.1.9.9.171.1.4.2.1.1.29 counter32 read-only
The total number of IPsec Phase-2 exchanges received and rejected by this IPsec Phase-1 IKE Tunnel.
                             cikeTunHistInP2SaDelRequests 1.3.6.1.4.1.9.9.171.1.4.2.1.1.30 counter32 read-only
The total number of IPsec Phase-2 security association delete requests received by this IPsec Phase-1 IKE Tunnel.
                             cikeTunHistOutOctets 1.3.6.1.4.1.9.9.171.1.4.2.1.1.31 counter32 read-only
The total number of octets sent by this IPsec Phase-1 IKE Tunnel.
                             cikeTunHistOutPkts 1.3.6.1.4.1.9.9.171.1.4.2.1.1.32 counter32 read-only
The total number of packets sent by this IPsec Phase-1 IKE Tunnel.
                             cikeTunHistOutDropPkts 1.3.6.1.4.1.9.9.171.1.4.2.1.1.33 counter32 read-only
The total number of packets dropped by this IPsec Phase-1 IKE Tunnel during send processing.
                             cikeTunHistOutNotifys 1.3.6.1.4.1.9.9.171.1.4.2.1.1.34 counter32 read-only
The total number of notifys sent by this IPsec Phase-1 IKE Tunnel.
                             cikeTunHistOutP2Exchgs 1.3.6.1.4.1.9.9.171.1.4.2.1.1.35 counter32 read-only
The total number of IPsec Phase-2 exchanges sent by this IPsec Phase-1 IKE Tunnel.
                             cikeTunHistOutP2ExchgInvalids 1.3.6.1.4.1.9.9.171.1.4.2.1.1.36 counter32 read-only
The total number of IPsec Phase-2 exchanges sent and found to be invalid by this IPsec Phase-1 IKE Tunnel.
                             cikeTunHistOutP2ExchgRejects 1.3.6.1.4.1.9.9.171.1.4.2.1.1.37 counter32 read-only
The total number of IPsec Phase-2 exchanges sent and rejected by this IPsec Phase-1 IKE Tunnel.
                             cikeTunHistOutP2SaDelRequests 1.3.6.1.4.1.9.9.171.1.4.2.1.1.38 counter32 read-only
The total number of IPsec Phase-2 security association delete requests sent by this IPsec Phase-1 IKE Tunnel.
                 cipSecHistPhaseTwo 1.3.6.1.4.1.9.9.171.1.4.3
                     cipSecTunnelHistTable 1.3.6.1.4.1.9.9.171.1.4.3.1 no-access
The IPsec Phase-2 Tunnel History Table. This table is implemented as a sliding window in which only the last n entries are maintained. The maximum number of entries is specified by the cipSecHistTableSize object.
                         cipSecTunnelHistEntry 1.3.6.1.4.1.9.9.171.1.4.3.1.1 no-access
Each entry contains the attributes associated with a previously active IPsec Phase-2 Tunnel.
                             cipSecTunHistIndex 1.3.6.1.4.1.9.9.171.1.4.3.1.1.1 integer32 no-access
The index of the IPsec Phase-2 Tunnel History Table. The value of the index is a number which begins at one and is incremented with each tunnel that ends. The value of this object will wrap at 2,147,483,647.
                             cipSecTunHistTermReason 1.3.6.1.4.1.9.9.171.1.4.3.1.1.2 integer read-only
The reason the IPsec Phase-2 Tunnel was terminated. Possible reasons include: 1 = other 2 = normal termination 3 = operator request 4 = peer delete request was received 5 = contact with peer was lost 6 = local failure occurred 7 = operator initiated check point request Enumeration: 'normal': 2, 'operRequest': 3, 'peerLost': 5, 'checkPointReq': 7, 'other': 1, 'peerDelRequest': 4, 'seqNumRollOver': 6.
                             cipSecTunHistActiveIndex 1.3.6.1.4.1.9.9.171.1.4.3.1.1.3 integer32 read-only
The index of the previously active IPsec Phase-2 Tunnel.
                             cipSecTunHistIkeTunnelIndex 1.3.6.1.4.1.9.9.171.1.4.3.1.1.4 integer32 read-only
The index of the associated IPsec Phase-1 Tunnel (cikeTunIndex in the cikeTunnelTable).
                             cipSecTunHistLocalAddr 1.3.6.1.4.1.9.9.171.1.4.3.1.1.5 ipsipaddress read-only
The IP address of the local endpoint for the IPsec Phase-2 Tunnel.
                             cipSecTunHistRemoteAddr 1.3.6.1.4.1.9.9.171.1.4.3.1.1.6 ipsipaddress read-only
The IP address of the remote endpoint for the IPsec Phase-2 Tunnel.
                             cipSecTunHistKeyType 1.3.6.1.4.1.9.9.171.1.4.3.1.1.7 keytype read-only
The type of key used by the IPsec Phase-2 Tunnel.
                             cipSecTunHistEncapMode 1.3.6.1.4.1.9.9.171.1.4.3.1.1.8 encapmode read-only
The encapsulation mode used by the IPsec Phase-2 Tunnel.
                             cipSecTunHistLifeSize 1.3.6.1.4.1.9.9.171.1.4.3.1.1.9 integer32 read-only
The negotiated LifeSize of the IPsec Phase-2 Tunnel in kilobytes.
                             cipSecTunHistLifeTime 1.3.6.1.4.1.9.9.171.1.4.3.1.1.10 integer32 read-only
The negotiated LifeTime of the IPsec Phase-2 Tunnel in seconds.
                             cipSecTunHistStartTime 1.3.6.1.4.1.9.9.171.1.4.3.1.1.11 timestamp read-only
The value of sysUpTime in hundredths of seconds when the IPsec Phase-2 Tunnel was started.
                             cipSecTunHistActiveTime 1.3.6.1.4.1.9.9.171.1.4.3.1.1.12 timeinterval read-only
The length of time the IPsec Phase-2 Tunnel has been active in hundredths of seconds.
                             cipSecTunHistTotalRefreshes 1.3.6.1.4.1.9.9.171.1.4.3.1.1.13 counter32 read-only
The total number of security association refreshes performed.
                             cipSecTunHistTotalSas 1.3.6.1.4.1.9.9.171.1.4.3.1.1.14 counter32 read-only
The total number of security associations used during the life of the IPsec Phase-2 Tunnel.
                             cipSecTunHistInSaDiffHellmanGrp 1.3.6.1.4.1.9.9.171.1.4.3.1.1.15 diffhellmangrp read-only
The Diffie Hellman Group used by the inbound security association of the IPsec Phase-2 Tunnel.
                             cipSecTunHistInSaEncryptAlgo 1.3.6.1.4.1.9.9.171.1.4.3.1.1.16 encryptalgo read-only
The encryption algorithm used by the inbound security association of the IPsec Phase-2 Tunnel.
                             cipSecTunHistInSaAhAuthAlgo 1.3.6.1.4.1.9.9.171.1.4.3.1.1.17 authalgo read-only
The authentication algorithm used by the inbound authentication header (AH) security association of the IPsec Phase-2 Tunnel.
                             cipSecTunHistInSaEspAuthAlgo 1.3.6.1.4.1.9.9.171.1.4.3.1.1.18 authalgo read-only
The authentication algorithm used by the inbound encapsulation security protocol (ESP) security association of the IPsec Phase-2 Tunnel.
                             cipSecTunHistInSaDecompAlgo 1.3.6.1.4.1.9.9.171.1.4.3.1.1.19 compalgo read-only
The decompression algorithm used by the inbound security association of the IPsec Phase-2 Tunnel.
                             cipSecTunHistOutSaDiffHellmanGrp 1.3.6.1.4.1.9.9.171.1.4.3.1.1.20 diffhellmangrp read-only
The Diffie Hellman Group used by the outbound security association of the IPsec Phase-2 Tunnel.
                             cipSecTunHistOutSaEncryptAlgo 1.3.6.1.4.1.9.9.171.1.4.3.1.1.21 encryptalgo read-only
The encryption algorithm used by the outbound security association of the IPsec Phase-2 Tunnel.
                             cipSecTunHistOutSaAhAuthAlgo 1.3.6.1.4.1.9.9.171.1.4.3.1.1.22 authalgo read-only
The authentication algorithm used by the outbound authentication header (AH) security association of the IPsec Phase-2 Tunnel.
                             cipSecTunHistOutSaEspAuthAlgo 1.3.6.1.4.1.9.9.171.1.4.3.1.1.23 authalgo read-only
The authentication algorithm used by the inbound encapsulation security protocol (ESP) security association of the IPsec Phase-2 Tunnel.
                             cipSecTunHistOutSaCompAlgo 1.3.6.1.4.1.9.9.171.1.4.3.1.1.24 compalgo read-only
The compression algorithm used by the inbound security association of the IPsec Phase-2 Tunnel.
                             cipSecTunHistInOctets 1.3.6.1.4.1.9.9.171.1.4.3.1.1.25 counter32 read-only
The total number of octets received by this IPsec Phase-2 Tunnel. This value is accumulated BEFORE determining whether or not the packet should be decompressed. See also cipSecTunInOctWraps for the number of times this counter has wrapped.
                             cipSecTunHistHcInOctets 1.3.6.1.4.1.9.9.171.1.4.3.1.1.26 counter64 read-only
A high capacity count of the total number of octets received by this IPsec Phase-2 Tunnel. This value is accumulated BEFORE determining whether or not the packet should be decompressed.
                             cipSecTunHistInOctWraps 1.3.6.1.4.1.9.9.171.1.4.3.1.1.27 counter32 read-only
The number of times the octets received counter (cipSecTunInOctets) has wrapped.
                             cipSecTunHistInDecompOctets 1.3.6.1.4.1.9.9.171.1.4.3.1.1.28 counter32 read-only
The total number of decompressed octets received by this IPsec Phase-2 Tunnel. This value is accumulated AFTER the packet is decompressed. If compression is not being used, this value will match the value of cipSecTunHistInOctets. See also cipSecTunInDecompOctWraps for the number of times this counter has wrapped.
                             cipSecTunHistHcInDecompOctets 1.3.6.1.4.1.9.9.171.1.4.3.1.1.29 counter64 read-only
A high capacity count of the total number of decompressed octets received by this IPsec Phase-2 Tunnel. This value is accumulated AFTER the packet is decompressed. If compression is not being used, this value will match the value of cipSecTunHistHcInOctets.
                             cipSecTunHistInDecompOctWraps 1.3.6.1.4.1.9.9.171.1.4.3.1.1.30 counter32 read-only
The number of times the decompressed octets received counter (cipSecTunInDecompOctets) has wrapped.
                             cipSecTunHistInPkts 1.3.6.1.4.1.9.9.171.1.4.3.1.1.31 counter32 read-only
The total number of packets received by this IPsec Phase-2 Tunnel.
                             cipSecTunHistInDropPkts 1.3.6.1.4.1.9.9.171.1.4.3.1.1.32 counter32 read-only
The total number of packets dropped during receive processing by this IPsec Phase-2 Tunnel. This count does NOT include packets dropped due to Anti-Replay processing.
                             cipSecTunHistInReplayDropPkts 1.3.6.1.4.1.9.9.171.1.4.3.1.1.33 counter32 read-only
The total number of packets dropped during receive processing due to Anti-Replay processing by this IPsec Phase-2 Tunnel.
                             cipSecTunHistInAuths 1.3.6.1.4.1.9.9.171.1.4.3.1.1.34 counter32 read-only
The total number of inbound authentication's performed by this IPsec Phase-2 Tunnel.
                             cipSecTunHistInAuthFails 1.3.6.1.4.1.9.9.171.1.4.3.1.1.35 counter32 read-only
The total number of inbound authentication's which ended in failure by this IPsec Phase-2 Tunnel .
                             cipSecTunHistInDecrypts 1.3.6.1.4.1.9.9.171.1.4.3.1.1.36 counter32 read-only
The total number of inbound decryption's performed by this IPsec Phase-2 Tunnel.
                             cipSecTunHistInDecryptFails 1.3.6.1.4.1.9.9.171.1.4.3.1.1.37 counter32 read-only
The total number of inbound decryption's which ended in failure by this IPsec Phase-2 Tunnel.
                             cipSecTunHistOutOctets 1.3.6.1.4.1.9.9.171.1.4.3.1.1.38 counter32 read-only
The total number of octets sent by this IPsec Phase-2 Tunnel. This value is accumulated AFTER determining whether or not the packet should be compressed. See also cipSecTunOutOctWraps for the number of times this counter has wrapped.
                             cipSecTunHistHcOutOctets 1.3.6.1.4.1.9.9.171.1.4.3.1.1.39 counter64 read-only
A high capacity count of the total number of octets sent by this IPsec Phase-2 Tunnel. This value is accumulated AFTER determining whether or not the packet should be compressed.
                             cipSecTunHistOutOctWraps 1.3.6.1.4.1.9.9.171.1.4.3.1.1.40 counter32 read-only
The number of times the octets sent counter (cipSecTunOutOctets) has wrapped.
                             cipSecTunHistOutUncompOctets 1.3.6.1.4.1.9.9.171.1.4.3.1.1.41 counter32 read-only
The total number of uncompressed octets sent by this IPsec Phase-2 Tunnel. This value is accumulated BEFORE the packet is compressed. If compression is not being used, this value will match the value of cipSecTunHistOutOctets. See also cipSecTunOutDecompOctWraps for the number of times this counter has wrapped.
                             cipSecTunHistHcOutUncompOctets 1.3.6.1.4.1.9.9.171.1.4.3.1.1.42 counter64 read-only
A high capacity count of the total number of uncompressed octets sent by this IPsec Phase-2 Tunnel. This value is accumulated BEFORE the packet is compressed. If compression is not being used, this value will match the value of cipSecTunHistHcOutOctets.
                             cipSecTunHistOutUncompOctWraps 1.3.6.1.4.1.9.9.171.1.4.3.1.1.43 counter32 read-only
The number of times the uncompressed octets sent counter (cipSecTunOutUncompOctets) has wrapped.
                             cipSecTunHistOutPkts 1.3.6.1.4.1.9.9.171.1.4.3.1.1.44 counter32 read-only
The total number of packets sent by this IPsec Phase-2 Tunnel.
                             cipSecTunHistOutDropPkts 1.3.6.1.4.1.9.9.171.1.4.3.1.1.45 counter32 read-only
The total number of packets dropped during send processing by this IPsec Phase-2 Tunnel.
                             cipSecTunHistOutAuths 1.3.6.1.4.1.9.9.171.1.4.3.1.1.46 counter32 read-only
The total number of outbound authentication's performed by this IPsec Phase-2 Tunnel.
                             cipSecTunHistOutAuthFails 1.3.6.1.4.1.9.9.171.1.4.3.1.1.47 counter32 read-only
The total number of outbound authentication's which ended in failure by this IPsec Phase-2 Tunnel.
                             cipSecTunHistOutEncrypts 1.3.6.1.4.1.9.9.171.1.4.3.1.1.48 counter32 read-only
The total number of outbound encryption's performed by this IPsec Phase-2 Tunnel.
                             cipSecTunHistOutEncryptFails 1.3.6.1.4.1.9.9.171.1.4.3.1.1.49 counter32 read-only
The total number of outbound encryption's which ended in failure by this IPsec Phase-2 Tunnel.
                     cipSecEndPtHistTable 1.3.6.1.4.1.9.9.171.1.4.3.2 no-access
The IPsec Phase-2 Tunnel Endpoint History Table. This table is implemented as a sliding window in which only the last n entries are maintained. The maximum number of entries is specified by the cipSecHistTableSize object.
                         cipSecEndPtHistEntry 1.3.6.1.4.1.9.9.171.1.4.3.2.1 no-access
Each entry contains the attributes associated with a previously active IPsec Phase-2 Tunnel Endpoint.
                             cipSecEndPtHistIndex 1.3.6.1.4.1.9.9.171.1.4.3.2.1.1 integer32 no-access
The number of the previously active Endpoint associated with a IPsec Phase-2 Tunnel Table. The value of this index is a number which begins at one and is incremented with each Endpoint associated with an IPsec Phase-2 Tunnel. The value of this object will wrap at 2,147,483,647.
                             cipSecEndPtHistTunIndex 1.3.6.1.4.1.9.9.171.1.4.3.2.1.2 integer32 read-only
The index of the previously active IPsec Phase-2 Tunnel Table.
                             cipSecEndPtHistActiveIndex 1.3.6.1.4.1.9.9.171.1.4.3.2.1.3 integer32 read-only
The index of the previously active Endpoint.
                             cipSecEndPtHistLocalName 1.3.6.1.4.1.9.9.171.1.4.3.2.1.4 displaystring read-only
The DNS name of the local Endpoint.
                             cipSecEndPtHistLocalType 1.3.6.1.4.1.9.9.171.1.4.3.2.1.5 endpttype read-only
The type of identity for the local Endpoint. Possible values are: 1) a single IP address, or 2) an IP address range, or 3) an IP subnet.
                             cipSecEndPtHistLocalAddr1 1.3.6.1.4.1.9.9.171.1.4.3.2.1.6 ipsipaddress read-only
The local Endpoint's first IP address specification. If the local Endpoint type is single IP address, then this is the value of the IP address. If the local Endpoint type is IP subnet, then this is the value of the subnet. If the local Endpoint type is IP address range, then this is the value of beginning IP address of the range.
                             cipSecEndPtHistLocalAddr2 1.3.6.1.4.1.9.9.171.1.4.3.2.1.7 ipsipaddress read-only
The local Endpoint's second IP address specification. If the local Endpoint type is single IP address, then this is the value of the IP address. If the local Endpoint type is IP subnet, then this is the value of the subnet mask. If the local Endpoint type is IP address range, then this is the value of ending IP address of the range.
                             cipSecEndPtHistLocalProtocol 1.3.6.1.4.1.9.9.171.1.4.3.2.1.8 integer32 read-only
The protocol number of the local Endpoint's traffic.
                             cipSecEndPtHistLocalPort 1.3.6.1.4.1.9.9.171.1.4.3.2.1.9 integer32 read-only
The port number of the local Endpoint's traffic.
                             cipSecEndPtHistRemoteName 1.3.6.1.4.1.9.9.171.1.4.3.2.1.10 displaystring read-only
The DNS name of the remote Endpoint.
                             cipSecEndPtHistRemoteType 1.3.6.1.4.1.9.9.171.1.4.3.2.1.11 endpttype read-only
The type of identity for the remote Endpoint. Possible values are: 1) a single IP address, or 2) an IP address range, or 3) an IP subnet.
                             cipSecEndPtHistRemoteAddr1 1.3.6.1.4.1.9.9.171.1.4.3.2.1.12 ipsipaddress read-only
The remote Endpoint's first IP address specification. If the remote Endpoint type is single IP address, then this is the value of the IP address. If the remote Endpoint type is IP subnet, then this is the value of the subnet. If the remote Endpoint type is IP address range, then this is the value of beginning IP address of the range.
                             cipSecEndPtHistRemoteAddr2 1.3.6.1.4.1.9.9.171.1.4.3.2.1.13 ipsipaddress read-only
The remote Endpoint's second IP address specification. If the remote Endpoint type is single IP address, then this is the value of the IP address. If the remote Endpoint type is IP subnet, then this is the value of the subnet mask. If the remote Endpoint type is IP address range, then this is the value of ending IP address of the range.
                             cipSecEndPtHistRemoteProtocol 1.3.6.1.4.1.9.9.171.1.4.3.2.1.14 integer32 read-only
The protocol number of the remote Endpoint's traffic.
                             cipSecEndPtHistRemotePort 1.3.6.1.4.1.9.9.171.1.4.3.2.1.15 integer32 read-only
The port number of the remote Endpoint's traffic.
             cipSecFailures 1.3.6.1.4.1.9.9.171.1.5
                 cipSecFailGlobal 1.3.6.1.4.1.9.9.171.1.5.1
                     cipSecFailGlobalCntl 1.3.6.1.4.1.9.9.171.1.5.1.1
                         cipSecFailTableSize 1.3.6.1.4.1.9.9.171.1.5.1.1.1 integer32 read-write
The window size of the IPsec Phase-1 and Phase-2 Failure Tables. The IPsec Phase-1 and Phase-2 Failure Tables are implemented as a sliding window in which only the last n entries are maintained. This object is used specify the number of entries which will be maintained in the IPsec Phase-1 and Phase-2 Failure Tables. An implementation may choose suitable minimum and maximum values for this element based on the local policy and available resources. If an SNMP SET request specifies a value outside this window for this element, a BAD VALUE may be returned.
                 cipSecFailPhaseOne 1.3.6.1.4.1.9.9.171.1.5.2
                     cikeFailTable 1.3.6.1.4.1.9.9.171.1.5.2.1 no-access
The IPsec Phase-1 Failure Table. This table is implemented as a sliding window in which only the last n entries are maintained. The maximum number of entries is specified by the cipSecFailTableSize object.
                         cikeFailEntry 1.3.6.1.4.1.9.9.171.1.5.2.1.1 no-access
Each entry contains the attributes associated with an IPsec Phase-1 failure.
                             cikeFailIndex 1.3.6.1.4.1.9.9.171.1.5.2.1.1.1 integer32 no-access
The IPsec Phase-1 Failure Table index. The value of the index is a number which begins at one and is incremented with each IPsec Phase-1 failure. The value of this object will wrap at 2,147,483,647.
                             cikeFailReason 1.3.6.1.4.1.9.9.171.1.5.2.1.1.2 integer read-only
The reason for the failure. Possible reasons include: 1 = other 2 = peer delete request was received 3 = contact with peer was lost 4 = local failure occurred 5 = authentication failure 6 = hash validation failure 7 = encryption failure 8 = internal error occurred 9 = system capacity failure 10 = proposal failure 11 = peer's certificate is unavailable 12 = peer's certificate was found invalid 13 = local certificate expired 14 = certificate revoke list (crl) failure 15 = peer encoding error 16 = non-existent security association 17 = operator requested termination. Enumeration: 'sysCapExceeded': 9, 'encryptFailure': 7, 'peerCertNotValid': 12, 'authFailure': 5, 'internalError': 8, 'proposalFailure': 10, 'operRequest': 17, 'peerLost': 3, 'crlFailure': 14, 'other': 1, 'peerDelRequest': 2, 'localFailure': 4, 'peerEncodingError': 15, 'nonExistentSa': 16, 'peerCertUnavailable': 11, 'localCertExpired': 13, 'hashValidation': 6.
                             cikeFailTime 1.3.6.1.4.1.9.9.171.1.5.2.1.1.3 timestamp read-only
The value of sysUpTime in hundredths of seconds at the time of the failure.
                             cikeFailLocalType 1.3.6.1.4.1.9.9.171.1.5.2.1.1.4 ikepeertype read-only
The type of local peer identity. The local peer may be identified by: 1. an IP address, or 2. a host name.
                             cikeFailLocalValue 1.3.6.1.4.1.9.9.171.1.5.2.1.1.5 displaystring read-only
The value of the local peer identity. If the local peer type is an IP Address, then this is the IP Address used to identify the local peer. If the local peer type is a host name, then this is the host name used to identify the local peer.
                             cikeFailRemoteType 1.3.6.1.4.1.9.9.171.1.5.2.1.1.6 ikepeertype read-only
The type of remote peer identity. The remote peer may be identified by: 1. an IP address, or 2. a host name.
                             cikeFailRemoteValue 1.3.6.1.4.1.9.9.171.1.5.2.1.1.7 displaystring read-only
The value of the remote peer identity. If the remote peer type is an IP Address, then this is the IP Address used to identify the remote peer. If the remote peer type is a host name, then this is the host name used to identify the remote peer.
                             cikeFailLocalAddr 1.3.6.1.4.1.9.9.171.1.5.2.1.1.8 ipsipaddress read-only
The IP address of the local peer.
                             cikeFailRemoteAddr 1.3.6.1.4.1.9.9.171.1.5.2.1.1.9 ipsipaddress read-only
The IP address of the remote peer.
                 cipSecFailPhaseTwo 1.3.6.1.4.1.9.9.171.1.5.3
                     cipSecFailTable 1.3.6.1.4.1.9.9.171.1.5.3.1 no-access
The IPsec Phase-2 Failure Table. This table is implemented as a sliding window in which only the last n entries are maintained. The maximum number of entries is specified by the cipSecFailTableSize object.
                         cipSecFailEntry 1.3.6.1.4.1.9.9.171.1.5.3.1.1 no-access
Each entry contains the attributes associated with an IPsec Phase-1 failure.
                             cipSecFailIndex 1.3.6.1.4.1.9.9.171.1.5.3.1.1.1 integer32 no-access
The IPsec Phase-2 Failure Table index. The value of the index is a number which begins at one and is incremented with each IPsec Phase-1 failure. The value of this object will wrap at 2,147,483,647.
                             cipSecFailReason 1.3.6.1.4.1.9.9.171.1.5.3.1.1.2 integer read-only
The reason for the failure. Possible reasons include: 1 = other 2 = internal error occurred 3 = peer encoding error 4 = proposal failure 5 = protocol use failure 6 = non-existent security association 7 = decryption failure 8 = encryption failure 9 = inbound authentication failure 10 = outbound authentication failure 11 = compression failure 12 = system capacity failure 13 = peer delete request was received 14 = contact with peer was lost 15 = sequence number rolled over 16 = operator requested termination. Enumeration: 'sysCapExceeded': 12, 'encryptFailure': 8, 'inAuthFailure': 9, 'peerEncodingError': 3, 'decryptFailure': 7, 'internalError': 2, 'proposalFailure': 4, 'operRequest': 16, 'peerLost': 14, 'other': 1, 'peerDelRequest': 13, 'protocolUseFail': 5, 'nonExistentSa': 6, 'seqNumRollOver': 15, 'outAuthFailure': 10, 'compression': 11.
                             cipSecFailTime 1.3.6.1.4.1.9.9.171.1.5.3.1.1.3 timestamp read-only
The value of sysUpTime in hundredths of seconds at the time of the failure.
                             cipSecFailTunnelIndex 1.3.6.1.4.1.9.9.171.1.5.3.1.1.4 integer32 read-only
The Phase-2 Tunnel index (cipSecTunIndex).
                             cipSecFailSaSpi 1.3.6.1.4.1.9.9.171.1.5.3.1.1.5 integer32 read-only
The security association SPI value.
                             cipSecFailPktSrcAddr 1.3.6.1.4.1.9.9.171.1.5.3.1.1.6 ipsipaddress read-only
The packet's source IP address.
                             cipSecFailPktDstAddr 1.3.6.1.4.1.9.9.171.1.5.3.1.1.7 ipsipaddress read-only
The packet's destination IP address.
             cipSecTrapCntl 1.3.6.1.4.1.9.9.171.1.6
                 cipSecTrapCntlIkeTunnelStart 1.3.6.1.4.1.9.9.171.1.6.1 trapstatus read-write
This object defines the administrative state of sending the IPsec IKE Phase-1 Tunnel Start TRAP
                 cipSecTrapCntlIkeTunnelStop 1.3.6.1.4.1.9.9.171.1.6.2 trapstatus read-write
This object defines the administrative state of sending the IPsec IKE Phase-1 Tunnel Stop TRAP
                 cipSecTrapCntlIkeSysFailure 1.3.6.1.4.1.9.9.171.1.6.3 trapstatus read-write
This object defines the administrative state of sending the IPsec IKE Phase-1 System Failure TRAP
                 cipSecTrapCntlIkeCertCrlFailure 1.3.6.1.4.1.9.9.171.1.6.4 trapstatus read-write
This object defines the administrative state of sending the IPsec IKE Phase-1 Certificate/CRL Failure TRAP
                 cipSecTrapCntlIkeProtocolFail 1.3.6.1.4.1.9.9.171.1.6.5 trapstatus read-write
This object defines the administrative state of sending the IPsec IKE Phase-1 Protocol Failure TRAP
                 cipSecTrapCntlIkeNoSa 1.3.6.1.4.1.9.9.171.1.6.6 trapstatus read-write
This object defines the administrative state of sending the IPsec IKE Phase-1 No Security Association TRAP
                 cipSecTrapCntlIpSecTunnelStart 1.3.6.1.4.1.9.9.171.1.6.7 trapstatus read-write
This object defines the administrative state of sending the IPsec Phase-2 Tunnel Start TRAP
                 cipSecTrapCntlIpSecTunnelStop 1.3.6.1.4.1.9.9.171.1.6.8 trapstatus read-write
This object defines the administrative state of sending the IPsec Phase-2 Tunnel Stop TRAP
                 cipSecTrapCntlIpSecSysFailure 1.3.6.1.4.1.9.9.171.1.6.9 trapstatus read-write
This object defines the administrative state of sending the IPsec Phase-2 System Failure TRAP
                 cipSecTrapCntlIpSecSetUpFailure 1.3.6.1.4.1.9.9.171.1.6.10 trapstatus read-write
This object defines the administrative state of sending the IPsec Phase-2 Set Up Failure TRAP
                 cipSecTrapCntlIpSecEarlyTunTerm 1.3.6.1.4.1.9.9.171.1.6.11 trapstatus read-write
This object defines the administrative state of sending the IPsec Phase-2 Early Tunnel Termination TRAP
                 cipSecTrapCntlIpSecProtocolFail 1.3.6.1.4.1.9.9.171.1.6.12 trapstatus read-write
This object defines the administrative state of sending the IPsec Phase-2 Protocol Failure TRAP
                 cipSecTrapCntlIpSecNoSa 1.3.6.1.4.1.9.9.171.1.6.13 trapstatus read-write
This object defines the administrative state of sending the IPsec Phase-2 No Security Association TRAP
         cipSecMIBNotificationPrefix 1.3.6.1.4.1.9.9.171.2
             cipSecMIBNotifications 1.3.6.1.4.1.9.9.171.2.0
                 cikeTunnelStart 1.3.6.1.4.1.9.9.171.2.0.1
This notification is generated when an IPsec Phase-1 IKE Tunnel becomes active.
                 cikeTunnelStop 1.3.6.1.4.1.9.9.171.2.0.2
This notification is generated when an IPsec Phase-1 IKE Tunnel becomes inactive.
                 cikeSysFailure 1.3.6.1.4.1.9.9.171.2.0.3
This notification is generated when the processing for an IPsec Phase-1 IKE Tunnel experiences an internal or system capacity error.
                 cikeCertCrlFailure 1.3.6.1.4.1.9.9.171.2.0.4
This notification is generated when the processing for an IPsec Phase-1 IKE Tunnel experiences a Certificate or a Certificate Revoke List (CRL) related error.
                 cikeProtocolFailure 1.3.6.1.4.1.9.9.171.2.0.5
This notification is generated when the processing for an IPsec Phase-1 IKE Tunnel experiences a protocol related error.
                 cikeNoSa 1.3.6.1.4.1.9.9.171.2.0.6
This notification is generated when the processing for an IPsec Phase-1 IKE Tunnel experiences a non-existent security association error.
                 cipSecTunnelStart 1.3.6.1.4.1.9.9.171.2.0.7
This notification is generated when an IPsec Phase-2 Tunnel becomes active.
                 cipSecTunnelStop 1.3.6.1.4.1.9.9.171.2.0.8
This notification is generated when an IPsec Phase-2 Tunnel becomes inactive.
                 cipSecSysFailure 1.3.6.1.4.1.9.9.171.2.0.9
This notification is generated when the processing for an IPsec Phase-2 Tunnel experiences an internal or system capacity error.
                 cipSecSetUpFailure 1.3.6.1.4.1.9.9.171.2.0.10
This notification is generated when the setup for an IPsec Phase-2 Tunnel fails.
                 cipSecEarlyTunTerm 1.3.6.1.4.1.9.9.171.2.0.11
This notification is generated when an an IPsec Phase-2 Tunnel is terminated earily or before expected.
                 cipSecProtocolFailure 1.3.6.1.4.1.9.9.171.2.0.12
This notification is generated when the processing for an IPsec Phase-2 Tunnel experiences a protocol related error.
                 cipSecNoSa 1.3.6.1.4.1.9.9.171.2.0.13
This notification is generated when the processing for an IPsec Phase-2 Tunnel experiences a non-existent security association error.
         cipSecMIBConformance 1.3.6.1.4.1.9.9.171.3
             cipSecMIBGroups 1.3.6.1.4.1.9.9.171.3.1
                 cipSecLevelsGroup 1.3.6.1.4.1.9.9.171.3.1.1
This group consists of a: 1) IPsec MIB Level
                 cipSecPhaseOneGroup 1.3.6.1.4.1.9.9.171.3.1.2
This group consists of: 1) IPsec Phase-1 Global Objects 2) IPsec Phase-1 Peer Table 3) IPsec Phase-1 Tunnel Table 4) IPsec Phase-1 Correlation Table
                 cipSecPhaseTwoGroup 1.3.6.1.4.1.9.9.171.3.1.3
This group consists of: 1) IPsec Phase-2 Global Statistics 2) IPsec Phase-2 Tunnel Table 3) IPsec Phase-2 Endpoint Table 4) IPsec Phase-2 Security Protection Index Table
                 cipSecHistoryGroup 1.3.6.1.4.1.9.9.171.3.1.4
This group consists of: 1) IPsec History Global Objects 2) IPsec Phase-1 History Objects 3) IPsec Phase-2 History Objects
                 cipSecFailuresGroup 1.3.6.1.4.1.9.9.171.3.1.5
This group consists of: 1) IPsec Failure Global Objects 2) IPsec Phase-1 Tunnel Failure Table 3) IPsec Phase-2 Tunnel Failure Table
                 cipSecTrapCntlGroup 1.3.6.1.4.1.9.9.171.3.1.6
This group of objects controls the sending of IPsec TRAPs.
                 cipSecNotificationGroup 1.3.6.1.4.1.9.9.171.3.1.7
This group contains the notifications for the IPsec MIB.
                 cipSecGWStatsGroup 1.3.6.1.4.1.9.9.171.3.1.8
             cipSecMIBCompliances 1.3.6.1.4.1.9.9.171.3.2
                 cipSecMIBCompliance 1.3.6.1.4.1.9.9.171.3.2.1
The compliance statement for SNMP entities the IP Security Protocol. This has been replaced by cipSecMIBComplianceRev1.
                 cipSecMIBComplianceRev1 1.3.6.1.4.1.9.9.171.3.2.2
The compliance statement for SNMP entities the IP Security Protocol.