H3C-IKE-MONITOR-MIB

File: H3C-IKE-MONITOR-MIB.mib (65677 bytes)

Imported modules

RFC1213-MIB SNMPv2-TC SNMPv2-SMI
SNMPv2-CONF HUAWEI-3COM-OID-MIB

Imported symbols

ifIndex DisplayString TEXTUAL-CONVENTION
IpAddress Integer32 Counter32
Counter64 OBJECT-TYPE MODULE-IDENTITY
Gauge32 NOTIFICATION-TYPE MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP h3cCommon

Defined Types

H3cIKENegoMode  
The IKE negotiation mode.
TEXTUAL-CONVENTION    
  INTEGER mainMode(2), aggressiveMode(4), quickMode(32)  

H3cIKEAuthMethod  
The authentication method used in IKE negotiations.
TEXTUAL-CONVENTION    
  INTEGER preSharedKey(1), rsaSignatures(3)  

H3cDiffHellmanGrp  
The Diffie Hellman Group used in IKE and IPSec negotiations.
TEXTUAL-CONVENTION    
  INTEGER modp768(1), modp1024(2), modp1536(5), modp2048(14)  

H3cEncryptAlgo  
The encryption algorithm used in IKE and IPSec negotiations.
TEXTUAL-CONVENTION    
  INTEGER none(0), desCbc(1), ideaCbc(2), blowfishCbc(3), rc5R16B64Cbc(4), tripleDesCbc(5), castCbc(6), aesCbc(7), aesCbc128(8), aesCbc192(9), aesCbc256(10)  

H3cAuthAlgo  
The authentication algorithm used in IKE negotiations.
TEXTUAL-CONVENTION    
  INTEGER none(0), md5(1), sha(2)  

H3cSaProtocol  
The protocol of security association.
TEXTUAL-CONVENTION    
  INTEGER reserved(0), isakmp(1), ah(2), esp(3), ipcomp(4)  

H3cTrapStatus  
The switch which determines whether send a trap or not.
TEXTUAL-CONVENTION    
  INTEGER enabled(1), disabled(2)  

H3cIKEIDType  
The type of IKE Identity.
TEXTUAL-CONVENTION    
  INTEGER reserved(0), ipv4Addr(1), fqdn(2), userFqdn(3), ipv4AddrSubnet(4), ipv6Addr(5), ipv6AddrSubnet(6), ipv4AddrRange(7), ipv6AddrRange(8), derAsn1Dn(9), derAsn1Gn(10), keyId(11)  

H3cTrafficType  
The type of the data flow.
TEXTUAL-CONVENTION    
  INTEGER ipv4Addr(1), ipv4AddrSubnet(4), ipv6Addr(5), ipv6AddrSubnet(6), ipv4AddrRange(7), ipv6AddrRange(8)  

H3cIKETunnelState  
The state of the IKE tunnel.
TEXTUAL-CONVENTION    
  INTEGER active(1), timeout(2)  

H3cIKETunnelEntry  
SEQUENCE    
  h3cIKETunIndex Integer32
  h3cIKETunLocalType H3cIKEIDType
  h3cIKETunLocalValue1 DisplayString
  h3cIKETunLocalValue2 DisplayString
  h3cIKETunLocalAddr IpAddress
  h3cIKETunRemoteType H3cIKEIDType
  h3cIKETunRemoteValue1 DisplayString
  h3cIKETunRemoteValue2 DisplayString
  h3cIKETunRemoteAddr IpAddress
  h3cIKETunInitiator INTEGER
  h3cIKETunNegoMode H3cIKENegoMode
  h3cIKETunDiffHellmanGrp H3cDiffHellmanGrp
  h3cIKETunEncryptAlgo H3cEncryptAlgo
  h3cIKETunHashAlgo H3cAuthAlgo
  h3cIKETunAuthMethod H3cIKEAuthMethod
  h3cIKETunLifeTime Integer32
  h3cIKETunActiveTime Integer32
  h3cIKETunRemainTime Integer32
  h3cIKETunTotalRefreshes Counter32
  h3cIKETunState H3cIKETunnelState
  h3cIKETunDpdIntervalTime Integer32
  h3cIKETunDpdTimeOut Integer32

H3cIKETunnelStatEntry  
SEQUENCE    
  h3cIKETunInOctets Counter64
  h3cIKETunInPkts Counter64
  h3cIKETunInDropPkts Counter64
  h3cIKETunInP2Exchgs Counter64
  h3cIKETunInP2ExchgRejets Counter64
  h3cIKETunInP2SaDelRequests Counter64
  h3cIKETunInP1SaDelRequests Counter64
  h3cIKETunInNotifys Counter32
  h3cIKETunOutOctets Counter64
  h3cIKETunOutPkts Counter64
  h3cIKETunOutDropPkts Counter64
  h3cIKETunOutP2Exchgs Counter64
  h3cIKETunOutP2ExchgRejects Counter64
  h3cIKETunOutP2SaDelRequests Counter64
  h3cIKETunOutP1SaDelRequests Counter64
  h3cIKETunOutNotifys Counter32

Defined Values

h3cIKEMonitor 1.3.6.1.4.1.2011.10.2.30
The MIB is designed to get statistic information of IKE tunnels. With this MIB, we can get information of a certain IKE tunnel or all IKE tunnels
MODULE-IDENTITY    

h3cIKEObjects 1.3.6.1.4.1.2011.10.2.30.1
OBJECT IDENTIFIER    

h3cIKETunnelTable 1.3.6.1.4.1.2011.10.2.30.1.1
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  
    H3cIKETunnelEntry

h3cIKETunnelEntry 1.3.6.1.4.1.2011.10.2.30.1.1.1
The entry contains the information about h3cIKETunnelTable, such as negotiate mode, encryption algorithm and authentication algorithm, etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cIKETunnelEntry  

h3cIKETunIndex 1.3.6.1.4.1.2011.10.2.30.1.1.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 1..2147483647  

h3cIKETunLocalType 1.3.6.1.4.1.2011.10.2.30.1.1.1.2
The type of local peer identity.
Status: current Access: read-only
OBJECT-TYPE    
  H3cIKEIDType  

h3cIKETunLocalValue1 1.3.6.1.4.1.2011.10.2.30.1.1.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. If the local peer type is IP subnet, then this is the value of the subnet. If the local peer type is IP address range, then this is the value of beginning IP address of the range.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

h3cIKETunLocalValue2 1.3.6.1.4.1.2011.10.2.30.1.1.1.4
The second specification of local peer's IP address. If the local peer type is single IP address or single name, then this is zero-length. If the local peer type is IP subnet, then this is the value of the subnet mask. If the local peer type is IP address range, then this is the value of ending IP address of the range.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

h3cIKETunLocalAddr 1.3.6.1.4.1.2011.10.2.30.1.1.1.5
The IP address of the local endpoint for the IPSec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

h3cIKETunRemoteType 1.3.6.1.4.1.2011.10.2.30.1.1.1.6
The type of remote peer identity. The remote peer may be identified by: 1. an IP address, or 2. a host name.
Status: current Access: read-only
OBJECT-TYPE    
  H3cIKEIDType  

h3cIKETunRemoteValue1 1.3.6.1.4.1.2011.10.2.30.1.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. If the remote peer type is IP subnet, then this is the value of the subnet. If the remote peer type is IP address range, then this is the value of beginning IP address of the range.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

h3cIKETunRemoteValue2 1.3.6.1.4.1.2011.10.2.30.1.1.1.8
The second specification of remote peer's IP address. If the remote peer type is single IP address or single name, then this is zero-length. If the remote peer type is IP subnet, then this is the value of the subnet mask. If the remote peer type is IP address range, then this is the value of ending IP address of the range.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

h3cIKETunRemoteAddr 1.3.6.1.4.1.2011.10.2.30.1.1.1.9
The IP address of the remote peer for the IPSec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

h3cIKETunInitiator 1.3.6.1.4.1.2011.10.2.30.1.1.1.10
The initiator of this tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER local(1), remote(2)  

h3cIKETunNegoMode 1.3.6.1.4.1.2011.10.2.30.1.1.1.11
The negotiation mode of the IPSec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  H3cIKENegoMode  

h3cIKETunDiffHellmanGrp 1.3.6.1.4.1.2011.10.2.30.1.1.1.12
The Diffie Hellman Group used in the IPSec Phase-1 IKE negotiations.
Status: current Access: read-only
OBJECT-TYPE    
  H3cDiffHellmanGrp  

h3cIKETunEncryptAlgo 1.3.6.1.4.1.2011.10.2.30.1.1.1.13
The encryption algorithm used in the IPSec Phase-1 IKE negotiations.
Status: current Access: read-only
OBJECT-TYPE    
  H3cEncryptAlgo  

h3cIKETunHashAlgo 1.3.6.1.4.1.2011.10.2.30.1.1.1.14
The hash algorithm used in the IPSec Phase-1 IKE negotiations.
Status: current Access: read-only
OBJECT-TYPE    
  H3cAuthAlgo  

h3cIKETunAuthMethod 1.3.6.1.4.1.2011.10.2.30.1.1.1.15
The authentication method used in the IPSec Phase-1 IKE negotiations.
Status: current Access: read-only
OBJECT-TYPE    
  H3cIKEAuthMethod  

h3cIKETunLifeTime 1.3.6.1.4.1.2011.10.2.30.1.1.1.16
The negotiated LifeTime of the IPSec Phase-1 IKE Tunnel in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

h3cIKETunActiveTime 1.3.6.1.4.1.2011.10.2.30.1.1.1.17
The duration the IPSec Phase-1 IKE tunnel has been active in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

h3cIKETunRemainTime 1.3.6.1.4.1.2011.10.2.30.1.1.1.18
The security association remaining time in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

h3cIKETunTotalRefreshes 1.3.6.1.4.1.2011.10.2.30.1.1.1.19
The total number of security association refreshing performed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIKETunState 1.3.6.1.4.1.2011.10.2.30.1.1.1.20
The State of IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  H3cIKETunnelState  

h3cIKETunDpdIntervalTime 1.3.6.1.4.1.2011.10.2.30.1.1.1.21
The time that trigger DPD request. If ipsec message is expected to be sent out and the interval time between current time and the last time receiving peer's IPSec message is bigger than this time, DPD request would be triggered.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cIKETunDpdTimeOut 1.3.6.1.4.1.2011.10.2.30.1.1.1.22
The overtime of single DPD request. If DPD requests are refused three times, all security associations related would be deleted.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cIKETunnelStatTable 1.3.6.1.4.1.2011.10.2.30.1.2
The IPsec Phase-1 IKE Tunnel Statistic Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cIKETunnelStatEntry

h3cIKETunnelStatEntry 1.3.6.1.4.1.2011.10.2.30.1.2.1
The entry contains the information of h3cIKETunnelStatTable, such as the number of packets sent and received by the IKE tunnel, etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cIKETunnelStatEntry  

h3cIKETunInOctets 1.3.6.1.4.1.2011.10.2.30.1.2.1.1
The total number of octets received by this IPSec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKETunInPkts 1.3.6.1.4.1.2011.10.2.30.1.2.1.2
The total number of packets received by this IPSec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKETunInDropPkts 1.3.6.1.4.1.2011.10.2.30.1.2.1.3
The total number of packets dropped by this IPSec Phase-1 IKE Tunnel during receiving process.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKETunInP2Exchgs 1.3.6.1.4.1.2011.10.2.30.1.2.1.4
The total number of IPSec Phase-2 exchanges received by this IPSec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKETunInP2ExchgRejets 1.3.6.1.4.1.2011.10.2.30.1.2.1.5
The total number of IPSec Phase-2 exchanges received and rejected by this IPSec Phase-1 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKETunInP2SaDelRequests 1.3.6.1.4.1.2011.10.2.30.1.2.1.6
The total number of IPSec Phase-2 security association deleting requests received by this IPSec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKETunInP1SaDelRequests 1.3.6.1.4.1.2011.10.2.30.1.2.1.7
The total number of IPSec Phase-1 security association deleting requests.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKETunInNotifys 1.3.6.1.4.1.2011.10.2.30.1.2.1.8
The total number of notifications received by this IPSec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIKETunOutOctets 1.3.6.1.4.1.2011.10.2.30.1.2.1.9
The total number of octets sent by this IPSec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKETunOutPkts 1.3.6.1.4.1.2011.10.2.30.1.2.1.10
The total number of packets sent by this IPSec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKETunOutDropPkts 1.3.6.1.4.1.2011.10.2.30.1.2.1.11
The total number of packets dropped by this IPSec Phase-1 IKE Tunnel during sending process.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKETunOutP2Exchgs 1.3.6.1.4.1.2011.10.2.30.1.2.1.12
The total number of IPSec Phase-2 exchanges sent by this IPSec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKETunOutP2ExchgRejects 1.3.6.1.4.1.2011.10.2.30.1.2.1.13
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    
  Counter64  

h3cIKETunOutP2SaDelRequests 1.3.6.1.4.1.2011.10.2.30.1.2.1.14
The total number of IPSec Phase-2 security association deleting requests sent by this IPSec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKETunOutP1SaDelRequests 1.3.6.1.4.1.2011.10.2.30.1.2.1.15
The total number of IPSec Phase-1 security association deleting requests sent by this IPSec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKETunOutNotifys 1.3.6.1.4.1.2011.10.2.30.1.2.1.16
The total number of notifications sent by this IPSec Phase-1 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIKEGlobalStats 1.3.6.1.4.1.2011.10.2.30.1.3
OBJECT IDENTIFIER    

h3cIKEGlobalActiveTunnels 1.3.6.1.4.1.2011.10.2.30.1.3.1
The number of currently active IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

h3cIKEGlobalInOctets 1.3.6.1.4.1.2011.10.2.30.1.3.2
The total number of octets received by all currently and previously active IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKEGlobalInPkts 1.3.6.1.4.1.2011.10.2.30.1.3.3
The total number of packets received by all currently and previously active IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKEGlobalInDropPkts 1.3.6.1.4.1.2011.10.2.30.1.3.4
The total number of packets which were dropped during receiving process by all currently and previously active IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKEGlobalInP2Exchgs 1.3.6.1.4.1.2011.10.2.30.1.3.5
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    
  Counter64  

h3cIKEGlobalInP2ExchgRejects 1.3.6.1.4.1.2011.10.2.30.1.3.6
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    
  Counter64  

h3cIKEGlobalInP2SaDelRequests 1.3.6.1.4.1.2011.10.2.30.1.3.7
The total number of IPSec Phase-2 security association deleting requests received by all currently and previously active IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKEGlobalInNotifys 1.3.6.1.4.1.2011.10.2.30.1.3.8
The total number of notifications received by all IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIKEGlobalOutOctets 1.3.6.1.4.1.2011.10.2.30.1.3.9
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    
  Counter64  

h3cIKEGlobalOutPkts 1.3.6.1.4.1.2011.10.2.30.1.3.10
The total number of packets sent by all currently and previously active and IPSec Phase-1 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKEGlobalOutDropPkts 1.3.6.1.4.1.2011.10.2.30.1.3.11
The total number of packets which were dropped during sending process by all currently and previously active IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKEGlobalOutP2Exchgs 1.3.6.1.4.1.2011.10.2.30.1.3.12
The total number of IPSec Phase-2 exchanges which were sent by all currently and previously active IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKEGlobalOutP2ExchgRejects 1.3.6.1.4.1.2011.10.2.30.1.3.13
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    
  Counter64  

h3cIKEGlobalOutP2SaDelRequests 1.3.6.1.4.1.2011.10.2.30.1.3.14
The total number of IPSec Phase-2 SA deleting requests sent by all currently and previously active IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cIKEGlobalOutNotifys 1.3.6.1.4.1.2011.10.2.30.1.3.15
The total number of notifications sent by all active IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIKEGlobalInitTunnels 1.3.6.1.4.1.2011.10.2.30.1.3.16
The total number of IPSec Phase-1 IKE Tunnels which were locally initiated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIKEGlobalInitTunnelFails 1.3.6.1.4.1.2011.10.2.30.1.3.17
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  

h3cIKEGlobalRespTunnels 1.3.6.1.4.1.2011.10.2.30.1.3.18
The total number of IPSec Phase-1 IKE Tunnels which were remotely initiated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIKEGlobalRespTunnelFails 1.3.6.1.4.1.2011.10.2.30.1.3.19
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  

h3cIKEGlobalAuthFails 1.3.6.1.4.1.2011.10.2.30.1.3.20
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  

h3cIKEGlobalNoSaFails 1.3.6.1.4.1.2011.10.2.30.1.3.21
The total number of non-existent Security Association in failures which occurred during processing of all current and previous IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIKEGlobalInvalidCookieFails 1.3.6.1.4.1.2011.10.2.30.1.3.22
The total number of invalid cookie in failures which occurred during processing of all current and previous IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIKEGlobalAttrNotSuppFails 1.3.6.1.4.1.2011.10.2.30.1.3.23
The total number of attributes not supported in failures which occurred during processing of all current and previous IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIKEGlobalNoProposalChosenFails 1.3.6.1.4.1.2011.10.2.30.1.3.24
The total number of no proposal chosen in failures which occurred during processing of all current and previous IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIKEGlobalUnsportExchTypeFails 1.3.6.1.4.1.2011.10.2.30.1.3.25
The total number of unsupported exchange type in failures which occurred during processing of all current and previous IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIKEGlobalInvalidIdFails 1.3.6.1.4.1.2011.10.2.30.1.3.26
The total number of invalid id Information in failures which occurred during processing of all current and previous IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIKEGlobalInvalidProFails 1.3.6.1.4.1.2011.10.2.30.1.3.27
The total number of invalid protocol id in failures which occurred during processing of all current and previous IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIKEGlobalCertTypeUnsuppFails 1.3.6.1.4.1.2011.10.2.30.1.3.28
The total number of certificate type unsupported in failures which occurred during processing of all current and previous IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIKEGlobalInvalidCertAuthFails 1.3.6.1.4.1.2011.10.2.30.1.3.29
The total number of failures because of invalid certificate authority which occurred during processing of all current and previous IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIKEGlobalInvalidSignFails 1.3.6.1.4.1.2011.10.2.30.1.3.30
The total number of failures because of the invalid signature which occurred during processing of all current and previous IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIKEGlobalCertUnavailableFails 1.3.6.1.4.1.2011.10.2.30.1.3.31
The total number of certificate unavailable in failures which occurred during processing of all current and previous IPSec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cIKETrapObject 1.3.6.1.4.1.2011.10.2.30.1.4
OBJECT IDENTIFIER    

h3cIKEProposalNumber 1.3.6.1.4.1.2011.10.2.30.1.4.1
The IKE proposal's number with a trap.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

h3cIKEProposalSize 1.3.6.1.4.1.2011.10.2.30.1.4.2
The number of IKE proposals with a trap.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

h3cIKEIdInformation 1.3.6.1.4.1.2011.10.2.30.1.4.3
The id information with a trap.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

h3cIKEProtocolNum 1.3.6.1.4.1.2011.10.2.30.1.4.4
The protocol number with a trap
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

h3cIKECertInformation 1.3.6.1.4.1.2011.10.2.30.1.4.5
The certificate information with a trap.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

h3cIKETrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5
OBJECT IDENTIFIER    

h3cIKETrapGlobalCntl 1.3.6.1.4.1.2011.10.2.30.1.5.1
Indicates whether all IKE traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKETunnelStartTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.2
Indicates whether h3cIKETunnelStart traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKETunnelStopTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.3
Indicates whether h3cIKETunnelStop traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKENoSaTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.4
Indicates whether h3cIKENoSaFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKEEncryFailureTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.5
Indicates whether h3cIKEEncryFailFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKEDecryFailureTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.6
Indicates whether h3cIKEDecryFailFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKEInvalidProposalTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.7
Indicates whether h3cIKEInvalidProposalFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKEAuthFailTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.8
Indicates whether h3cIKEAuthFailFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKEInvalidCookieTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.9
Indicates whether h3cIKEInvalidCookieFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKEInvalidSpiTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.10
Indicates whether h3cIKEInvalidSpiFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKEAttrNotSuppTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.11
Indicates whether h3cIKEAttrNotSuppFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKEUnsportExchTypeTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.12
Indicates whether h3cIKEUnsportExchTypeFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKEInvalidIdTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.13
Indicates whether h3cIKEInvalidIdFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKEInvalidProtocolTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.14
Indicates whether h3cIKEInvalidProtocolFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKECertTypeUnsuppTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.15
Indicates whether h3cIKECertTypeUnsuppFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKEInvalidCertAuthTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.16
Indicates whether h3cIKEInvalidCertAuthFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKEInvalidSignTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.17
Indicates whether h3cIKEInvalidSignFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKECertUnavailableTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.18
Indicates whether h3cIKECertUnavailableFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKEProposalAddTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.19
Indicates whether h3cIKEProposalAdd traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKEProposalDelTrapCntl 1.3.6.1.4.1.2011.10.2.30.1.5.20
Indicates whether h3cIKEProposalDel traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  H3cTrapStatus  

h3cIKETrap 1.3.6.1.4.1.2011.10.2.30.1.6
OBJECT IDENTIFIER    

h3cIKENotifications 1.3.6.1.4.1.2011.10.2.30.1.6.1
OBJECT IDENTIFIER    

h3cIKETunnelStart 1.3.6.1.4.1.2011.10.2.30.1.6.1.1
This notification is generated when an IPSec Phase-1 IKE Tunnel is created.
Status: current Access: read-write
NOTIFICATION-TYPE    

h3cIKETunnelStop 1.3.6.1.4.1.2011.10.2.30.1.6.1.2
This notification is generated when an IPSec Phase-1 IKE Tunnel is deleted.
Status: current Access: read-write
NOTIFICATION-TYPE    

h3cIKENoSaFailure 1.3.6.1.4.1.2011.10.2.30.1.6.1.3
This notification is generated when the IKE tunnel has a non-existent SA error.
Status: current Access: read-write
NOTIFICATION-TYPE    

h3cIKEEncryFailFailure 1.3.6.1.4.1.2011.10.2.30.1.6.1.4
This notification is generated when the IKE tunnel has an encrypting failure.
Status: current Access: read-write
NOTIFICATION-TYPE    

h3cIKEDecryFailFailure 1.3.6.1.4.1.2011.10.2.30.1.6.1.5
This notification is generated when the IKE tunnel has a decrypting failure.
Status: current Access: read-write
NOTIFICATION-TYPE    

h3cIKEInvalidProposalFailure 1.3.6.1.4.1.2011.10.2.30.1.6.1.6
This notification is generated when the IPSec phase-1 invalid proposal occurs.
Status: current Access: read-write
NOTIFICATION-TYPE    

h3cIKEAuthFailFailure 1.3.6.1.4.1.2011.10.2.30.1.6.1.7
This notification is generated when the IPSec phase-1 authentication failure occurs.
Status: current Access: read-write
NOTIFICATION-TYPE    

h3cIKEInvalidCookieFailure 1.3.6.1.4.1.2011.10.2.30.1.6.1.8
This notification is generated when the IPSec phase-1 invalid cookie failure occurs.
Status: current Access: read-write
NOTIFICATION-TYPE    

h3cIKEAttrNotSuppFailure 1.3.6.1.4.1.2011.10.2.30.1.6.1.9
This notification is generated when the IPSec phase-1 unsupported attribute failure occurs.
Status: current Access: read-write
NOTIFICATION-TYPE    

h3cIKEUnsportExchTypeFailure 1.3.6.1.4.1.2011.10.2.30.1.6.1.10
This notification is generated when the IPSec phase-1 unsupported exchange type failure occurs.
Status: current Access: read-write
NOTIFICATION-TYPE    

h3cIKEInvalidIdFailure 1.3.6.1.4.1.2011.10.2.30.1.6.1.11
This notification is generated when the IPSec phase-1 invalid id failure occurs.
Status: current Access: read-write
NOTIFICATION-TYPE    

h3cIKEInvalidProtocolFailure 1.3.6.1.4.1.2011.10.2.30.1.6.1.12
This notification is generated when the processing for an IPSec Phase-1 IKE Tunnel has a protocol related errors.
Status: current Access: read-write
NOTIFICATION-TYPE    

h3cIKECertTypeUnsuppFailure 1.3.6.1.4.1.2011.10.2.30.1.6.1.13
This notification is generated when the IPSec phase-1 unsupported certificate type failure occurs.
Status: current Access: read-write
NOTIFICATION-TYPE    

h3cIKEInvalidCertAuthFailure 1.3.6.1.4.1.2011.10.2.30.1.6.1.14
This notification is generated when the IPSec phase-1 invalid certificate authorization failure occurs.
Status: current Access: read-write
NOTIFICATION-TYPE    

h3cIKElInvalidSignFailure 1.3.6.1.4.1.2011.10.2.30.1.6.1.15
This notification is generated when the IPSec phase-1 invalid signature failure occurs.
Status: current Access: read-write
NOTIFICATION-TYPE    

h3cIKECertUnavailableFailure 1.3.6.1.4.1.2011.10.2.30.1.6.1.16
This notification is generated when the IPSec phase-1 certificate unavailable failure occurs.
Status: current Access: read-write
NOTIFICATION-TYPE    

h3cIKEProposalAdd 1.3.6.1.4.1.2011.10.2.30.1.6.1.17
This notification is generated when an IKE proposal is added.
Status: current Access: read-write
NOTIFICATION-TYPE    

h3cIKEProposalDel 1.3.6.1.4.1.2011.10.2.30.1.6.1.18
This notification is generated when an IKE proposal is deleted.
Status: current Access: read-write
NOTIFICATION-TYPE    

h3cIKEConformance 1.3.6.1.4.1.2011.10.2.30.2
OBJECT IDENTIFIER    

h3cIKECompliances 1.3.6.1.4.1.2011.10.2.30.2.1
OBJECT IDENTIFIER    

h3cIKEGroups 1.3.6.1.4.1.2011.10.2.30.2.2
OBJECT IDENTIFIER    

h3cIKECompliance 1.3.6.1.4.1.2011.10.2.30.2.1.1
Status: current Access: read-write
MODULE-COMPLIANCE    

h3cIKETunnelTableGroup 1.3.6.1.4.1.2011.10.2.30.2.2.1
The group contains the IKE tunnel's property information.
Status: current Access: read-write
OBJECT-GROUP    

h3cIKETunnelStatTableGroup 1.3.6.1.4.1.2011.10.2.30.2.2.2
The group contains the IKE tunnel's statistic information.
Status: current Access: read-write
OBJECT-GROUP    

h3cIKEGlobalStatsGroup 1.3.6.1.4.1.2011.10.2.30.2.2.3
The group contains all of the IKE tunnel's statistic information.
Status: current Access: read-write
OBJECT-GROUP    

h3cIKETrapObjectGroup 1.3.6.1.4.1.2011.10.2.30.2.2.4
The group contains all of trap objects of IKE tunnels.
Status: current Access: read-write
OBJECT-GROUP    

h3cIKETrapCntlGroup 1.3.6.1.4.1.2011.10.2.30.2.2.5
The group contains all of trap switches of IKE tunnels.
Status: current Access: read-write
OBJECT-GROUP    

h3cIKETrapGroup 1.3.6.1.4.1.2011.10.2.30.2.2.6
The group contains all of trap of IKE tunnels.
Status: current Access: read-write
NOTIFICATION-GROUP