IPsecT1-MIB

File: IPsecT1-MIB.mib (167975 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 Counter64 Gauge32
Integer32 enterprises TEXTUAL-CONVENTION
DisplayString TimeStamp TimeInterval
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP

Defined Types

IPSIpAddress  
An IP V4 or V6 Address.
TEXTUAL-CONVENTION    
  OCTET STRING Size(4|16)  

IkePeerType  
The type of ipsec Phase-1 IKE peer identity. The IKE peer may be indentified by: 1. an IP address, or 2. a host name.
TEXTUAL-CONVENTION    
  INTEGER ipAddrPeer(1), namePeer(2)  

IkeNegoMode  
The ipsec Phase-1 IKE negotiation mode.
TEXTUAL-CONVENTION    
  INTEGER main(1), aggressive(2)  

IkeHashAlgo  
The hash algorithm used in ipsec Phase-1 IKE negotiations.
TEXTUAL-CONVENTION    
  INTEGER none(1), md5(2), sha(3)  

IkeAuthMethod  
The authentication method used in ipsec Phase-1 IKE negotiations.
TEXTUAL-CONVENTION    
  INTEGER none(1), preSharedKey(2), rsaSig(3), rsaEncrypt(4), revPublicKey(5)  

DiffHellmanGrp  
The Diffie Hellman Group used in negotiations.
TEXTUAL-CONVENTION    
  INTEGER none(1), dhGroup1(2), dhGroup2(3)  

KeyType  
The type of key used by an ipsec Phase-2 Tunnel.
TEXTUAL-CONVENTION    
  INTEGER ike(1), manual(2)  

EncapMode  
The encapsulation mode used by an ipsec Phase-2 Tunnel.
TEXTUAL-CONVENTION    
  INTEGER tunnel(1), transport(2)  

EncryptAlgo  
The encryption algorithm used in negotiations.
TEXTUAL-CONVENTION    
  INTEGER none(1), des(2), des3(3)  

AuthAlgo  
The authentication algorithm used by a security association of an ipsec Phase-2 Tunnel.
TEXTUAL-CONVENTION    
  INTEGER none(1), hmacMd5(2), hmacSha(3)  

CompAlgo  
The compression algorithm used by a security association of an ipsec Phase-2 Tunnel.
TEXTUAL-CONVENTION    
  INTEGER none(1), ldf(2)  

EndPtType  
The type of identity use to specify an ipsec End Point.
TEXTUAL-CONVENTION    
  INTEGER singleIpAddr(1), ipAddrRange(2), ipSubnet(3)  

TunnelStatus  
The status of a Tunnel. Objects of this type may be used to bring the tunnel down by setting value of this object to destroy(2). Objects of this type cannot be used to create a Tunnel.
TEXTUAL-CONVENTION    
  INTEGER active(1), destroy(2)  

TrapStatus  
The administrative status for sending a TRAP.
TEXTUAL-CONVENTION    
  INTEGER enabled(1), disabled(2)  

IkePeerEntry  
SEQUENCE    
  ikePeerLocalType IkePeerType
  ikePeerLocalValue DisplayString
  ikePeerRemoteType IkePeerType
  ikePeerRemoteValue DisplayString
  ikePeerIntIndex Integer32
  ikePeerLocalAddr IPSIpAddress
  ikePeerRemoteAddr IPSIpAddress
  ikePeerActiveTime TimeInterval
  ikePeerActiveTunnelIndex Integer32

IkeTunnelEntry  
SEQUENCE    
  ikeTunIndex Integer32
  ikeTunLocalType IkePeerType
  ikeTunLocalValue DisplayString
  ikeTunLocalAddr IPSIpAddress
  ikeTunLocalName DisplayString
  ikeTunRemoteType IkePeerType
  ikeTunRemoteValue DisplayString
  ikeTunRemoteAddr IPSIpAddress
  ikeTunRemoteName DisplayString
  ikeTunNegoMode IkeNegoMode
  ikeTunDiffHellmanGrp DiffHellmanGrp
  ikeTunEncryptAlgo EncryptAlgo
  ikeTunHashAlgo IkeHashAlgo
  ikeTunAuthMethod IkeAuthMethod
  ikeTunLifeTime Integer32
  ikeTunActiveTime TimeInterval
  ikeTunSaRefreshThreshold Integer32
  ikeTunTotalRefreshes Counter32
  ikeTunInOctets Counter32
  ikeTunInPkts Counter32
  ikeTunInDropPkts Counter32
  ikeTunInNotifys Counter32
  ikeTunInP2Exchgs Counter32
  ikeTunInP2ExchgInvalids Counter32
  ikeTunInP2ExchgRejects Counter32
  ikeTunInP2SaDelRequests Counter32
  ikeTunOutOctets Counter32
  ikeTunOutPkts Counter32
  ikeTunOutDropPkts Counter32
  ikeTunOutNotifys Counter32
  ikeTunOutP2Exchgs Counter32
  ikeTunOutP2ExchgInvalids Counter32
  ikeTunOutP2ExchgRejects Counter32
  ikeTunOutP2SaDelRequests Counter32
  ikeTunStatus TunnelStatus

IkePeerCorrEntry  
SEQUENCE    
  ikePeerCorrLocalType IkePeerType
  ikePeerCorrLocalValue DisplayString
  ikePeerCorrRemoteType IkePeerType
  ikePeerCorrRemoteValue DisplayString
  ikePeerCorrIntIndex Integer32
  ikePeerCorrSeqNum Integer32
  ikePeerCorripsecTunIndex Integer32

IPsecTunnelEntry  
SEQUENCE    
  ipsecTunIndex Integer32
  ipsecTunIkeTunnelIndex Integer32
  ipsecTunIkeTunnelAlive TruthValue
  ipsecTunLocalAddr IPSIpAddress
  ipsecTunRemoteAddr IPSIpAddress
  ipsecTunKeyType KeyType
  ipsecTunEncapMode EncapMode
  ipsecTunLifeSize Integer32
  ipsecTunLifeTime Integer32
  ipsecTunActiveTime TimeInterval
  ipsecTunSaLifeSizeThreshold Integer32
  ipsecTunSaLifeTimeThreshold Integer32
  ipsecTunTotalRefreshes Counter32
  ipsecTunExpiredSaInstances Counter32
  ipsecTunCurrentSaInstances Gauge32
  ipsecTunInSaDiffHellmanGrp DiffHellmanGrp
  ipsecTunInSaEncryptAlgo EncryptAlgo
  ipsecTunInSaAhAuthAlgo AuthAlgo
  ipsecTunInSaEspAuthAlgo AuthAlgo
  ipsecTunInSaDecompAlgo CompAlgo
  ipsecTunOutSaDiffHellmanGrp DiffHellmanGrp
  ipsecTunOutSaEncryptAlgo EncryptAlgo
  ipsecTunOutSaAhAuthAlgo AuthAlgo
  ipsecTunOutSaEspAuthAlgo AuthAlgo
  ipsecTunOutSaCompAlgo CompAlgo
  ipsecTunInOctets Counter32
  ipsecTunHcInOctets Counter64
  ipsecTunInOctWraps Counter32
  ipsecTunInDecompOctets Counter32
  ipsecTunHcInDecompOctets Counter64
  ipsecTunInDecompOctWraps Counter32
  ipsecTunInPkts Counter32
  ipsecTunInDropPkts Counter32
  ipsecTunInReplayDropPkts Counter32
  ipsecTunInAuths Counter32
  ipsecTunInAuthFails Counter32
  ipsecTunInDecrypts Counter32
  ipsecTunInDecryptFails Counter32
  ipsecTunOutOctets Counter32
  ipsecTunHcOutOctets Counter64
  ipsecTunOutOctWraps Counter32
  ipsecTunOutUncompOctets Counter32
  ipsecTunHcOutUncompOctets Counter64
  ipsecTunOutUncompOctWraps Counter32
  ipsecTunOutPkts Counter32
  ipsecTunOutDropPkts Counter32
  ipsecTunOutAuths Counter32
  ipsecTunOutAuthFails Counter32
  ipsecTunOutEncrypts Counter32
  ipsecTunOutEncryptFails Counter32
  ipsecTunStatus TunnelStatus

IPsecEndPtEntry  
SEQUENCE    
  ipsecEndPtIndex Integer32
  ipsecEndPtLocalName DisplayString
  ipsecEndPtLocalType EndPtType
  ipsecEndPtLocalAddr1 IPSIpAddress
  ipsecEndPtLocalAddr2 IPSIpAddress
  ipsecEndPtLocalProtocol Integer32
  ipsecEndPtLocalPort Integer32
  ipsecEndPtRemoteName DisplayString
  ipsecEndPtRemoteType EndPtType
  ipsecEndPtRemoteAddr1 IPSIpAddress
  ipsecEndPtRemoteAddr2 IPSIpAddress
  ipsecEndPtRemoteProtocol Integer32
  ipsecEndPtRemotePort Integer32

IPsecSpiEntry  
SEQUENCE    
  ipsecSpiIndex Integer32
  ipsecSpiDirection INTEGER
  ipsecSpiValue Integer32
  ipsecSpiProtocol INTEGER
  ipsecSpiStatus INTEGER

IkeTunnelHistEntry  
SEQUENCE    
  ikeTunHistIndex Integer32
  ikeTunHistTermReason INTEGER
  ikeTunHistActiveIndex Integer32
  ikeTunHistPeerLocalType IkePeerType
  ikeTunHistPeerLocalValue DisplayString
  ikeTunHistPeerIntIndex Integer32
  ikeTunHistPeerRemoteType IkePeerType
  ikeTunHistPeerRemoteValue DisplayString
  ikeTunHistLocalAddr IPSIpAddress
  ikeTunHistLocalName DisplayString
  ikeTunHistRemoteAddr IPSIpAddress
  ikeTunHistRemoteName DisplayString
  ikeTunHistNegoMode IkeNegoMode
  ikeTunHistDiffHellmanGrp DiffHellmanGrp
  ikeTunHistEncryptAlgo EncryptAlgo
  ikeTunHistHashAlgo IkeHashAlgo
  ikeTunHistAuthMethod IkeAuthMethod
  ikeTunHistLifeTime Integer32
  ikeTunHistStartTime TimeStamp
  ikeTunHistActiveTime TimeInterval
  ikeTunHistTotalRefreshes Counter32
  ikeTunHistTotalSas Counter32
  ikeTunHistInOctets Counter32
  ikeTunHistInPkts Counter32
  ikeTunHistInDropPkts Counter32
  ikeTunHistInNotifys Counter32
  ikeTunHistInP2Exchgs Counter32
  ikeTunHistInP2ExchgInvalids Counter32
  ikeTunHistInP2ExchgRejects Counter32
  ikeTunHistInP2SaDelRequests Counter32
  ikeTunHistOutOctets Counter32
  ikeTunHistOutPkts Counter32
  ikeTunHistOutDropPkts Counter32
  ikeTunHistOutNotifys Counter32
  ikeTunHistOutP2Exchgs Counter32
  ikeTunHistOutP2ExchgInvalids Counter32
  ikeTunHistOutP2ExchgRejects Counter32
  ikeTunHistOutP2SaDelRequests Counter32

IPsecTunnelHistEntry  
SEQUENCE    
  ipsecTunHistIndex Integer32
  ipsecTunHistTermReason INTEGER
  ipsecTunHistActiveIndex Integer32
  ipsecTunHistIkeTunnelIndex Integer32
  ipsecTunHistLocalAddr IPSIpAddress
  ipsecTunHistRemoteAddr IPSIpAddress
  ipsecTunHistKeyType KeyType
  ipsecTunHistEncapMode EncapMode
  ipsecTunHistLifeSize Integer32
  ipsecTunHistLifeTime Integer32
  ipsecTunHistStartTime TimeStamp
  ipsecTunHistActiveTime TimeInterval
  ipsecTunHistTotalRefreshes Counter32
  ipsecTunHistTotalSas Counter32
  ipsecTunHistInSaDiffHellmanGrp DiffHellmanGrp
  ipsecTunHistInSaEncryptAlgo EncryptAlgo
  ipsecTunHistInSaAhAuthAlgo AuthAlgo
  ipsecTunHistInSaEspAuthAlgo AuthAlgo
  ipsecTunHistInSaDecompAlgo CompAlgo
  ipsecTunHistOutSaDiffHellmanGrp DiffHellmanGrp
  ipsecTunHistOutSaEncryptAlgo EncryptAlgo
  ipsecTunHistOutSaAhAuthAlgo AuthAlgo
  ipsecTunHistOutSaEspAuthAlgo AuthAlgo
  ipsecTunHistOutSaCompAlgo CompAlgo
  ipsecTunHistInOctets Counter32
  ipsecTunHistHcInOctets Counter64
  ipsecTunHistInOctWraps Counter32
  ipsecTunHistInDecompOctets Counter32
  ipsecTunHistHcInDecompOctets Counter64
  ipsecTunHistInDecompOctWraps Counter32
  ipsecTunHistInPkts Counter32
  ipsecTunHistInReplayDropPkts Counter32
  ipsecTunHistInDropPkts Counter32
  ipsecTunHistInAuths Counter32
  ipsecTunHistInAuthFails Counter32
  ipsecTunHistInDecrypts Counter32
  ipsecTunHistInDecryptFails Counter32
  ipsecTunHistOutOctets Counter32
  ipsecTunHistHcOutOctets Counter64
  ipsecTunHistOutOctWraps Counter32
  ipsecTunHistOutUncompOctets Counter32
  ipsecTunHistHcOutUncompOctets Counter64
  ipsecTunHistOutUncompOctWraps Counter32
  ipsecTunHistOutPkts Counter32
  ipsecTunHistOutDropPkts Counter32
  ipsecTunHistOutAuths Counter32
  ipsecTunHistOutAuthFails Counter32
  ipsecTunHistOutEncrypts Counter32
  ipsecTunHistOutEncryptFails Counter32

IPsecEndPtHistEntry  
SEQUENCE    
  ipsecEndPtHistIndex Integer32
  ipsecEndPtHistTunIndex Integer32
  ipsecEndPtHistActiveIndex Integer32
  ipsecEndPtHistLocalName DisplayString
  ipsecEndPtHistLocalType EndPtType
  ipsecEndPtHistLocalAddr1 IPSIpAddress
  ipsecEndPtHistLocalAddr2 IPSIpAddress
  ipsecEndPtHistLocalProtocol Integer32
  ipsecEndPtHistLocalPort Integer32
  ipsecEndPtHistRemoteName DisplayString
  ipsecEndPtHistRemoteType EndPtType
  ipsecEndPtHistRemoteAddr1 IPSIpAddress
  ipsecEndPtHistRemoteAddr2 IPSIpAddress
  ipsecEndPtHistRemoteProtocol Integer32
  ipsecEndPtHistRemotePort Integer32

IkeFailEntry  
SEQUENCE    
  ikeFailIndex Integer32
  ikeFailReason INTEGER
  ikeFailTime TimeStamp
  ikeFailLocalType IkePeerType
  ikeFailLocalValue DisplayString
  ikeFailRemoteType IkePeerType
  ikeFailRemoteValue DisplayString
  ikeFailLocalAddr IPSIpAddress
  ikeFailRemoteAddr IPSIpAddress

IPsecFailEntry  
SEQUENCE    
  ipsecFailIndex Integer32
  ipsecFailReason INTEGER
  ipsecFailTime TimeStamp
  ipsecFailTunnelIndex Integer32
  ipsecFailSaSpi Integer32
  ipsecFailPktSrcAddr IPSIpAddress
  ipsecFailPktDstAddr IPSIpAddress

Defined Values

ipsecMIB 1.3.6.1.4.1.2.6.168.1.1.1
This is the MIB Module for objects to manage the IP Security Protocol.
MODULE-IDENTITY    

ipsecMIBObjects 1.3.6.1.4.1.2.6.168.1.1.1.1
OBJECT IDENTIFIER    

ipsecLevels 1.3.6.1.4.1.2.6.168.1.1.1.1.1
OBJECT IDENTIFIER    

ipsecPhaseOne 1.3.6.1.4.1.2.6.168.1.1.1.1.2
OBJECT IDENTIFIER    

ipsecPhaseTwo 1.3.6.1.4.1.2.6.168.1.1.1.1.3
OBJECT IDENTIFIER    

ipsecHistory 1.3.6.1.4.1.2.6.168.1.1.1.1.4
OBJECT IDENTIFIER    

ipsecFailures 1.3.6.1.4.1.2.6.168.1.1.1.1.5
OBJECT IDENTIFIER    

ipsecTrapCntl 1.3.6.1.4.1.2.6.168.1.1.1.1.6
OBJECT IDENTIFIER    

ipsecMibLevel 1.3.6.1.4.1.2.6.168.1.1.1.1.1.1
The level of the ipsec MIB.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ikeGlobalStats 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1
OBJECT IDENTIFIER    

ikeGlobalActiveTunnels 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.1
The number of currently active ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ikeGlobalPreviousTunnels 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.2
The total number of previously active ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalInOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.3
The total number of octets received by all currently and previously active ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalInPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.4
The total number of packets received by all currently and previously active ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalInDropPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.5
The total number of packets which were dropped during receive processing by all currently and previously active ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalInNotifys 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.6
The total number of notifys received by all currently and previously active ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalInP2Exchgs 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.7
The total number of ipsec Phase-2 exchanges received by all currently and previously active ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalInP2ExchgInvalids 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalInP2ExchgRejects 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.9
The total number of ipsec Phase-2 exchanges which were received and rejected by all currently and previously active ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalInP2SaDelRequests 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.10
The total number of ipsec Phase-2 security association delete requests received by all currently and previously active and ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalOutOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.11
The total number of octets sent by all currently and previously active and ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalOutPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.12
The total number of packets sent by all currently and previously active and ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalOutDropPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.13
The total number of packets which were dropped during send processing by all currently and previously active ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalOutNotifys 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.14
The total number of notifys sent by all currently and previously active ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalOutP2Exchgs 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.15
The total number of ipsec Phase-2 exchanges which were sent by all currently and previously active and ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalOutP2ExchgInvalids 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.16
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 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalOutP2ExchgRejects 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.17
The total number of ipsec Phase-2 exchanges which were sent and rejected by all currently and previously active ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalOutP2SaDelRequests 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.18
The total number of ipsec Phase-2 security association delete requests sent by all currently and previously active ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalInitTunnels 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.19
The total number of ipsec Phase-1 IKE Tunnels which were locally initiated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalInitTunnelFails 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.20
The total number of ipsec Phase-1 IKE Tunnels which were locally initiated and failed to activate.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalRespTunnelFails 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.21
The total number of ipsec Phase-1 IKE Tunnels which were remotely initiated and failed to activate.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalSysCapFails 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.22
The total number of system capcity failures which occurred during processing of all current and previously active and ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalAuthFails 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.23
The total number of authentications which ended in failure by all current and previous ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalDecryptFails 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.24
The total number of decryptions which ended in failure by all current and previous ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalHashValidFails 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.25
The total number of hash validations which ended in failure by all current and previous ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeGlobalNoSaFails 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.26
The total number of non-existent Security Assocication in failures which occurred during processing of all current and previous ipsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikePeerTable 1.3.6.1.4.1.2.6.168.1.1.1.1.2.2
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-2 Tunnel. The ipsec Phase-1 IKE Tunnel associated with this ipsec Phase-1 IKE peer association may or may not be currently active.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IkePeerEntry

ikePeerEntry 1.3.6.1.4.1.2.6.168.1.1.1.1.2.2.1
Each entry contains the attributes associated with an ipsec Phase-1 IKE peer association.
Status: current Access: not-accessible
OBJECT-TYPE    
  IkePeerEntry  

ikePeerLocalType 1.3.6.1.4.1.2.6.168.1.1.1.1.2.2.1.1
The type of local peer identity. The local peer may be indentified by: 1. an IP address, or 2. a host name.
Status: current Access: not-accessible
OBJECT-TYPE    
  IkePeerType  

ikePeerLocalValue 1.3.6.1.4.1.2.6.168.1.1.1.1.2.2.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

ikePeerRemoteType 1.3.6.1.4.1.2.6.168.1.1.1.1.2.2.1.3
The type of remote peer identity. The remote peer may be indentified by: 1. an IP address, or 2. a host name.
Status: current Access: not-accessible
OBJECT-TYPE    
  IkePeerType  

ikePeerRemoteValue 1.3.6.1.4.1.2.6.168.1.1.1.1.2.2.1.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

ikePeerIntIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.2.2.1.5
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

ikePeerLocalAddr 1.3.6.1.4.1.2.6.168.1.1.1.1.2.2.1.6
The IP address of the local peer.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ikePeerRemoteAddr 1.3.6.1.4.1.2.6.168.1.1.1.1.2.2.1.7
The IP address of the remote peer.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ikePeerActiveTime 1.3.6.1.4.1.2.6.168.1.1.1.1.2.2.1.8
The length of time that the peer association has existed in hundredths of a second.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

ikePeerActiveTunnelIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.2.2.1.9
The index of the active ipsec Phase-1 IKE Tunnel (ikeTunIndex in the ikeTunnelTable) for this peer association. If an ipsec Phase-1 IKE Tunnel is not currently active, then the value of this object will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ikeTunnelTable 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3
The ipsec Phase-1 Internet Key Exchange Tunnel Table. There is one entry in this table for each active ipsec Phase-1 IKE Tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IkeTunnelEntry

ikeTunnelEntry 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1
Each entry contains the attributes associated with an active ipsec Phase-1 IKE Tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  IkeTunnelEntry  

ikeTunIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

ikeTunLocalType 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.2
The type of local peer identity. The local peer may be indentified by: 1. an IP address, or 2. a host name.
Status: current Access: read-only
OBJECT-TYPE    
  IkePeerType  

ikeTunLocalValue 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ikeTunLocalAddr 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.4
The IP address of the local endpoint for the ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ikeTunLocalName 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ikeTunRemoteType 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.6
The type of remote peer identity. The remote peer may be indentified by: 1. an IP address, or 2. a host name.
Status: current Access: read-only
OBJECT-TYPE    
  IkePeerType  

ikeTunRemoteValue 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ikeTunRemoteAddr 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.8
The IP address of the remote endpoint for the ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ikeTunRemoteName 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ikeTunNegoMode 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.10
The negotiation mode of the ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  IkeNegoMode  

ikeTunDiffHellmanGrp 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.11
The Diffie Hellman Group used in ipsec Phase-1 IKE negotiations.
Status: current Access: read-only
OBJECT-TYPE    
  DiffHellmanGrp  

ikeTunEncryptAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.12
The encryption algorithm used in ipsec Phase-1 IKE negotiations.
Status: current Access: read-only
OBJECT-TYPE    
  EncryptAlgo  

ikeTunHashAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.13
The hash algorithm used in ipsec Phase-1 IKE negotiations.
Status: current Access: read-only
OBJECT-TYPE    
  IkeHashAlgo  

ikeTunAuthMethod 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.14
The authentication method used in ipsec Phase-1 IKE negotiations.
Status: current Access: read-only
OBJECT-TYPE    
  IkeAuthMethod  

ikeTunLifeTime 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.15
The negotiated LifeTime of the ipsec Phase-1 IKE Tunnel in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ikeTunActiveTime 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.16
The length of time the ipsec Phase-1 IKE tunnel has been active in hundredths of seconds.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

ikeTunSaRefreshThreshold 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.17
The security assoication refresh threshold in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ikeTunTotalRefreshes 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.18
The total number of security associations refreshes performed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunInOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.19
The total number of octets received by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunInPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.20
The total number of packets received by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunInDropPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.21
The total number of packets dropped by this ipsec Phase-1 IKE Tunnel during receive processing.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunInNotifys 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.22
The total number of notifys received by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunInP2Exchgs 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.23
The total number of ipsec Phase-2 exchanges received by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunInP2ExchgInvalids 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.24
The total number of ipsec Phase-2 exchanges received and found to be invalid by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunInP2ExchgRejects 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.25
The total number of ipsec Phase-2 exchanges received and rejected by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunInP2SaDelRequests 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.26
The total number of ipsec Phase-2 security association delete requests received by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunOutOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.27
The total number of octets sent by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunOutPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.28
The total number of packets sent by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunOutDropPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.29
The total number of packets dropped by this ipsec Phase-1 IKE Tunnel during send processing.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunOutNotifys 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.30
The total number of notifys sent by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunOutP2Exchgs 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.31
The total number of ipsec Phase-2 exchanges sent by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunOutP2ExchgInvalids 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.32
The total number of ipsec Phase-2 exchanges sent and found to be invalid by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunOutP2ExchgRejects 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.33
The total number of ipsec Phase-2 exchanges sent and rejected by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunOutP2SaDelRequests 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.34
The total number of ipsec Phase-2 security association delete requests sent by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunStatus 1.3.6.1.4.1.2.6.168.1.1.1.1.2.3.1.35
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.
Status: current Access: read-write
OBJECT-TYPE    
  TunnelStatus  

ikePeerCorrTable 1.3.6.1.4.1.2.6.168.1.1.1.1.2.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IkePeerCorrEntry

ikePeerCorrEntry 1.3.6.1.4.1.2.6.168.1.1.1.1.2.4.1
Each entry contains the attributes of an an ipsec Phase-1 IKE Peer Association to ipsec Phase-2 Tunnel Correlation.
Status: current Access: not-accessible
OBJECT-TYPE    
  IkePeerCorrEntry  

ikePeerCorrLocalType 1.3.6.1.4.1.2.6.168.1.1.1.1.2.4.1.1
The type of local peer identity. The local peer may be indentified by: 1. an IP address, or 2. a host name.
Status: current Access: not-accessible
OBJECT-TYPE    
  IkePeerType  

ikePeerCorrLocalValue 1.3.6.1.4.1.2.6.168.1.1.1.1.2.4.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

ikePeerCorrRemoteType 1.3.6.1.4.1.2.6.168.1.1.1.1.2.4.1.3
The type of remote peer identity. The remote peer may be indentified by: 1. an IP address, or 2. a host name.
Status: current Access: not-accessible
OBJECT-TYPE    
  IkePeerType  

ikePeerCorrRemoteValue 1.3.6.1.4.1.2.6.168.1.1.1.1.2.4.1.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

ikePeerCorrIntIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.2.4.1.5
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

ikePeerCorrSeqNum 1.3.6.1.4.1.2.6.168.1.1.1.1.2.4.1.6
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

ikePeerCorripsecTunIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.2.4.1.7
The index of the active ipsec Phase-2 Tunnel (ipsecTunIndex in the ipsecTunnelTable) for this ipsec Phase-1 IKE Peer Association.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipsecGlobalStats 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1
OBJECT IDENTIFIER    

ipsecGlobalActiveTunnels 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.1
The total number of currently active ipsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ipsecGlobalPreviousTunnels 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.2
The total number of previously active ipsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalInOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.3
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 ipsecGlobalInOctWraps for the number of times this counter has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalHcInOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipsecGlobalInOctWraps 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.5
The number of times the global octets received counter (ipsecGlobalInOctets) has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalInDecompOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.6
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 ipsecGlobalInOctets. See also ipsecGlobalInDecompOctWraps for the number of times this counter has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalHcInDecompOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.7
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 ipsecGlobalHcInOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipsecGlobalInDecompOctWraps 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.8
The number of times the global decompressed octets received counter (ipsecGlobalInDecompOctets) has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalInPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.9
The total number of packets received by all current and previous ipsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalInDrops 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalInReplayDrops 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.11
The total number of packets dropped during receive processing due to Anti-Replay processing by all current and previous ipsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalInAuths 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.12
The total number of inbound authentication's performed by all current and previous ipsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalInAuthFails 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.13
The total number of inbound authentication's which ended in failure by all current and previous ipsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalInDecrypts 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.14
The total number of inbound decryption's performed by all current and previous ipsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalInDecryptFails 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.15
The total number of inbound decryption's which ended in failure by all current and previous ipsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalOutOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.16
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 ipsecGlobalOutOctWraps for the number of times this counter has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalHcOutOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.17
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipsecGlobalOutOctWraps 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.18
The number of times the global octets sent counter (ipsecGlobalOutOctets) has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalOutUncompOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.19
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 ipsecGlobalOutOctets. See also ipsecGlobalOutDecompOctWraps for the number of times this counter has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalHcOutUncompOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.20
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 ipsecGlobalHcOutOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipsecGlobalOutUncompOctWraps 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.21
The number of times the global uncompressed octets sent counter (ipsecGlobalInUncompOctets) has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalOutPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.22
The total number of packets sent by all current and previous ipsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalOutDrops 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.23
The total number of packets dropped during send processing by all current and previous ipsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalOutAuths 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.24
The total number of outbound authentication's performed by all current and previous ipsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalOutAuthFails 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.25
The total number of outbound authentication's which ended in failure by all current and previous ipsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalOutEncrypts 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.26
The total number of outbound encryption's performed by all current and previous ipsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalOutEncryptFails 1.3.6.1.4.1.2.6.168.1.1.1.1.3.1.27
The total number of outbound encryption's which ended in failure by all current and previous ipsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalProtocolUseFails 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.28
The total number of protocol use failures which occurred during processing of all current and previously active and ipsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalNoSaFails 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.29
The total number of non-existent Security Assocication in failures which occurred during processing of all current and previous ipsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecGlobalSysCapFails 1.3.6.1.4.1.2.6.168.1.1.1.1.2.1.30
The total number of system capcity failures which occurred during processing of all current and previously active and ipsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunnelTable 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2
The ipsec Phase-2 Tunnel Table. There is one entry in this table for each active ipsec Phase-2 Tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPsecTunnelEntry

ipsecTunnelEntry 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1
Each entry contains the attributes associated with an active ipsec Phase-2 Tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  IPsecTunnelEntry  

ipsecTunIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

ipsecTunIkeTunnelIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.2
The index of the associated ipsec Phase-1 IKE Tunnel. (ikeTunIndex in the ikeTunnelTable)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipsecTunIkeTunnelAlive 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.3
An indicator which specifies whether or not the ipsec Phase-1 IKE Tunnel currently exists.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ipsecTunLocalAddr 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.4
The IP address of the local endpoint for the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ipsecTunRemoteAddr 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.5
The IP address of the remote endpoint for the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ipsecTunKeyType 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.6
The type of key used by the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  KeyType  

ipsecTunEncapMode 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.7
The encapsulation mode used by the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  EncapMode  

ipsecTunLifeSize 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.8
The negotiated LifeSize of the ipsec Phase-2 Tunnel in kilobytes.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipsecTunLifeTime 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.9
The negotiated LifeTime of the ipsec Phase-2 Tunnel in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipsecTunActiveTime 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.10
The length of time the ipsec Phase-2 Tunnel has been active in hundredths of seconds.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

ipsecTunSaLifeSizeThreshold 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.11
The security association LifeSize refresh threshold in kilobytes.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipsecTunSaLifeTimeThreshold 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.12
The security association LifeTime refresh threshold in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipsecTunTotalRefreshes 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.13
The total number of security association refreshes performed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunExpiredSaInstances 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.14
The total number of security associations which have expired.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunCurrentSaInstances 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.15
The number of security associations which are currently active or expiring.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ipsecTunInSaDiffHellmanGrp 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.16
The Diffie Hellman Group used by the inbound security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  DiffHellmanGrp  

ipsecTunInSaEncryptAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.17
The encryption algorithm used by the inbound security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  EncryptAlgo  

ipsecTunInSaAhAuthAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.18
The authentication algorithm used by the inbound authentication header (AH) security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  AuthAlgo  

ipsecTunInSaEspAuthAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.19
The authentication algorithm used by the inbound ecapsulation security protocol (ESP) security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  AuthAlgo  

ipsecTunInSaDecompAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.20
The decompression algorithm used by the inbound security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  CompAlgo  

ipsecTunOutSaDiffHellmanGrp 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.21
The Diffie Hellman Group used by the outbound security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  DiffHellmanGrp  

ipsecTunOutSaEncryptAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.22
The encryption algorithm used by the outbound security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  EncryptAlgo  

ipsecTunOutSaAhAuthAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.23
The authentication algorithm used by the outbound authentication header (AH) security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  AuthAlgo  

ipsecTunOutSaEspAuthAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.24
The authentication algorithm used by the inbound ecapsulation security protocol (ESP) security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  AuthAlgo  

ipsecTunOutSaCompAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.25
The compression algorithm used by the inbound security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  CompAlgo  

ipsecTunInOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.26
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 ipsecTunInOctWraps for the number of times this counter has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHcInOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.27
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipsecTunInOctWraps 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.28
The number of times the octets received counter (ipsecTunInOctets) has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunInDecompOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.29
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 ipsecTunInOctets. See also ipsecTunInDecompOctWraps for the number of times this counter has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHcInDecompOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.30
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 ipsecTunHcInOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipsecTunInDecompOctWraps 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.31
The number of times the decompressed octets received counter (ipsecTunInDecompOctets) has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunInPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.32
The total number of packets received by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunInDropPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.33
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunInReplayDropPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.34
The total number of packets dropped during receive processing due to Anti-Replay processing by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunInAuths 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.35
The total number of inbound authentication's performed by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunInAuthFails 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.36
The total number of inbound authentication's which ended in failure by this ipsec Phase-2 Tunnel .
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunInDecrypts 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.37
The total number of inbound decryption's performed by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunInDecryptFails 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.38
The total number of inbound decryption's which ended in failure by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunOutOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.39
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 ipsecTunOutOctWraps for the number of times this counter has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHcOutOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.40
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipsecTunOutOctWraps 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.41
The number of times the octets sent counter (ipsecTunOutOctets) has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunOutUncompOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.42
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 ipsecTunOutOctets. See also ipsecTunOutDecompOctWraps for the number of times this counter has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHcOutUncompOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.43
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 ipsecTunHcOutOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipsecTunOutUncompOctWraps 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.44
The number of times the uncompressed octets sent counter (ipsecTunInUncompOctets) has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunOutPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.45
The total number of packets sent by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunOutDropPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.46
The total number of packets dropped during send processing by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunOutAuths 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.47
The total number of outbound authentication's performed by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunOutAuthFails 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.48
The total number of outbound authentication's which ended in failure by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunOutEncrypts 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.49
The total number of outbound encryption's performed by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunOutEncryptFails 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.50
The total number of outbound encryption's which ended in failure by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunStatus 1.3.6.1.4.1.2.6.168.1.1.1.1.3.2.1.51
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.
Status: current Access: read-write
OBJECT-TYPE    
  TunnelStatus  

ipsecEndPtTable 1.3.6.1.4.1.2.6.168.1.1.1.1.3.3
The ipsec Phase-2 Tunnel Endpoint Table. This table contains an entry for each active endpoint associated with an ipsec Phase-2 Tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPsecEndPtEntry

ipsecEndPtEntry 1.3.6.1.4.1.2.6.168.1.1.1.1.3.3.1
An ipsec Phase-2 Tunnel Endpoint entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IPsecEndPtEntry  

ipsecEndPtIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.3.3.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

ipsecEndPtLocalName 1.3.6.1.4.1.2.6.168.1.1.1.1.3.3.1.2
The DNS name of the local Endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ipsecEndPtLocalType 1.3.6.1.4.1.2.6.168.1.1.1.1.3.3.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  EndPtType  

ipsecEndPtLocalAddr1 1.3.6.1.4.1.2.6.168.1.1.1.1.3.3.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ipsecEndPtLocalAddr2 1.3.6.1.4.1.2.6.168.1.1.1.1.3.3.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ipsecEndPtLocalProtocol 1.3.6.1.4.1.2.6.168.1.1.1.1.3.3.1.6
The protocol number of the local Endpoint's traffic.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..255  

ipsecEndPtLocalPort 1.3.6.1.4.1.2.6.168.1.1.1.1.3.3.1.7
The port number of the local Endpoint's traffic.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

ipsecEndPtRemoteName 1.3.6.1.4.1.2.6.168.1.1.1.1.3.3.1.8
The DNS name of the remote Endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ipsecEndPtRemoteType 1.3.6.1.4.1.2.6.168.1.1.1.1.3.3.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  EndPtType  

ipsecEndPtRemoteAddr1 1.3.6.1.4.1.2.6.168.1.1.1.1.3.3.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ipsecEndPtRemoteAddr2 1.3.6.1.4.1.2.6.168.1.1.1.1.3.3.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ipsecEndPtRemoteProtocol 1.3.6.1.4.1.2.6.168.1.1.1.1.3.3.1.12
The protocol number of the remote Endpoint's traffic.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..255  

ipsecEndPtRemotePort 1.3.6.1.4.1.2.6.168.1.1.1.1.3.3.1.13
The port number of the remote Endpoint's traffic.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

ipsecSpiTable 1.3.6.1.4.1.2.6.168.1.1.1.1.3.4
The ipsec Phase-2 Security Protection Index Table. This table contains an entry for each active and expiring security association.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPsecSpiEntry

ipsecSpiEntry 1.3.6.1.4.1.2.6.168.1.1.1.1.3.4.1
Each entry contains the attributes associated with active and expiring ipsec Phase-2 security associations.
Status: current Access: not-accessible
OBJECT-TYPE    
  IPsecSpiEntry  

ipsecSpiIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.3.4.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

ipsecSpiDirection 1.3.6.1.4.1.2.6.168.1.1.1.1.3.4.1.2
The direction of the SPI.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER in(1), out(2)  

ipsecSpiValue 1.3.6.1.4.1.2.6.168.1.1.1.1.3.4.1.3
The value of the SPI.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipsecSpiProtocol 1.3.6.1.4.1.2.6.168.1.1.1.1.3.4.1.4
The protocol of the SPI.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ah(1), esp(2), ipcomp(3)  

ipsecSpiStatus 1.3.6.1.4.1.2.6.168.1.1.1.1.3.4.1.5
The status of the SPI.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), expiring(2)  

ipsecHistGlobal 1.3.6.1.4.1.2.6.168.1.1.1.1.4.1
OBJECT IDENTIFIER    

ipsecHistPhaseOne 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2
OBJECT IDENTIFIER    

ipsecHistPhaseTwo 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3
OBJECT IDENTIFIER    

ipsecHistGlobalCntl 1.3.6.1.4.1.2.6.168.1.1.1.1.4.1.1
OBJECT IDENTIFIER    

ipsecHistTableSize 1.3.6.1.4.1.2.6.168.1.1.1.1.4.1.1.1
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. When modified by an SNMP SET request, the device will set the value of this object as close as possible to the requested value based on the implementation and available resources.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

ikeTunnelHistTable 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1
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 ipsecHistTableSize object.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IkeTunnelHistEntry

ikeTunnelHistEntry 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1
Each entry contains the attributes associated with a previously active ipsec Phase-1 IKE Tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  IkeTunnelHistEntry  

ikeTunHistIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

ikeTunHistTermReason 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.2
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 = sequence number rolled over 7 = local failure occurred.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), normal(2), operRequest(3), peerDelRequest(4), peerLost(5), seqNumRollOver(6), localFailure(7)  

ikeTunHistActiveIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.3
The index of the previously active ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ikeTunHistPeerLocalType 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.4
The type of local peer identity. The local peer may be indentified by: 1. an IP address, or 2. a host name.
Status: current Access: read-only
OBJECT-TYPE    
  IkePeerType  

ikeTunHistPeerLocalValue 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ikeTunHistPeerIntIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ikeTunHistPeerRemoteType 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.7
The type of remote peer identity. The remote peer may be indentified by: 1. an IP address, or 2. a host name.
Status: current Access: read-only
OBJECT-TYPE    
  IkePeerType  

ikeTunHistPeerRemoteValue 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ikeTunHistLocalAddr 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.9
The IP address of the local endpoint for the ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ikeTunHistLocalName 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ikeTunHistRemoteAddr 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.11
The IP address of the remote endpoint for the ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ikeTunHistRemoteName 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.12
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ikeTunHistNegoMode 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.13
The negotiation mode of the ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  IkeNegoMode  

ikeTunHistDiffHellmanGrp 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.14
The Diffie Hellman Group used in ipsec Phase-1 IKE negotiations.
Status: current Access: read-only
OBJECT-TYPE    
  DiffHellmanGrp  

ikeTunHistEncryptAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.15
The encryption algorithm used in ipsec Phase-1 IKE negotiations.
Status: current Access: read-only
OBJECT-TYPE    
  EncryptAlgo  

ikeTunHistHashAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.16
The hash algorithm used in ipsec Phase-1 IKE negotiations.
Status: current Access: read-only
OBJECT-TYPE    
  IkeHashAlgo  

ikeTunHistAuthMethod 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.17
The authentication method used in ipsec Phase-1 IKE negotiations.
Status: current Access: read-only
OBJECT-TYPE    
  IkeAuthMethod  

ikeTunHistLifeTime 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.18
The negotiated LifeTime of the ipsec Phase-1 IKE Tunnel in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ikeTunHistStartTime 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.19
The time when the ipsec Phase-1 IKE tunnel was started in hundredths of seconds.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ikeTunHistActiveTime 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.20
The length of time the ipsec Phase-1 IKE tunnel was been active in hundredths of seconds.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

ikeTunHistTotalRefreshes 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.21
The total number of security associations refreshes performed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunHistTotalSas 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.22
The total number of security associations used during the life of the ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunHistInOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.23
The total number of octets received by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunHistInPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.24
The total number of packets received by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunHistInDropPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.25
The total number of packets dropped by this ipsec Phase-1 IKE Tunnel during receive processing.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunHistInNotifys 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.26
The total number of nsotifys received by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunHistInP2Exchgs 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.27
The total number of ipsec Phase-2 exchanges received by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunHistInP2ExchgInvalids 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.28
The total number of ipsec Phase-2 exchanges received and found to be invalid by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunHistInP2ExchgRejects 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.29
The total number of ipsec Phase-2 exchanges received and rejected by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunHistInP2SaDelRequests 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.30
The total number of ipsec Phase-2 security association delete requests received by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunHistOutOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.31
The total number of octets sent by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunHistOutPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.32
The total number of packets sent by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunHistOutDropPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.33
The total number of packets dropped by this ipsec Phase-1 IKE Tunnel during send processing.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunHistOutNotifys 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.34
The total number of notifys sent by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunHistOutP2Exchgs 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.35
The total number of ipsec Phase-2 exchanges sent by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunHistOutP2ExchgInvalids 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.36
The total number of ipsec Phase-2 exchanges sent and found to be invalid by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunHistOutP2ExchgRejects 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.37
The total number of ipsec Phase-2 exchanges sent and rejected by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ikeTunHistOutP2SaDelRequests 1.3.6.1.4.1.2.6.168.1.1.1.1.4.2.1.1.38
The total number of ipsec Phase-2 security association delete requests sent by this ipsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunnelHistTable 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1
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 ipsecHistTableSize object.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPsecTunnelHistEntry

ipsecTunnelHistEntry 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1
Each entry contains the attributes associated with a previously active ipsec Phase-2 Tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  IPsecTunnelHistEntry  

ipsecTunHistIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

ipsecTunHistTermReason 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.2
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 = sequence number rolled over.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), normal(2), operRequest(3), peerDelRequest(4), peerLost(5), seqNumRollOver(6)  

ipsecTunHistActiveIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.3
The index of the previously active ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipsecTunHistIkeTunnelIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.4
The index of the associated ipsec Phase-1 Tunnel (ikeTunIndex in the ikeTunnelTable).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipsecTunHistLocalAddr 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.5
The IP address of the local endpoint for the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ipsecTunHistRemoteAddr 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.6
The IP address of the remote endpoint for the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ipsecTunHistKeyType 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.7
The type of key used by the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  KeyType  

ipsecTunHistEncapMode 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.8
The encapsulation mode used by the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  EncapMode  

ipsecTunHistLifeSize 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.9
The negotiated LifeSize of the ipsec Phase-2 Tunnel in kilobytes.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipsecTunHistLifeTime 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.10
The negotiated LifeTime of the ipsec Phase-2 Tunnel in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipsecTunHistStartTime 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.11
The time when the ipsec Phase-2 Tunnel was started in hundredths of seconds.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ipsecTunHistActiveTime 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.12
The length of time the ipsec Phase-2 Tunnel has been active in hundredths of seconds.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

ipsecTunHistTotalRefreshes 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.13
The total number of security association refreshes performed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistTotalSas 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.14
The total number of security associations used during the life of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistInSaDiffHellmanGrp 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.15
The Diffie Hellman Group used by the inbound security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  DiffHellmanGrp  

ipsecTunHistInSaEncryptAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.16
The encryption algorithm used by the inbound security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  EncryptAlgo  

ipsecTunHistInSaAhAuthAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.17
The authentication algorithm used by the inbound authentication header (AH) security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  AuthAlgo  

ipsecTunHistInSaEspAuthAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.18
The authentication algorithm used by the inbound ecapsulation security protocol (ESP) security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  AuthAlgo  

ipsecTunHistInSaDecompAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.19
The decompression algorithm used by the inbound security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  CompAlgo  

ipsecTunHistOutSaDiffHellmanGrp 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.20
The Diffie Hellman Group used by the outbound security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  DiffHellmanGrp  

ipsecTunHistOutSaEncryptAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.21
The encryption algorithm used by the outbound security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  EncryptAlgo  

ipsecTunHistOutSaAhAuthAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.22
The authentication algorithm used by the outbound authentication header (AH) security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  AuthAlgo  

ipsecTunHistOutSaEspAuthAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.23
The authentication algorithm used by the inbound ecapsulation security protocol (ESP) security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  AuthAlgo  

ipsecTunHistOutSaCompAlgo 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.24
The compression algorithm used by the inbound security association of the ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  CompAlgo  

ipsecTunHistInOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.25
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 ipsecTunInOctWraps for the number of times this counter has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistHcInOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.26
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipsecTunHistInOctWraps 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.27
The number of times the octets received counter (ipsecTunInOctets) has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistInDecompOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.28
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 ipsecTunInOctets. See also ipsecTunInDecompOctWraps for the number of times this counter has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistHcInDecompOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.29
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 ipsecTunHcInOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipsecTunHistInDecompOctWraps 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.30
The number of times the decompressed octets received counter (ipsecTunInDecompOctets) has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistInPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.31
The total number of packets received by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistInDropPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.32
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistInReplayDropPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.33
The total number of packets dropped during receive processing due to Anti-Replay processing by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistInAuths 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.34
The total number of inbound authentication's performed by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistInAuthFails 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.35
The total number of inbound authentication's which ended in failure by this ipsec Phase-2 Tunnel .
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistInDecrypts 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.36
The total number of inbound decryption's performed by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistInDecryptFails 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.37
The total number of inbound decryption's which ended in failure by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistOutOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.38
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 ipsecTunOutOctWraps for the number of times this counter has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistHcOutOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.39
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipsecTunHistOutOctWraps 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.40
The number of times the octets sent counter (ipsecTunOutOctets) has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistOutUncompOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.41
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 ipsecTunOutOctets. See also ipsecTunOutDecompOctWraps for the number of times this counter has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistHcOutUncompOctets 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.42
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 ipsecTunHcOutOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ipsecTunHistOutUncompOctWraps 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.43
The number of times the uncompressed octets sent counter (ipsecTunInUncompOctets) has wrapped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistOutPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.44
The total number of packets sent by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistOutDropPkts 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.45
The total number of packets dropped during send processing by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistOutAuths 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.46
The total number of outbound authentication's performed by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistOutAuthFails 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.47
The total number of outbound authentication's which ended in failure by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistOutEncrypts 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.48
The total number of outbound encryption's performed by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecTunHistOutEncryptFails 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.1.1.49
The total number of outbound encryption's which ended in failure by this ipsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipsecEndPtHistTable 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.2
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 ipsecHistTableSize object.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPsecEndPtHistEntry

ipsecEndPtHistEntry 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.2.1
Each entry contains the attributes associated with a previously active ipsec Phase-2 Tunnel Endpoint.
Status: current Access: not-accessible
OBJECT-TYPE    
  IPsecEndPtHistEntry  

ipsecEndPtHistIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

ipsecEndPtHistTunIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.2.1.2
The index of the previously active ipsec Phase-2 Tunnel Table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipsecEndPtHistActiveIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.2.1.3
The index of the previously active Endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipsecEndPtHistLocalName 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.2.1.4
The DNS name of the local Endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ipsecEndPtHistLocalType 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.2.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER singleIpAddr(1), ipAddrRange(2), ipSubnet(3)  

ipsecEndPtHistLocalAddr1 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.2.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ipsecEndPtHistLocalAddr2 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.2.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ipsecEndPtHistLocalProtocol 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.2.1.8
The protocol number of the local Endpoint's traffic.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..255  

ipsecEndPtHistLocalPort 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.2.1.9
The port number of the local Endpoint's traffic.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

ipsecEndPtHistRemoteName 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.2.1.10
The DNS name of the remote Endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ipsecEndPtHistRemoteType 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.2.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER singleIpAddr(1), ipAddrRange(2), ipSubnet(3)  

ipsecEndPtHistRemoteAddr1 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.2.1.12
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.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ipsecEndPtHistRemoteAddr2 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.2.1.13
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.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ipsecEndPtHistRemoteProtocol 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.2.1.14
The protocol number of the remote Endpoint's traffic.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..255  

ipsecEndPtHistRemotePort 1.3.6.1.4.1.2.6.168.1.1.1.1.4.3.2.1.15
The port number of the remote Endpoint's traffic.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

ipsecFailGlobal 1.3.6.1.4.1.2.6.168.1.1.1.1.5.1
OBJECT IDENTIFIER    

ipsecFailPhaseOne 1.3.6.1.4.1.2.6.168.1.1.1.1.5.2
OBJECT IDENTIFIER    

ipsecFailPhaseTwo 1.3.6.1.4.1.2.6.168.1.1.1.1.5.3
OBJECT IDENTIFIER    

ipsecFailGlobalCntl 1.3.6.1.4.1.2.6.168.1.1.1.1.5.1.1
OBJECT IDENTIFIER    

ipsecFailTableSize 1.3.6.1.4.1.2.6.168.1.1.1.1.5.1.1.1
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. When modified by an SNMP SET request, the device will set the value of this object as close as possible to the requested value based on the implementation and available resources.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

ikeFailTable 1.3.6.1.4.1.2.6.168.1.1.1.1.5.2.1
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 ipsecFailTableSize object.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IkeFailEntry

ikeFailEntry 1.3.6.1.4.1.2.6.168.1.1.1.1.5.2.1.1
Each entry contains the attributes associated with an ipsec Phase-1 failure.
Status: current Access: not-accessible
OBJECT-TYPE    
  IkeFailEntry  

ikeFailIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.5.2.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

ikeFailReason 1.3.6.1.4.1.2.6.168.1.1.1.1.5.2.1.1.2
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 = sequence number rolled over 6 = authentication failure 7 = hash validation failure 8 = encryption failure 9 = internal error occurred 10 = system capacity failure 11 = proposal failure 12 = peer's certificate is unavailable 13 = peer's certificate was found invalid 14 = local certificate expired 15 = certificate revoke list (crl) failure 16 = peer encoding error 17 = non-existent security association 18 = operator requested termination.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), peerDelRequest(2), peerLost(3), localFailure(4), seqNumRollOver(5), authFailure(6), hashValidation(7), encryptFailure(8), internalError(9), sysCapExceeded(10), proposalFailure(11), peerCertUnavailable(12), peerCertNotValid(13), localCertExpired(14), crlFailure(15), peerEncodingError(16), nonExistentSa(17), operRequest(18)  

ikeFailTime 1.3.6.1.4.1.2.6.168.1.1.1.1.5.2.1.1.3
The time of the failure in hundredths of seconds.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ikeFailLocalType 1.3.6.1.4.1.2.6.168.1.1.1.1.5.2.1.1.4
The type of local peer identity. The local peer may be indentified by: 1. an IP address, or 2. a host name.
Status: current Access: read-only
OBJECT-TYPE    
  IkePeerType  

ikeFailLocalValue 1.3.6.1.4.1.2.6.168.1.1.1.1.5.2.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ikeFailRemoteType 1.3.6.1.4.1.2.6.168.1.1.1.1.5.2.1.1.6
The type of remote peer identity. The remote peer may be indentified by: 1. an IP address, or 2. a host name.
Status: current Access: read-only
OBJECT-TYPE    
  IkePeerType  

ikeFailRemoteValue 1.3.6.1.4.1.2.6.168.1.1.1.1.5.2.1.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ikeFailLocalAddr 1.3.6.1.4.1.2.6.168.1.1.1.1.5.2.1.1.8
The IP address of the local peer.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ikeFailRemoteAddr 1.3.6.1.4.1.2.6.168.1.1.1.1.5.2.1.1.9
The IP address of the remote peer.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ipsecFailTable 1.3.6.1.4.1.2.6.168.1.1.1.1.5.3.1
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 ipsecFailTableSize object.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPsecFailEntry

ipsecFailEntry 1.3.6.1.4.1.2.6.168.1.1.1.1.5.3.1.1
Each entry contains the attributes associated with an ipsec Phase-1 failure.
Status: current Access: not-accessible
OBJECT-TYPE    
  IPsecFailEntry  

ipsecFailIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.5.3.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

ipsecFailReason 1.3.6.1.4.1.2.6.168.1.1.1.1.5.3.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), internalError(2), peerEncodingError(3), proposalFailure(4), protocolUseFail(5), nonExistentSa(6), decryptFailure(7), encryptFailure(8), inAuthFailure(9), outAuthFailure(10), compression(11), sysCapExceeded(12), peerDelRequest(13), peerLost(14), seqNumRollOver(15), operRequest(16)  

ipsecFailTime 1.3.6.1.4.1.2.6.168.1.1.1.1.5.3.1.1.3
The time of the failure in hundredths of seconds.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ipsecFailTunnelIndex 1.3.6.1.4.1.2.6.168.1.1.1.1.5.3.1.1.4
The Phase-2 Tunnel index (ipsecTunIndex).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

ipsecFailSaSpi 1.3.6.1.4.1.2.6.168.1.1.1.1.5.3.1.1.5
The security association SPI value.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipsecFailPktSrcAddr 1.3.6.1.4.1.2.6.168.1.1.1.1.5.3.1.1.6
The packet's source IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ipsecFailPktDstAddr 1.3.6.1.4.1.2.6.168.1.1.1.1.5.3.1.1.7
The packet's destination IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IPSIpAddress  

ipsecTrapCntlIkeTunnelStart 1.3.6.1.4.1.2.6.168.1.1.1.1.6.1
This object defines the administrative state of sending the ipsec IKE Phase-1 Tunnel Start TRAP
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

ipsecTrapCntlIkeTunnelStop 1.3.6.1.4.1.2.6.168.1.1.1.1.6.2
This object defines the administrative state of sending the ipsec IKE Phase-1 Tunnel Stop TRAP
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

ipsecTrapCntlIkeSysFailure 1.3.6.1.4.1.2.6.168.1.1.1.1.6.3
This object defines the administrative state of sending the ipsec IKE Phase-1 System Failure TRAP
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

ipsecTrapCntlIkeCertCrlFailure 1.3.6.1.4.1.2.6.168.1.1.1.1.6.4
This object defines the administrative state of sending the ipsec IKE Phase-1 Certificate/CRL Failure TRAP
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

ipsecTrapCntlIkeProtocolFailure 1.3.6.1.4.1.2.6.168.1.1.1.1.6.5
This object defines the administrative state of sending the ipsec IKE Phase-1 Protocol Failure TRAP
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

ipsecTrapCntlIkeNoSa 1.3.6.1.4.1.2.6.168.1.1.1.1.6.6
This object defines the administrative state of sending the ipsec IKE Phase-1 No Security Association TRAP
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

ipsecTrapCntlipsecTunnelStart 1.3.6.1.4.1.2.6.168.1.1.1.1.6.7
This object defines the administrative state of sending the ipsec Phase-2 Tunnel Start TRAP
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

ipsecTrapCntlipsecTunnelStop 1.3.6.1.4.1.2.6.168.1.1.1.1.6.8
This object defines the administrative state of sending the ipsec Phase-2 Tunnel Stop TRAP
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

ipsecTrapCntlipsecSysFailure 1.3.6.1.4.1.2.6.168.1.1.1.1.6.9
This object defines the administrative state of sending the ipsec Phase-2 System Failure TRAP
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

ipsecTrapCntlipsecSetUpFailure 1.3.6.1.4.1.2.6.168.1.1.1.1.6.10
This object defines the administrative state of sending the ipsec Phase-2 Set Up Failure TRAP
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

ipsecTrapCntlipsecEarlyTunTerm 1.3.6.1.4.1.2.6.168.1.1.1.1.6.11
This object defines the administrative state of sending the ipsec Phase-2 Earily Tunnel Termination TRAP
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

ipsecTrapCntlipsecProtocolFailure 1.3.6.1.4.1.2.6.168.1.1.1.1.6.12
This object defines the administrative state of sending the ipsec Phase-2 Protocol Failure TRAP
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

ipsecTrapCntlipsecNoSa 1.3.6.1.4.1.2.6.168.1.1.1.1.6.13
This object defines the administrative state of sending the ipsec Phase-2 No Security Association TRAP
Status: current Access: read-write
OBJECT-TYPE    
  TrapStatus  

ipsecMIBNotifications 1.3.6.1.4.1.2.6.168.1.1.1.0
OBJECT IDENTIFIER    

ikeTunnelStart 1.3.6.1.4.1.2.6.168.1.1.1.0.1
This notification is generated when an ipsec Phase-1 IKE Tunnel becomes active.
Status: current Access: read-write
NOTIFICATION-TYPE    

ikeTunnelStop 1.3.6.1.4.1.2.6.168.1.1.1.0.2
This notification is generated when an ipsec Phase-1 IKE Tunnel becomes inactive.
Status: current Access: read-write
NOTIFICATION-TYPE    

ikeSysFailure 1.3.6.1.4.1.2.6.168.1.1.1.0.3
This notification is generated when the processing for an ipsec Phase-1 IKE Tunnel experiences an internal or system capacity error.
Status: current Access: read-write
NOTIFICATION-TYPE    

ikeCertCrlFailure 1.3.6.1.4.1.2.6.168.1.1.1.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.
Status: current Access: read-write
NOTIFICATION-TYPE    

ikeProtocolFailure 1.3.6.1.4.1.2.6.168.1.1.1.0.5
This notification is generated when the processing for an ipsec Phase-1 IKE Tunnel experiences a protocol related error.
Status: current Access: read-write
NOTIFICATION-TYPE    

ikeNoSa 1.3.6.1.4.1.2.6.168.1.1.1.0.6
This notification is generated when the processing for an ipsec Phase-1 IKE Tunnel experiences a non-existent security association error.
Status: current Access: read-write
NOTIFICATION-TYPE    

ipsecTunnelStart 1.3.6.1.4.1.2.6.168.1.1.1.0.7
This notification is generated when an ipsec Phase-2 Tunnel becomes active.
Status: current Access: read-write
NOTIFICATION-TYPE    

ipsecTunnelStop 1.3.6.1.4.1.2.6.168.1.1.1.0.8
This notification is generated when an ipsec Phase-2 Tunnel becomes inactive.
Status: current Access: read-write
NOTIFICATION-TYPE    

ipsecSysFailure 1.3.6.1.4.1.2.6.168.1.1.1.0.9
This notification is generated when the processing for an ipsec Phase-2 Tunnel experiences an internal or system capacity error.
Status: current Access: read-write
NOTIFICATION-TYPE    

ipsecSetUpFailure 1.3.6.1.4.1.2.6.168.1.1.1.0.10
This notification is generated when the setup for an ipsec Phase-2 Tunnel fails.
Status: current Access: read-write
NOTIFICATION-TYPE    

ipsecEarilyTunnelTerm 1.3.6.1.4.1.2.6.168.1.1.1.0.11
This notification is generated when an an ipsec Phase-2 Tunnel is terminated earily or before expected.
Status: current Access: read-write
NOTIFICATION-TYPE    

ipsecProtocolFailure 1.3.6.1.4.1.2.6.168.1.1.1.0.12
This notification is generated when the processing for an ipsec Phase-2 Tunnel experiences a protocol related error.
Status: current Access: read-write
NOTIFICATION-TYPE    

ipsecNoSa 1.3.6.1.4.1.2.6.168.1.1.1.0.13
This notification is generated when the processing for an ipsec Phase-2 Tunnel experiences a non-existent security association error.
Status: current Access: read-write
NOTIFICATION-TYPE    

ipsecMIBConformance 1.3.6.1.4.1.2.6.168.1.1.1.2
OBJECT IDENTIFIER    

ipsecMIBGroups 1.3.6.1.4.1.2.6.168.1.1.1.2.1
OBJECT IDENTIFIER    

ipsecMIBCompliances 1.3.6.1.4.1.2.6.168.1.1.1.2.2
OBJECT IDENTIFIER    

ipsecMIBCompliance 1.3.6.1.4.1.2.6.168.1.1.1.2.2.1
The compliance statement for SNMP entities the IP Security Protocol.
Status: current Access: read-only
MODULE-COMPLIANCE    

ipsecLevelsGroup 1.3.6.1.4.1.2.6.168.1.1.1.2.1.1
This group consists of a: 1) ipsec MIB Level
Status: current Access: read-only
OBJECT-GROUP    

ipsecPhaseOneGroup 1.3.6.1.4.1.2.6.168.1.1.1.2.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
Status: current Access: read-only
OBJECT-GROUP    

ipsecPhaseTwoGroup 1.3.6.1.4.1.2.6.168.1.1.1.2.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
Status: current Access: read-only
OBJECT-GROUP    

ipsecHistoryGroup 1.3.6.1.4.1.2.6.168.1.1.1.2.1.4
This group consists of: 1) ipsec History Global Objects 2) ipsec Phase-1 History Objects 3) ipsec Phase-2 History Objects
Status: current Access: read-only
OBJECT-GROUP    

ipsecFailuresGroup 1.3.6.1.4.1.2.6.168.1.1.1.2.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
Status: current Access: read-only
OBJECT-GROUP    

ipsecTrapCntlGroup 1.3.6.1.4.1.2.6.168.1.1.1.2.1.6
This group of objects controls the sending of ipsec TRAPs.
Status: current Access: read-only
OBJECT-GROUP    

ipsecNotificationGroup 1.3.6.1.4.1.2.6.168.1.1.1.2.1.7
This group contains the notifications for the ipsec MIB.
Status: current Access: read-only
NOTIFICATION-GROUP