HH3C-IKE-MONITOR-MIB

File: HH3C-IKE-MONITOR-MIB.mib (73310 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI INET-ADDRESS-MIB
SNMPv2-CONF HH3C-OID-MIB

Imported symbols

DisplayString TEXTUAL-CONVENTION IpAddress
Integer32 Counter32 Counter64
OBJECT-TYPE MODULE-IDENTITY Gauge32
NOTIFICATION-TYPE InetAddressType InetAddress
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
hh3cCommon

Defined Types

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

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

Hh3cDiffHellmanGrp  
The Diffie Hellman Group used in IKE and IPsec negotiations.
TEXTUAL-CONVENTION    
  INTEGER none(0), dhGroup1(1), dhGroup2(2), dhGroup5(5), dhGroup14(14), dhGroup24(24), invalidGroup(2147483647)  

Hh3cEncryptAlgo  
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), aesCtr(11), aesCamelliaCbc(12), rc4(13), invalidAlg(2147483647)  

Hh3cAuthAlgo  
The authentication algorithm used in IKE negotiations.
TEXTUAL-CONVENTION    
  INTEGER none(0), md5(1), sha1(2), sha256(3), sha384(4), sha512(5), invalidAlg(2147483647)  

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

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

Hh3cIKEIDType  
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)  

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

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

Hh3cIKETunnelEntry  
SEQUENCE    
  hh3cIKETunIndex Integer32
  hh3cIKETunLocalType Hh3cIKEIDType
  hh3cIKETunLocalValue1 DisplayString
  hh3cIKETunLocalValue2 DisplayString
  hh3cIKETunLocalAddr IpAddress
  hh3cIKETunRemoteType Hh3cIKEIDType
  hh3cIKETunRemoteValue1 DisplayString
  hh3cIKETunRemoteValue2 DisplayString
  hh3cIKETunRemoteAddr IpAddress
  hh3cIKETunInitiator INTEGER
  hh3cIKETunNegoMode Hh3cIKENegoMode
  hh3cIKETunDiffHellmanGrp Hh3cDiffHellmanGrp
  hh3cIKETunEncryptAlgo Hh3cEncryptAlgo
  hh3cIKETunHashAlgo Hh3cAuthAlgo
  hh3cIKETunAuthMethod Hh3cIKEAuthMethod
  hh3cIKETunLifeTime Integer32
  hh3cIKETunActiveTime Integer32
  hh3cIKETunRemainTime Integer32
  hh3cIKETunTotalRefreshes Counter32
  hh3cIKETunState Hh3cIKETunnelState
  hh3cIKETunDpdIntervalTime Integer32
  hh3cIKETunDpdTimeOut Integer32
  hh3cIKETunLocalInetAddrType InetAddressType
  hh3cIKETunLocalInetAddr InetAddress
  hh3cIKETunRemoteInetAddrType InetAddressType
  hh3cIKETunRemoteInetAddr InetAddress

Hh3cIKETunnelStatEntry  
SEQUENCE    
  hh3cIKETunInOctets Counter64
  hh3cIKETunInPkts Counter64
  hh3cIKETunInDropPkts Counter64
  hh3cIKETunInP2Exchgs Counter64
  hh3cIKETunInP2ExchgRejets Counter64
  hh3cIKETunInP2SaDelRequests Counter64
  hh3cIKETunInP1SaDelRequests Counter64
  hh3cIKETunInNotifys Counter32
  hh3cIKETunOutOctets Counter64
  hh3cIKETunOutPkts Counter64
  hh3cIKETunOutDropPkts Counter64
  hh3cIKETunOutP2Exchgs Counter64
  hh3cIKETunOutP2ExchgRejects Counter64
  hh3cIKETunOutP2SaDelRequests Counter64
  hh3cIKETunOutP1SaDelRequests Counter64
  hh3cIKETunOutNotifys Counter32

Defined Values

hh3cIKEMonitor 1.3.6.1.4.1.25506.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    

hh3cIKEObjects 1.3.6.1.4.1.25506.2.30.1
OBJECT IDENTIFIER    

hh3cIKETunnelTable 1.3.6.1.4.1.25506.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  
    Hh3cIKETunnelEntry

hh3cIKETunnelEntry 1.3.6.1.4.1.25506.2.30.1.1.1
The entry contains the information about hh3cIKETunnelTable, such as negotiate mode, encryption algorithm and authentication algorithm, etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cIKETunnelEntry  

hh3cIKETunIndex 1.3.6.1.4.1.25506.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 2147483647.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cIKETunLocalType 1.3.6.1.4.1.25506.2.30.1.1.1.2
The type of local peer identity.
Status: current Access: read-only
OBJECT-TYPE    
  Hh3cIKEIDType  

hh3cIKETunLocalValue1 1.3.6.1.4.1.25506.2.30.1.1.1.3
The value of the local peer identity. If the local peer type is ipv4Addr/ipv6Addr, this is the IP address used to identify the local peer. If the local peer type is ipv4AddrSubnet/ipv6AddrSubnet, this is the subnet address. If the local peer type is ipv4AddrRange/ipv6AddrRange, this is the beginning IP address of the range. If the local peer type is fqdn/userFqdn, this is the host name used to identify the local peer. If the local peer type is derAsn1Dn, this is the binary DER encoding of an ASN.1 X.500 Distinguished Name [X.501] of the principal whose certificates are being exchanged to establish the SA. If the local peer type is derAsn1Gn, this is the binary DER encoding of an ASN.1 X.500 GeneralName [X.509] of the principal whose certificates are being exchanged to establish the SA. If the local peer type is keyId, this is an opaque byte stream which may be used to pass vendor-specific information necessary to identify which pre-shared key should be used to authenticate Aggressive mode negotiations.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

hh3cIKETunLocalValue2 1.3.6.1.4.1.25506.2.30.1.1.1.4
The second specification of the local peer's IP address. If the local peer type is ipv4AddrSubnet/ipv6AddrSubnet, this is the subnet mask. If the local peer type is ipv4AddrRange/ipv6AddrRange, this is the ending IP address of the range. If the local peer type are others, this is a zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

hh3cIKETunLocalAddr 1.3.6.1.4.1.25506.2.30.1.1.1.5
The IP address of the local endpoint for the IPsec Phase-1 IKE Tunnel.
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

hh3cIKETunRemoteType 1.3.6.1.4.1.25506.2.30.1.1.1.6
The type of remote peer identity.
Status: current Access: read-only
OBJECT-TYPE    
  Hh3cIKEIDType  

hh3cIKETunRemoteValue1 1.3.6.1.4.1.25506.2.30.1.1.1.7
The value of the remote peer identity. If the remote peer type is ipv4Addr/ipv6Addr, this is the IP address used to identify the remote peer. If the remote peer type is ipv4AddrSubnet/ipv6AddrSubnet, this is the subnet address. If the remote peer type is ipv4AddrRange/ipv6AddrRange, this is the beginning IP address of the range. If the remote peer type is fqdn/userFqdn, this is the host name used to identify the remote peer. If the remote peer type is derAsn1Dn, this is the binary DER encoding of an ASN.1 X.500 Distinguished Name [X.501] of the principal whose certificates are being exchanged to establish the SA. If the remote peer type is derAsn1Gn, this is the binary DER encoding of an ASN.1 X.500 GeneralName [X.509] of the principal whose certificates are being exchanged to establish the SA. If the remote peer type is keyId, this is an opaque byte stream which may be used to pass vendor-specific information necessary to identify which pre-shared key should be used to authenticate Aggressive mode negotiations.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

hh3cIKETunRemoteValue2 1.3.6.1.4.1.25506.2.30.1.1.1.8
The second specification of the remote peer's IP address. If the remote peer type is ipv4AddrSubnet/ipv6AddrSubnet, this is the subnet mask. If the remote peer type is ipv4AddrRange/ipv6AddrRange, this is the ending IP address of the range. If the remote peer type are others, this is a zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

hh3cIKETunRemoteAddr 1.3.6.1.4.1.25506.2.30.1.1.1.9
The IP address of the remote peer for the IPsec Phase-1 IKE Tunnel.
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

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

hh3cIKETunNegoMode 1.3.6.1.4.1.25506.2.30.1.1.1.11
The negotiation mode of the IPsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Hh3cIKENegoMode  

hh3cIKETunDiffHellmanGrp 1.3.6.1.4.1.25506.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    
  Hh3cDiffHellmanGrp  

hh3cIKETunEncryptAlgo 1.3.6.1.4.1.25506.2.30.1.1.1.13
The encryption algorithm used in the IPsec Phase-1 IKE negotiations.
Status: current Access: read-only
OBJECT-TYPE    
  Hh3cEncryptAlgo  

hh3cIKETunHashAlgo 1.3.6.1.4.1.25506.2.30.1.1.1.14
The hash algorithm used in the IPsec Phase-1 IKE negotiations.
Status: current Access: read-only
OBJECT-TYPE    
  Hh3cAuthAlgo  

hh3cIKETunAuthMethod 1.3.6.1.4.1.25506.2.30.1.1.1.15
The authentication method used in the IPsec Phase-1 IKE negotiations.
Status: current Access: read-only
OBJECT-TYPE    
  Hh3cIKEAuthMethod  

hh3cIKETunLifeTime 1.3.6.1.4.1.25506.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  

hh3cIKETunActiveTime 1.3.6.1.4.1.25506.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  

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

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

hh3cIKETunState 1.3.6.1.4.1.25506.2.30.1.1.1.20
The State of IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Hh3cIKETunnelState  

hh3cIKETunDpdIntervalTime 1.3.6.1.4.1.25506.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  

hh3cIKETunDpdTimeOut 1.3.6.1.4.1.25506.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  

hh3cIKETunLocalInetAddrType 1.3.6.1.4.1.25506.2.30.1.1.1.23
The type of the local peer's IP address.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

hh3cIKETunLocalInetAddr 1.3.6.1.4.1.25506.2.30.1.1.1.24
The IP address of the local peer for the IPsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

hh3cIKETunRemoteInetAddrType 1.3.6.1.4.1.25506.2.30.1.1.1.25
The type of the remote peer's IP address.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

hh3cIKETunRemoteInetAddr 1.3.6.1.4.1.25506.2.30.1.1.1.26
The IP address of the remote peer for the IPsec Phase-1 IKE Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

hh3cIKETunnelStatTable 1.3.6.1.4.1.25506.2.30.1.2
The IPsec Phase-1 IKE Tunnel Statistic Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cIKETunnelStatEntry

hh3cIKETunnelStatEntry 1.3.6.1.4.1.25506.2.30.1.2.1
The entry contains the information of hh3cIKETunnelStatTable, such as the number of packets sent and received by the IKE tunnel, etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cIKETunnelStatEntry  

hh3cIKETunInOctets 1.3.6.1.4.1.25506.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  

hh3cIKETunInPkts 1.3.6.1.4.1.25506.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  

hh3cIKETunInDropPkts 1.3.6.1.4.1.25506.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  

hh3cIKETunInP2Exchgs 1.3.6.1.4.1.25506.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  

hh3cIKETunInP2ExchgRejets 1.3.6.1.4.1.25506.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  

hh3cIKETunInP2SaDelRequests 1.3.6.1.4.1.25506.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  

hh3cIKETunInP1SaDelRequests 1.3.6.1.4.1.25506.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  

hh3cIKETunInNotifys 1.3.6.1.4.1.25506.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  

hh3cIKETunOutOctets 1.3.6.1.4.1.25506.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  

hh3cIKETunOutPkts 1.3.6.1.4.1.25506.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  

hh3cIKETunOutDropPkts 1.3.6.1.4.1.25506.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  

hh3cIKETunOutP2Exchgs 1.3.6.1.4.1.25506.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  

hh3cIKETunOutP2ExchgRejects 1.3.6.1.4.1.25506.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  

hh3cIKETunOutP2SaDelRequests 1.3.6.1.4.1.25506.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  

hh3cIKETunOutP1SaDelRequests 1.3.6.1.4.1.25506.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  

hh3cIKETunOutNotifys 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalStats 1.3.6.1.4.1.25506.2.30.1.3
OBJECT IDENTIFIER    

hh3cIKEGlobalActiveTunnels 1.3.6.1.4.1.25506.2.30.1.3.1
The number of currently active IPsec Phase-1 IKE Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hh3cIKEGlobalInOctets 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalInPkts 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalInDropPkts 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalInP2Exchgs 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalInP2ExchgRejects 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalInP2SaDelRequests 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalInNotifys 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalOutOctets 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalOutPkts 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalOutDropPkts 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalOutP2Exchgs 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalOutP2ExchgRejects 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalOutP2SaDelRequests 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalOutNotifys 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalInitTunnels 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalInitTunnelFails 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalRespTunnels 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalRespTunnelFails 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalAuthFails 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalNoSaFails 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalInvalidCookieFails 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalAttrNotSuppFails 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalNoProposalChosenFails 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalUnsportExchTypeFails 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalInvalidIdFails 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalInvalidProFails 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalCertTypeUnsuppFails 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalInvalidCertAuthFails 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalInvalidSignFails 1.3.6.1.4.1.25506.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  

hh3cIKEGlobalCertUnavailableFails 1.3.6.1.4.1.25506.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  

hh3cIKETrapObject 1.3.6.1.4.1.25506.2.30.1.4
OBJECT IDENTIFIER    

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

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

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

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

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

hh3cIKETrapCntl 1.3.6.1.4.1.25506.2.30.1.5
OBJECT IDENTIFIER    

hh3cIKETrapGlobalCntl 1.3.6.1.4.1.25506.2.30.1.5.1
Indicates whether all IKE traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKETunnelStartTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.2
Indicates whether hh3cIKETunnelStart traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKETunnelStopTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.3
Indicates whether hh3cIKETunnelStop traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKENoSaTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.4
Indicates whether hh3cIKENoSaFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKEEncryFailureTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.5
Indicates whether hh3cIKEEncryFailFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKEDecryFailureTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.6
Indicates whether hh3cIKEDecryFailFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKEInvalidProposalTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.7
Indicates whether hh3cIKEInvalidProposalFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKEAuthFailTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.8
Indicates whether hh3cIKEAuthFailFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKEInvalidCookieTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.9
Indicates whether hh3cIKEInvalidCookieFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKEInvalidSpiTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.10
Indicates whether hh3cIKEInvalidSpiFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKEAttrNotSuppTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.11
Indicates whether hh3cIKEAttrNotSuppFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKEUnsportExchTypeTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.12
Indicates whether hh3cIKEUnsportExchTypeFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKEInvalidIdTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.13
Indicates whether hh3cIKEInvalidIdFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKEInvalidProtocolTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.14
Indicates whether hh3cIKEInvalidProtocolFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKECertTypeUnsuppTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.15
Indicates whether hh3cIKECertTypeUnsuppFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKEInvalidCertAuthTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.16
Indicates whether hh3cIKEInvalidCertAuthFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKEInvalidSignTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.17
Indicates whether hh3cIKEInvalidSignFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKECertUnavailableTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.18
Indicates whether hh3cIKECertUnavailableFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKEProposalAddTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.19
Indicates whether hh3cIKEProposalAdd traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKEProposalDelTrapCntl 1.3.6.1.4.1.25506.2.30.1.5.20
Indicates whether hh3cIKEProposalDel traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cTrapStatus  

hh3cIKETrap 1.3.6.1.4.1.25506.2.30.1.6
OBJECT IDENTIFIER    

hh3cIKENotifications 1.3.6.1.4.1.25506.2.30.1.6.1
OBJECT IDENTIFIER    

hh3cIKETunnelStart 1.3.6.1.4.1.25506.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    

hh3cIKETunnelStop 1.3.6.1.4.1.25506.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    

hh3cIKENoSaFailure 1.3.6.1.4.1.25506.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    

hh3cIKEEncryFailFailure 1.3.6.1.4.1.25506.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    

hh3cIKEDecryFailFailure 1.3.6.1.4.1.25506.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    

hh3cIKEInvalidProposalFailure 1.3.6.1.4.1.25506.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    

hh3cIKEAuthFailFailure 1.3.6.1.4.1.25506.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    

hh3cIKEInvalidCookieFailure 1.3.6.1.4.1.25506.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    

hh3cIKEAttrNotSuppFailure 1.3.6.1.4.1.25506.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    

hh3cIKEUnsportExchTypeFailure 1.3.6.1.4.1.25506.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    

hh3cIKEInvalidIdFailure 1.3.6.1.4.1.25506.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    

hh3cIKEInvalidProtocolFailure 1.3.6.1.4.1.25506.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    

hh3cIKECertTypeUnsuppFailure 1.3.6.1.4.1.25506.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    

hh3cIKEInvalidCertAuthFailure 1.3.6.1.4.1.25506.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    

hh3cIKElInvalidSignFailure 1.3.6.1.4.1.25506.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    

hh3cIKECertUnavailableFailure 1.3.6.1.4.1.25506.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    

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

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

hh3cIKEScalarObjects 1.3.6.1.4.1.25506.2.30.1.7
OBJECT IDENTIFIER    

hh3cIKEMIBVersion 1.3.6.1.4.1.25506.2.30.1.7.1
Version string of this MIB.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

hh3cIKEConformance 1.3.6.1.4.1.25506.2.30.2
OBJECT IDENTIFIER    

hh3cIKECompliances 1.3.6.1.4.1.25506.2.30.2.1
OBJECT IDENTIFIER    

hh3cIKEGroups 1.3.6.1.4.1.25506.2.30.2.2
OBJECT IDENTIFIER    

hh3cIKECompliance 1.3.6.1.4.1.25506.2.30.2.1.1
Status: current Access: read-only
MODULE-COMPLIANCE    

hh3cIKETunnelTableGroup 1.3.6.1.4.1.25506.2.30.2.2.1
The group contains the IKE tunnel's property information.
Status: current Access: read-only
OBJECT-GROUP    

hh3cIKETunnelStatTableGroup 1.3.6.1.4.1.25506.2.30.2.2.2
The group contains the IKE tunnel's statistic information.
Status: current Access: read-only
OBJECT-GROUP    

hh3cIKEGlobalStatsGroup 1.3.6.1.4.1.25506.2.30.2.2.3
The group contains all of the IKE tunnel's statistic information.
Status: current Access: read-only
OBJECT-GROUP    

hh3cIKETrapObjectGroup 1.3.6.1.4.1.25506.2.30.2.2.4
The group contains all of trap objects of IKE tunnels.
Status: current Access: read-only
OBJECT-GROUP    

hh3cIKETrapCntlGroup 1.3.6.1.4.1.25506.2.30.2.2.5
The group contains all of trap switches of IKE tunnels.
Status: current Access: read-only
OBJECT-GROUP    

hh3cIKETrapGroup 1.3.6.1.4.1.25506.2.30.2.2.6
The group contains all of trap of IKE tunnels.
Status: current Access: read-only
NOTIFICATION-GROUP    

hh3cIKEScalarObjectsGroup 1.3.6.1.4.1.25506.2.30.2.2.7
The group contains all of scalar objects of the MIB.
Status: current Access: read-only
OBJECT-GROUP