HH3C-IKE-MONITOR-MIB
- Registered at
- 1.3.6.1.4.1.25506.2.30
- Last updated
- 2021-04-24 18:58
- Organization
- New H3C Tech. Co., Ltd.
- Revisions
- 2021-04-24 18:58
- Namespace
- comware
- Source file
HH3C-IKE-MONITOR-MIB- Digest
sha256:a55ad9e94a52bc40cf33b12ca565c8c667721d7df05cbe65d724124446c5c8ce
Description
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
Contact
Platform Team New H3C Tech. Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip:100085
Imports
| From | Symbols |
|---|---|
| HH3C-OID-MIB | hh3cCommon |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Counter64, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HH3C-IKE-MONITOR-MIB HH3C-OID-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| Hh3cAuthAlgo TEXTUAL-CONVENTION The authentication algorithm used in IKE negotiations. | current | |||
| Hh3cDiffHellmanGrp TEXTUAL-CONVENTION The Diffie Hellman Group used in IKE and IPsec negotiations. | current | |||
| Hh3cEncryptAlgo TEXTUAL-CONVENTION The encryption algorithm used in IKE and IPsec negotiations. | current | |||
| Hh3cIKEAuthMethod TEXTUAL-CONVENTION The authentication method used in IKE negotiations. | current | |||
| Hh3cIKEIDType TEXTUAL-CONVENTION The type of IKE Identity. | current | |||
| Hh3cIKENegoMode TEXTUAL-CONVENTION The IKE negotiation mode. | current | |||
| Hh3cIKETunnelState TEXTUAL-CONVENTION The state of the IKE tunnel. | current | |||
| Hh3cTrapStatus TEXTUAL-CONVENTION The switch which determines whether send a trap or not. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hh3cIKEObjects OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.30.1 | |||
| hh3cIKETunnelTable OBJECT-TYPE The IPsec Phase-1 Internet Key Exchange Tunnel Table. There is one entry in this table for each active IPsec Phase-1 IKE Tunnel. | 1.3.6.1.4.1.25506.2.30.1.1 | not-accessible | current | |
| hh3cIKETunnelEntry OBJECT-TYPE The entry contains the information about hh3cIKETunnelTable, such as negotiate mode, encryption algorithm and authentication algorithm, etc. | 1.3.6.1.4.1.25506.2.30.1.1.1 | not-accessible | current | |
| hh3cIKETunIndex OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.30.1.1.1.1 | Integer32 (1..2147483647) | accessible-for-notify | current |
| hh3cIKETunLocalType OBJECT-TYPE The type of local peer identity. | 1.3.6.1.4.1.25506.2.30.1.1.1.2 | Hh3cIKEIDType | read-only | current |
| hh3cIKETunLocalValue1 OBJECT-TYPE 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. The local peer identity may not exceed 255 characters in length. The complete value will be displayed by hh3cIKETunLocalValue3 | 1.3.6.1.4.1.25506.2.30.1.1.1.3 | DisplayString (SIZE(0..255)) | read-only | deprecated |
| hh3cIKETunLocalValue2 OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.30.1.1.1.4 | DisplayString (SIZE(0..255)) | read-only | current |
| hh3cIKETunLocalAddr OBJECT-TYPE The IP address of the local endpoint for the IPsec Phase-1 IKE Tunnel. | 1.3.6.1.4.1.25506.2.30.1.1.1.5 | IpAddress | read-only | deprecated |
| hh3cIKETunRemoteType OBJECT-TYPE The type of remote peer identity. | 1.3.6.1.4.1.25506.2.30.1.1.1.6 | Hh3cIKEIDType | read-only | current |
| hh3cIKETunRemoteValue1 OBJECT-TYPE 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. The remote peer identity may not exceed 255 characters in length. The complete value will be displayed by hh3cIKETunRemoteValue3 | 1.3.6.1.4.1.25506.2.30.1.1.1.7 | DisplayString (SIZE(0..255)) | read-only | deprecated |
| hh3cIKETunRemoteValue2 OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.30.1.1.1.8 | DisplayString (SIZE(0..255)) | read-only | current |
| hh3cIKETunRemoteAddr OBJECT-TYPE The IP address of the remote peer for the IPsec Phase-1 IKE Tunnel. | 1.3.6.1.4.1.25506.2.30.1.1.1.9 | IpAddress | read-only | deprecated |
| hh3cIKETunInitiator OBJECT-TYPE The initiator of this tunnel. | 1.3.6.1.4.1.25506.2.30.1.1.1.10 | INTEGER {local(1), remote(2)} | read-only | current |
| hh3cIKETunNegoMode OBJECT-TYPE The negotiation mode of the IPsec Phase-1 IKE Tunnel. | 1.3.6.1.4.1.25506.2.30.1.1.1.11 | Hh3cIKENegoMode | read-only | current |
| hh3cIKETunDiffHellmanGrp OBJECT-TYPE The Diffie Hellman Group used in the IPsec Phase-1 IKE negotiations. | 1.3.6.1.4.1.25506.2.30.1.1.1.12 | Hh3cDiffHellmanGrp | read-only | current |
| hh3cIKETunEncryptAlgo OBJECT-TYPE The encryption algorithm used in the IPsec Phase-1 IKE negotiations. | 1.3.6.1.4.1.25506.2.30.1.1.1.13 | Hh3cEncryptAlgo | read-only | current |
| hh3cIKETunHashAlgo OBJECT-TYPE The hash algorithm used in the IPsec Phase-1 IKE negotiations. | 1.3.6.1.4.1.25506.2.30.1.1.1.14 | Hh3cAuthAlgo | read-only | current |
| hh3cIKETunAuthMethod OBJECT-TYPE The authentication method used in the IPsec Phase-1 IKE negotiations. | 1.3.6.1.4.1.25506.2.30.1.1.1.15 | Hh3cIKEAuthMethod | read-only | current |
| hh3cIKETunLifeTime OBJECT-TYPE The negotiated LifeTime of the IPsec Phase-1 IKE Tunnel in seconds. | 1.3.6.1.4.1.25506.2.30.1.1.1.16 | Integer32 (1..2147483647) | read-only | current |
| hh3cIKETunActiveTime OBJECT-TYPE The duration the IPsec Phase-1 IKE tunnel has been active in seconds. | 1.3.6.1.4.1.25506.2.30.1.1.1.17 | Integer32 (1..2147483647) | read-only | current |
| hh3cIKETunRemainTime OBJECT-TYPE The security association remaining time in seconds. | 1.3.6.1.4.1.25506.2.30.1.1.1.18 | Integer32 (1..2147483647) | read-only | current |
| hh3cIKETunTotalRefreshes OBJECT-TYPE The total number of security association refreshing performed. | 1.3.6.1.4.1.25506.2.30.1.1.1.19 | Counter32 | read-only | current |
| hh3cIKETunState OBJECT-TYPE The State of IKE Tunnel. | 1.3.6.1.4.1.25506.2.30.1.1.1.20 | Hh3cIKETunnelState | read-only | current |
| hh3cIKETunDpdIntervalTime OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.30.1.1.1.21 | Integer32 | read-only | current |
| hh3cIKETunDpdTimeOut OBJECT-TYPE The overtime of single DPD request. If DPD requests are refused three times, all security associations related would be deleted. | 1.3.6.1.4.1.25506.2.30.1.1.1.22 | Integer32 | read-only | current |
| hh3cIKETunLocalInetAddrType OBJECT-TYPE The type of the local peer's IP address. | 1.3.6.1.4.1.25506.2.30.1.1.1.23 | InetAddressType | read-only | current |
| hh3cIKETunLocalInetAddr OBJECT-TYPE The IP address of the local peer for the IPsec Phase-1 IKE Tunnel. | 1.3.6.1.4.1.25506.2.30.1.1.1.24 | InetAddress | read-only | current |
| hh3cIKETunRemoteInetAddrType OBJECT-TYPE The type of the remote peer's IP address. | 1.3.6.1.4.1.25506.2.30.1.1.1.25 | InetAddressType | read-only | current |
| hh3cIKETunRemoteInetAddr OBJECT-TYPE The IP address of the remote peer for the IPsec Phase-1 IKE Tunnel. | 1.3.6.1.4.1.25506.2.30.1.1.1.26 | InetAddress | read-only | current |
| hh3cIKETunLocalValue3 OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.30.1.1.1.27 | OCTET STRING (SIZE(0..2047)) | read-only | current |
| hh3cIKETunRemoteValue3 OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.30.1.1.1.28 | OCTET STRING (SIZE(0..2047)) | read-only | current |
| hh3cIKETunnelStatTable OBJECT-TYPE The IPsec Phase-1 IKE Tunnel Statistic Table. | 1.3.6.1.4.1.25506.2.30.1.2 | not-accessible | current | |
| hh3cIKETunnelStatEntry OBJECT-TYPE The entry contains the information of hh3cIKETunnelStatTable, such as the number of packets sent and received by the IKE tunnel, etc. | 1.3.6.1.4.1.25506.2.30.1.2.1 | not-accessible | current | |
| hh3cIKETunInOctets OBJECT-TYPE The total number of octets received by this IPsec Phase-1 IKE Tunnel. | 1.3.6.1.4.1.25506.2.30.1.2.1.1 | Counter64 | read-only | current |
| hh3cIKETunInPkts OBJECT-TYPE The total number of packets received by this IPsec Phase-1 IKE Tunnel. | 1.3.6.1.4.1.25506.2.30.1.2.1.2 | Counter64 | read-only | current |
| hh3cIKETunInDropPkts OBJECT-TYPE The total number of packets dropped by this IPsec Phase-1 IKE Tunnel during receiving process. | 1.3.6.1.4.1.25506.2.30.1.2.1.3 | Counter64 | read-only | current |
| hh3cIKETunInP2Exchgs OBJECT-TYPE The total number of IPsec Phase-2 exchanges received by this IPsec Phase-1 IKE Tunnel. | 1.3.6.1.4.1.25506.2.30.1.2.1.4 | Counter64 | read-only | current |
| hh3cIKETunInP2ExchgRejets OBJECT-TYPE The total number of IPsec Phase-2 exchanges received and rejected by this IPsec Phase-1 Tunnel. | 1.3.6.1.4.1.25506.2.30.1.2.1.5 | Counter64 | read-only | current |
| hh3cIKETunInP2SaDelRequests OBJECT-TYPE The total number of IPsec Phase-2 security association deleting requests received by this IPsec Phase-1 IKE Tunnel. | 1.3.6.1.4.1.25506.2.30.1.2.1.6 | Counter64 | read-only | current |
| hh3cIKETunInP1SaDelRequests OBJECT-TYPE The total number of IPsec Phase-1 security association deleting requests. | 1.3.6.1.4.1.25506.2.30.1.2.1.7 | Counter64 | read-only | current |
| hh3cIKETunInNotifys OBJECT-TYPE The total number of notifications received by this IPsec Phase-1 IKE Tunnel. | 1.3.6.1.4.1.25506.2.30.1.2.1.8 | Counter32 | read-only | current |
| hh3cIKETunOutOctets OBJECT-TYPE The total number of octets sent by this IPsec Phase-1 IKE Tunnel. | 1.3.6.1.4.1.25506.2.30.1.2.1.9 | Counter64 | read-only | current |
| hh3cIKETunOutPkts OBJECT-TYPE The total number of packets sent by this IPsec Phase-1 IKE Tunnel. | 1.3.6.1.4.1.25506.2.30.1.2.1.10 | Counter64 | read-only | current |
| hh3cIKETunOutDropPkts OBJECT-TYPE The total number of packets dropped by this IPsec Phase-1 IKE Tunnel during sending process. | 1.3.6.1.4.1.25506.2.30.1.2.1.11 | Counter64 | read-only | current |
| hh3cIKETunOutP2Exchgs OBJECT-TYPE The total number of IPsec Phase-2 exchanges sent by this IPsec Phase-1 IKE Tunnel. | 1.3.6.1.4.1.25506.2.30.1.2.1.12 | Counter64 | read-only | current |
| hh3cIKETunOutP2ExchgRejects OBJECT-TYPE The total number of IPsec Phase-2 exchanges sent and rejected by this IPsec Phase-1 IKE Tunnel. | 1.3.6.1.4.1.25506.2.30.1.2.1.13 | Counter64 | read-only | current |
| hh3cIKETunOutP2SaDelRequests OBJECT-TYPE The total number of IPsec Phase-2 security association deleting requests sent by this IPsec Phase-1 IKE Tunnel. | 1.3.6.1.4.1.25506.2.30.1.2.1.14 | Counter64 | read-only | current |
| hh3cIKETunOutP1SaDelRequests OBJECT-TYPE The total number of IPsec Phase-1 security association deleting requests sent by this IPsec Phase-1 IKE Tunnel. | 1.3.6.1.4.1.25506.2.30.1.2.1.15 | Counter64 | read-only | current |
| hh3cIKETunOutNotifys OBJECT-TYPE The total number of notifications sent by this IPsec Phase-1 Tunnel. | 1.3.6.1.4.1.25506.2.30.1.2.1.16 | Counter32 | read-only | current |
| hh3cIKEGlobalStats OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.30.1.3 | |||
| hh3cIKEGlobalActiveTunnels OBJECT-TYPE The number of currently active IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.1 | Gauge32 | read-only | current |
| hh3cIKEGlobalInOctets OBJECT-TYPE The total number of octets received by all currently and previously active IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.2 | Counter64 | read-only | current |
| hh3cIKEGlobalInPkts OBJECT-TYPE The total number of packets received by all currently and previously active IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.3 | Counter64 | read-only | current |
| hh3cIKEGlobalInDropPkts OBJECT-TYPE The total number of packets which were dropped during receiving process by all currently and previously active IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.4 | Counter64 | read-only | current |
| hh3cIKEGlobalInP2Exchgs OBJECT-TYPE The total number of IPsec Phase-2 exchanges received by all currently and previously active IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.5 | Counter64 | read-only | current |
| hh3cIKEGlobalInP2ExchgRejects OBJECT-TYPE The total number of IPsec Phase-2 exchanges which were received and rejected by all currently and previously active IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.6 | Counter64 | read-only | current |
| hh3cIKEGlobalInP2SaDelRequests OBJECT-TYPE The total number of IPsec Phase-2 security association deleting requests received by all currently and previously active IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.7 | Counter64 | read-only | current |
| hh3cIKEGlobalInNotifys OBJECT-TYPE The total number of notifications received by all IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.8 | Counter32 | read-only | current |
| hh3cIKEGlobalOutOctets OBJECT-TYPE The total number of octets sent by all currently and previously active and IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.9 | Counter64 | read-only | current |
| hh3cIKEGlobalOutPkts OBJECT-TYPE The total number of packets sent by all currently and previously active and IPsec Phase-1 Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.10 | Counter64 | read-only | current |
| hh3cIKEGlobalOutDropPkts OBJECT-TYPE The total number of packets which were dropped during sending process by all currently and previously active IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.11 | Counter64 | read-only | current |
| hh3cIKEGlobalOutP2Exchgs OBJECT-TYPE The total number of IPsec Phase-2 exchanges which were sent by all currently and previously active IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.12 | Counter64 | read-only | current |
| hh3cIKEGlobalOutP2ExchgRejects OBJECT-TYPE The total number of IPsec Phase-2 exchanges which were sent and rejected by all currently and previously active IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.13 | Counter64 | read-only | current |
| hh3cIKEGlobalOutP2SaDelRequests OBJECT-TYPE The total number of IPsec Phase-2 SA deleting requests sent by all currently and previously active IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.14 | Counter64 | read-only | current |
| hh3cIKEGlobalOutNotifys OBJECT-TYPE The total number of notifications sent by all active IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.15 | Counter32 | read-only | current |
| hh3cIKEGlobalInitTunnels OBJECT-TYPE The total number of IPsec Phase-1 IKE Tunnels which were locally initiated. | 1.3.6.1.4.1.25506.2.30.1.3.16 | Counter32 | read-only | current |
| hh3cIKEGlobalInitTunnelFails OBJECT-TYPE The total number of IPsec Phase-1 IKE Tunnels which were locally initiated and failed to activate. | 1.3.6.1.4.1.25506.2.30.1.3.17 | Counter32 | read-only | current |
| hh3cIKEGlobalRespTunnels OBJECT-TYPE The total number of IPsec Phase-1 IKE Tunnels which were remotely initiated. | 1.3.6.1.4.1.25506.2.30.1.3.18 | Counter32 | read-only | current |
| hh3cIKEGlobalRespTunnelFails OBJECT-TYPE The total number of IPsec Phase-1 IKE Tunnels which were remotely initiated and failed to activate. | 1.3.6.1.4.1.25506.2.30.1.3.19 | Counter32 | read-only | current |
| hh3cIKEGlobalAuthFails OBJECT-TYPE The total number of authentications which ended in failure by all current and previous IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.20 | Counter32 | read-only | current |
| hh3cIKEGlobalNoSaFails OBJECT-TYPE The total number of non-existent Security Association in failures which occurred during processing of all current and previous IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.21 | Counter32 | read-only | current |
| hh3cIKEGlobalInvalidCookieFails OBJECT-TYPE The total number of invalid cookie in failures which occurred during processing of all current and previous IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.22 | Counter32 | read-only | current |
| hh3cIKEGlobalAttrNotSuppFails OBJECT-TYPE The total number of attributes not supported in failures which occurred during processing of all current and previous IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.23 | Counter32 | read-only | current |
| hh3cIKEGlobalNoProposalChosenFails OBJECT-TYPE The total number of no proposal chosen in failures which occurred during processing of all current and previous IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.24 | Counter32 | read-only | current |
| hh3cIKEGlobalUnsportExchTypeFails OBJECT-TYPE The total number of unsupported exchange type in failures which occurred during processing of all current and previous IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.25 | Counter32 | read-only | current |
| hh3cIKEGlobalInvalidIdFails OBJECT-TYPE The total number of invalid id Information in failures which occurred during processing of all current and previous IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.26 | Counter32 | read-only | current |
| hh3cIKEGlobalInvalidProFails OBJECT-TYPE The total number of invalid protocol id in failures which occurred during processing of all current and previous IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.27 | Counter32 | read-only | current |
| hh3cIKEGlobalCertTypeUnsuppFails OBJECT-TYPE The total number of certificate type unsupported in failures which occurred during processing of all current and previous IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.28 | Counter32 | read-only | current |
| hh3cIKEGlobalInvalidCertAuthFails OBJECT-TYPE The total number of failures because of invalid certificate authority which occurred during processing of all current and previous IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.29 | Counter32 | read-only | current |
| hh3cIKEGlobalInvalidSignFails OBJECT-TYPE The total number of failures because of the invalid signature which occurred during processing of all current and previous IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.30 | Counter32 | read-only | current |
| hh3cIKEGlobalCertUnavailableFails OBJECT-TYPE The total number of certificate unavailable in failures which occurred during processing of all current and previous IPsec Phase-1 IKE Tunnels. | 1.3.6.1.4.1.25506.2.30.1.3.31 | Counter32 | read-only | current |
| hh3cIKETrapObject OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.30.1.4 | |||
| hh3cIKEProposalNumber OBJECT-TYPE The IKE proposal's number with a trap. | 1.3.6.1.4.1.25506.2.30.1.4.1 | Integer32 | accessible-for-notify | current |
| hh3cIKEProposalSize OBJECT-TYPE The number of IKE proposals with a trap. | 1.3.6.1.4.1.25506.2.30.1.4.2 | Integer32 | accessible-for-notify | current |
| hh3cIKEIdInformation OBJECT-TYPE The id information with a trap. | 1.3.6.1.4.1.25506.2.30.1.4.3 | DisplayString (SIZE(0..255)) | accessible-for-notify | current |
| hh3cIKEProtocolNum OBJECT-TYPE The protocol number with a trap | 1.3.6.1.4.1.25506.2.30.1.4.4 | Integer32 | accessible-for-notify | current |
| hh3cIKECertInformation OBJECT-TYPE The certificate information with a trap. | 1.3.6.1.4.1.25506.2.30.1.4.5 | DisplayString (SIZE(0..255)) | accessible-for-notify | current |
| hh3cIKETrapCntl OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.30.1.5 | |||
| hh3cIKETrapGlobalCntl OBJECT-TYPE Indicates whether all IKE traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.1 | Hh3cTrapStatus | read-write | current |
| hh3cIKETunnelStartTrapCntl OBJECT-TYPE Indicates whether hh3cIKETunnelStart traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.2 | Hh3cTrapStatus | read-write | current |
| hh3cIKETunnelStopTrapCntl OBJECT-TYPE Indicates whether hh3cIKETunnelStop traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.3 | Hh3cTrapStatus | read-write | current |
| hh3cIKENoSaTrapCntl OBJECT-TYPE Indicates whether hh3cIKENoSaFailure traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.4 | Hh3cTrapStatus | read-write | current |
| hh3cIKEEncryFailureTrapCntl OBJECT-TYPE Indicates whether hh3cIKEEncryFailFailure traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.5 | Hh3cTrapStatus | read-write | current |
| hh3cIKEDecryFailureTrapCntl OBJECT-TYPE Indicates whether hh3cIKEDecryFailFailure traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.6 | Hh3cTrapStatus | read-write | current |
| hh3cIKEInvalidProposalTrapCntl OBJECT-TYPE Indicates whether hh3cIKEInvalidProposalFailure traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.7 | Hh3cTrapStatus | read-write | current |
| hh3cIKEAuthFailTrapCntl OBJECT-TYPE Indicates whether hh3cIKEAuthFailFailure traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.8 | Hh3cTrapStatus | read-write | current |
| hh3cIKEInvalidCookieTrapCntl OBJECT-TYPE Indicates whether hh3cIKEInvalidCookieFailure traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.9 | Hh3cTrapStatus | read-write | current |
| hh3cIKEInvalidSpiTrapCntl OBJECT-TYPE Indicates whether hh3cIKEInvalidSpiFailure traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.10 | Hh3cTrapStatus | read-write | current |
| hh3cIKEAttrNotSuppTrapCntl OBJECT-TYPE Indicates whether hh3cIKEAttrNotSuppFailure traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.11 | Hh3cTrapStatus | read-write | current |
| hh3cIKEUnsportExchTypeTrapCntl OBJECT-TYPE Indicates whether hh3cIKEUnsportExchTypeFailure traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.12 | Hh3cTrapStatus | read-write | current |
| hh3cIKEInvalidIdTrapCntl OBJECT-TYPE Indicates whether hh3cIKEInvalidIdFailure traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.13 | Hh3cTrapStatus | read-write | current |
| hh3cIKEInvalidProtocolTrapCntl OBJECT-TYPE Indicates whether hh3cIKEInvalidProtocolFailure traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.14 | Hh3cTrapStatus | read-write | current |
| hh3cIKECertTypeUnsuppTrapCntl OBJECT-TYPE Indicates whether hh3cIKECertTypeUnsuppFailure traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.15 | Hh3cTrapStatus | read-write | current |
| hh3cIKEInvalidCertAuthTrapCntl OBJECT-TYPE Indicates whether hh3cIKEInvalidCertAuthFailure traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.16 | Hh3cTrapStatus | read-write | current |
| hh3cIKEInvalidSignTrapCntl OBJECT-TYPE Indicates whether hh3cIKEInvalidSignFailure traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.17 | Hh3cTrapStatus | read-write | current |
| hh3cIKECertUnavailableTrapCntl OBJECT-TYPE Indicates whether hh3cIKECertUnavailableFailure traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.18 | Hh3cTrapStatus | read-write | current |
| hh3cIKEProposalAddTrapCntl OBJECT-TYPE Indicates whether hh3cIKEProposalAdd traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.19 | Hh3cTrapStatus | read-write | current |
| hh3cIKEProposalDelTrapCntl OBJECT-TYPE Indicates whether hh3cIKEProposalDel traps should be generated. | 1.3.6.1.4.1.25506.2.30.1.5.20 | Hh3cTrapStatus | read-write | current |
| hh3cIKETrap OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.30.1.6 | |||
| hh3cIKENotifications OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.30.1.6.1 | |||
| hh3cIKEScalarObjects OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.30.1.7 | |||
| hh3cIKEMIBVersion OBJECT-TYPE Version string of this MIB. | 1.3.6.1.4.1.25506.2.30.1.7.1 | DisplayString (SIZE(0..255)) | read-only | current |
| hh3cIKEConformance OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.30.2 | |||
| hh3cIKECompliances OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.30.2.1 | |||
| hh3cIKEGroups OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.30.2.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| hh3cIKETunnelStart NOTIFICATION-TYPE This notification is generated when an IPsec Phase-1 IKE Tunnel is created. | 1.3.6.1.4.1.25506.2.30.1.6.1.1 | current |
| hh3cIKETunnelStop NOTIFICATION-TYPE This notification is generated when an IPsec Phase-1 IKE Tunnel is deleted. | 1.3.6.1.4.1.25506.2.30.1.6.1.2 | current |
| hh3cIKENoSaFailure NOTIFICATION-TYPE This notification is generated when the IKE tunnel has a non-existent SA error. | 1.3.6.1.4.1.25506.2.30.1.6.1.3 | current |
| hh3cIKEEncryFailFailure NOTIFICATION-TYPE This notification is generated when the IKE tunnel has an encrypting failure. | 1.3.6.1.4.1.25506.2.30.1.6.1.4 | current |
| hh3cIKEDecryFailFailure NOTIFICATION-TYPE This notification is generated when the IKE tunnel has a decrypting failure. | 1.3.6.1.4.1.25506.2.30.1.6.1.5 | current |
| hh3cIKEInvalidProposalFailure NOTIFICATION-TYPE This notification is generated when the IPsec phase-1 invalid proposal occurs. | 1.3.6.1.4.1.25506.2.30.1.6.1.6 | current |
| hh3cIKEAuthFailFailure NOTIFICATION-TYPE This notification is generated when the IPsec phase-1 authentication failure occurs. | 1.3.6.1.4.1.25506.2.30.1.6.1.7 | current |
| hh3cIKEInvalidCookieFailure NOTIFICATION-TYPE This notification is generated when the IPsec phase-1 invalid cookie failure occurs. | 1.3.6.1.4.1.25506.2.30.1.6.1.8 | current |
| hh3cIKEAttrNotSuppFailure NOTIFICATION-TYPE This notification is generated when the IPsec phase-1 unsupported attribute failure occurs. | 1.3.6.1.4.1.25506.2.30.1.6.1.9 | current |
| hh3cIKEUnsportExchTypeFailure NOTIFICATION-TYPE This notification is generated when the IPsec phase-1 unsupported exchange type failure occurs. | 1.3.6.1.4.1.25506.2.30.1.6.1.10 | current |
| hh3cIKEInvalidIdFailure NOTIFICATION-TYPE This notification is generated when the IPsec phase-1 invalid id failure occurs. | 1.3.6.1.4.1.25506.2.30.1.6.1.11 | current |
| hh3cIKEInvalidProtocolFailure NOTIFICATION-TYPE This notification is generated when the processing for an IPsec Phase-1 IKE Tunnel has a protocol related errors. | 1.3.6.1.4.1.25506.2.30.1.6.1.12 | current |
| hh3cIKECertTypeUnsuppFailure NOTIFICATION-TYPE This notification is generated when the IPsec phase-1 unsupported certificate type failure occurs. | 1.3.6.1.4.1.25506.2.30.1.6.1.13 | current |
| hh3cIKEInvalidCertAuthFailure NOTIFICATION-TYPE This notification is generated when the IPsec phase-1 invalid certificate authorization failure occurs. | 1.3.6.1.4.1.25506.2.30.1.6.1.14 | current |
| hh3cIKElInvalidSignFailure NOTIFICATION-TYPE This notification is generated when the IPsec phase-1 invalid signature failure occurs. | 1.3.6.1.4.1.25506.2.30.1.6.1.15 | current |
| hh3cIKECertUnavailableFailure NOTIFICATION-TYPE This notification is generated when the IPsec phase-1 certificate unavailable failure occurs. | 1.3.6.1.4.1.25506.2.30.1.6.1.16 | current |
| hh3cIKEProposalAdd NOTIFICATION-TYPE This notification is generated when an IKE proposal is added. | 1.3.6.1.4.1.25506.2.30.1.6.1.17 | current |
| hh3cIKEProposalDel NOTIFICATION-TYPE This notification is generated when an IKE proposal is deleted. | 1.3.6.1.4.1.25506.2.30.1.6.1.18 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| hh3cIKECompliance MODULE-COMPLIANCE | 1.3.6.1.4.1.25506.2.30.2.1.1 | current |
| hh3cIKETunnelTableGroup OBJECT-GROUP The group contains the IKE tunnel's property information. | 1.3.6.1.4.1.25506.2.30.2.2.1 | current |
| hh3cIKETunnelStatTableGroup OBJECT-GROUP The group contains the IKE tunnel's statistic information. | 1.3.6.1.4.1.25506.2.30.2.2.2 | current |
| hh3cIKEGlobalStatsGroup OBJECT-GROUP The group contains all of the IKE tunnel's statistic information. | 1.3.6.1.4.1.25506.2.30.2.2.3 | current |
| hh3cIKETrapObjectGroup OBJECT-GROUP The group contains all of trap objects of IKE tunnels. | 1.3.6.1.4.1.25506.2.30.2.2.4 | current |
| hh3cIKETrapCntlGroup OBJECT-GROUP The group contains all of trap switches of IKE tunnels. | 1.3.6.1.4.1.25506.2.30.2.2.5 | current |
| hh3cIKETrapGroup NOTIFICATION-GROUP The group contains all of trap of IKE tunnels. | 1.3.6.1.4.1.25506.2.30.2.2.6 | current |
| hh3cIKEScalarObjectsGroup OBJECT-GROUP The group contains all of scalar objects of the MIB. | 1.3.6.1.4.1.25506.2.30.2.2.7 | current |