HPN-ICF-IPSEC-MONITOR-V2-MIB

File: HPN-ICF-IPSEC-MONITOR-V2-MIB.mib (73777 bytes)

Imported modules

RFC1213-MIB IF-MIB SNMPv2-TC
SNMPv2-SMI INET-ADDRESS-MIB SNMPv2-CONF
HPN-ICF-OID-MIB

Imported symbols

ifIndex InterfaceIndex DisplayString
TEXTUAL-CONVENTION TruthValue Integer32
Counter32 Counter64 OBJECT-TYPE
MODULE-IDENTITY Gauge32 NOTIFICATION-TYPE
Unsigned32 InetAddressType InetAddress
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
hpnicfCommon

Defined Types

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

HpnicfIPsecEncapModeV2  
The encapsulation mode used by an IPsec Phase-2 Tunnel. invalidMode(2147483647) is defined as invalid value.
TEXTUAL-CONVENTION    
  INTEGER tunnel(1), transport(2), invalidMode(2147483647)  

HpnicfIPsecEncryptAlgoV2  
The encryption algorithm used in the IKE and IPsec negotiations. invalidAlg(2147483647) is defined as invalid value.
TEXTUAL-CONVENTION    
  INTEGER none(0), desCbc(1), ideaCbc(2), blowfishCbc(3), rc5R16B64Cbc(4), tripleDesCbc(5), castCbc(6), aesCbc(7), nsaCbc(8), aesCbc128(9), aesCbc192(10), aesCbc256(11), aesCtr(12), aesCamelliaCbc(13), rc4(14), invalidAlg(2147483647)  

HpnicfIPsecAuthAlgoV2  
The authentication algorithm used in the IKE negotiations. invalidAlg(2147483647) is defined as invalid value.
TEXTUAL-CONVENTION    
  INTEGER none(0), md5(1), sha1(2), sha256(3), sha384(4), sha512(5), invalidAlg(2147483647)  

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

HpnicfIPsecIDTypeV2  
The type of IPsec 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)  

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

HpnicfIPsecNegoTypeV2  
The type of key used by an IPsec Phase-2 Tunnel. invalidType(2147483647) is defined as invalid value.
TEXTUAL-CONVENTION    
  INTEGER ike(1), manual(2), invalidType(2147483647)  

HpnicfIPsecTunnelStateV2  
The state of IPsec tunnel.
TEXTUAL-CONVENTION    
  INTEGER active(1), timeout(2)  

HpnicfIPsecTunnelV2Entry  
SEQUENCE    
  hpnicfIPsecTunIndexV2 Integer32
  hpnicfIPsecTunIfIndexV2 InterfaceIndex
  hpnicfIPsecTunIKETunnelIndexV2 Integer32
  hpnicfIPsecTunIKETunLocalIDTypeV2 HpnicfIPsecIDTypeV2
  hpnicfIPsecTunIKETunLocalIDVal1V2 DisplayString
  hpnicfIPsecTunIKETunLocalIDVal2V2 DisplayString
  hpnicfIPsecTunIKETunRemoteIDTypeV2 HpnicfIPsecIDTypeV2
  hpnicfIPsecTunIKETunRemoteIDVal1V2 DisplayString
  hpnicfIPsecTunIKETunRemoteIDVal2V2 DisplayString
  hpnicfIPsecTunLocalAddrTypeV2 InetAddressType
  hpnicfIPsecTunLocalAddrV2 InetAddress
  hpnicfIPsecTunRemoteAddrTypeV2 InetAddressType
  hpnicfIPsecTunRemoteAddrV2 InetAddress
  hpnicfIPsecTunKeyTypeV2 HpnicfIPsecNegoTypeV2
  hpnicfIPsecTunEncapModeV2 HpnicfIPsecEncapModeV2
  hpnicfIPsecTunInitiatorV2 INTEGER
  hpnicfIPsecTunLifeSizeV2 Gauge32
  hpnicfIPsecTunLifeTimeV2 Integer32
  hpnicfIPsecTunRemainTimeV2 Integer32
  hpnicfIPsecTunActiveTimeV2 Integer32
  hpnicfIPsecTunRemainSizeV2 Gauge32
  hpnicfIPsecTunTotalRefreshesV2 Counter32
  hpnicfIPsecTunCurrentSaInstancesV2 Gauge32
  hpnicfIPsecTunInSaEncryptAlgoV2 HpnicfIPsecEncryptAlgoV2
  hpnicfIPsecTunInSaAhAuthAlgoV2 HpnicfIPsecAuthAlgoV2
  hpnicfIPsecTunInSaEspAuthAlgoV2 HpnicfIPsecAuthAlgoV2
  hpnicfIPsecTunDiffHellmanGrpV2 HpnicfIPsecDiffHellmanGrpV2
  hpnicfIPsecTunOutSaEncryptAlgoV2 HpnicfIPsecEncryptAlgoV2
  hpnicfIPsecTunOutSaAhAuthAlgoV2 HpnicfIPsecAuthAlgoV2
  hpnicfIPsecTunOutSaEspAuthAlgoV2 HpnicfIPsecAuthAlgoV2
  hpnicfIPsecTunPolicyNameV2 DisplayString
  hpnicfIPsecTunPolicyNumV2 Integer32
  hpnicfIPsecTunStatusV2 INTEGER

HpnicfIPsecTunnelStatV2Entry  
SEQUENCE    
  hpnicfIPsecTunInOctetsV2 Counter64
  hpnicfIPsecTunInDecompOctetsV2 Counter64
  hpnicfIPsecTunInPktsV2 Counter64
  hpnicfIPsecTunInDropPktsV2 Counter64
  hpnicfIPsecTunInReplayDropPktsV2 Counter64
  hpnicfIPsecTunInAuthFailsV2 Counter64
  hpnicfIPsecTunInDecryptFailsV2 Counter64
  hpnicfIPsecTunOutOctetsV2 Counter64
  hpnicfIPsecTunOutUncompOctetsV2 Counter64
  hpnicfIPsecTunOutPktsV2 Counter64
  hpnicfIPsecTunOutDropPktsV2 Counter64
  hpnicfIPsecTunOutEncryptFailsV2 Counter64
  hpnicfIPsecTunNoMemoryDropPktsV2 Counter64
  hpnicfIPsecTunQueueFullDropPktsV2 Counter64
  hpnicfIPsecTunInvalidLenDropPktsV2 Counter64
  hpnicfIPsecTunTooLongDropPktsV2 Counter64
  hpnicfIPsecTunInvalidSaDropPktsV2 Counter64

HpnicfIPsecSaV2Entry  
SEQUENCE    
  hpnicfIPsecSaIndexV2 Integer32
  hpnicfIPsecSaDirectionV2 INTEGER
  hpnicfIPsecSaSpiValueV2 Unsigned32
  hpnicfIPsecSaSecProtocolV2 HpnicfIPsecSaProtocolV2
  hpnicfIPsecSaEncryptAlgoV2 HpnicfIPsecEncryptAlgoV2
  hpnicfIPsecSaAuthAlgoV2 HpnicfIPsecAuthAlgoV2
  hpnicfIPsecSaStatusV2 INTEGER

HpnicfIPsecTrafficV2Entry  
SEQUENCE    
  hpnicfIPsecTrafficLocalTypeV2 HpnicfIPsecTrafficTypeV2
  hpnicfIPsecTrafficLocalAddr1TypeV2 InetAddressType
  hpnicfIPsecTrafficLocalAddr1V2 InetAddress
  hpnicfIPsecTrafficLocalAddr2TypeV2 InetAddressType
  hpnicfIPsecTrafficLocalAddr2V2 InetAddress
  hpnicfIPsecTrafficLocalProtocol1V2 Integer32
  hpnicfIPsecTrafficLocalProtocol2V2 Integer32
  hpnicfIPsecTrafficLocalPort1V2 Integer32
  hpnicfIPsecTrafficLocalPort2V2 Integer32
  hpnicfIPsecTrafficRemoteTypeV2 HpnicfIPsecTrafficTypeV2
  hpnicfIPsecTrafficRemAddr1TypeV2 InetAddressType
  hpnicfIPsecTrafficRemAddr1V2 InetAddress
  hpnicfIPsecTrafficRemAddr2TypeV2 InetAddressType
  hpnicfIPsecTrafficRemAddr2V2 InetAddress
  hpnicfIPsecTrafficRemoPro1V2 Integer32
  hpnicfIPsecTrafficRemoPro2V2 Integer32
  hpnicfIPsecTrafficRemPort1V2 Integer32
  hpnicfIPsecTrafficRemPort2V2 Integer32

Defined Values

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

hpnicfIPsecObjectsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1
OBJECT IDENTIFIER    

hpnicfIPsecScalarObjectsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.1
OBJECT IDENTIFIER    

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

hpnicfIPsecTunnelV2Table 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2
The IPsec Phase-2 Tunnel Table. There is one entry in this table for each active IPsec Phase-2 Tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIPsecTunnelV2Entry

hpnicfIPsecTunnelV2Entry 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1
Information about hpnicfIPsecTunnelV2Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIPsecTunnelV2Entry  

hpnicfIPsecTunIndexV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.1
The index of IPsec Phase-2 Tunnel Table. The value of the index is a number which begins at one and is incremented with each tunnel that is created. The value of this object will wrap at 2147483647.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfIPsecTunIfIndexV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.2
The interface index( the ifIndex of ifTable ).
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

hpnicfIPsecTunIKETunnelIndexV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.3
The index of the associated IPsec Phase-1 IKE Tunnel (IKETunIndex in the IKETunnelTable). 2147483647 is defined as invalid value.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfIPsecTunIKETunLocalIDTypeV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.4
The type of the local peer identity for the associated IPsec Phase-1 IKE Tunnel (IKETunLocalType in the IKETunnelTable).
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfIPsecIDTypeV2  

hpnicfIPsecTunIKETunLocalIDVal1V2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.5
The value of the local peer identity for the associated IPsec Phase-1 IKE Tunnel (IKETunLocalValue1 in the IKETunnelTable). 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  

hpnicfIPsecTunIKETunLocalIDVal2V2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.6
The second specification of the local peer's IP address for the associated IPsec Phase-1 IKE Tunnel (IKETunLocalValue2 in the IKETunnelTable). 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 is others, this is a zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

hpnicfIPsecTunIKETunRemoteIDTypeV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.7
The type of the remote peer identity for the associated IPsec Phase-1 IKE Tunnel (IKETunRemoteType in the IKETunnelTable).
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfIPsecIDTypeV2  

hpnicfIPsecTunIKETunRemoteIDVal1V2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.8
The value of the remote peer identity for the associated IPsec Phase-1 IKE Tunnel (IKETunRemoteValue1 in the IKETunnelTable). 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  

hpnicfIPsecTunIKETunRemoteIDVal2V2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.9
The second specification of the remote peer's IP address for the associated IPsec Phase-1 IKE Tunnel(IKETunRemoteValue2 in the IKETunnelTable). 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 is others, this is a zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

hpnicfIPsecTunLocalAddrTypeV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.10
The type of the IP address for the local peer of the IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

hpnicfIPsecTunLocalAddrV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.11
The IP address of the local peer for the IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

hpnicfIPsecTunRemoteAddrTypeV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.12
The type of the IP address for the remote peer of the IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

hpnicfIPsecTunRemoteAddrV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.13
The IP address of the remote peer for the IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

hpnicfIPsecTunKeyTypeV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.14
The key negotiate mode used by the IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfIPsecNegoTypeV2  

hpnicfIPsecTunEncapModeV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.15
The encapsulation mode used by the IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfIPsecEncapModeV2  

hpnicfIPsecTunInitiatorV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.16
The initiator of this IPsec tunnel. Value none is used for manual IPsec tunnel, for there is no initiator or responder in this method.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER local(1), remote(2), none(2147483647)  

hpnicfIPsecTunLifeSizeV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.17
The negotiated LifeSize of the IPsec Phase-2 Tunnel in kilobytes. 0 is defined as invalid value.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hpnicfIPsecTunLifeTimeV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.18
The negotiated LifeTime of the IPsec Phase-2 Tunnel in seconds. 2147483647 is defined as invalid value.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfIPsecTunRemainTimeV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.19
The remain time of SA in seconds. 2147483647 is defined as invalid value.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfIPsecTunActiveTimeV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.20
The duration the IPsec Phase-2 Tunnel has been active in hundredths of seconds. 2147483647 is defined as invalid value.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfIPsecTunRemainSizeV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.21
The remain LifeSize of SA in kilobytes. 0 is defined as invalid value.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

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

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

hpnicfIPsecTunInSaEncryptAlgoV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.24
The encryption algorithm used by the inbound security association of the IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfIPsecEncryptAlgoV2  

hpnicfIPsecTunInSaAhAuthAlgoV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.25
The authentication algorithm used by the inbound authentication header (AH) security association of the IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfIPsecAuthAlgoV2  

hpnicfIPsecTunInSaEspAuthAlgoV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.26
The authentication algorithm used by the inbound encapsulation security protocol(ESP) security association of the IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfIPsecAuthAlgoV2  

hpnicfIPsecTunDiffHellmanGrpV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.27
The Diffie Hellman Group used by the security association of the IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfIPsecDiffHellmanGrpV2  

hpnicfIPsecTunOutSaEncryptAlgoV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.28
The encryption algorithm used by the outbound security association of the IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfIPsecEncryptAlgoV2  

hpnicfIPsecTunOutSaAhAuthAlgoV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.29
The authentication algorithm used by the outbound authentication header (AH) security association of the IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfIPsecAuthAlgoV2  

hpnicfIPsecTunOutSaEspAuthAlgoV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.30
The authentication algorithm used by the outbound encapsulation security protocol(ESP) security association of the IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfIPsecAuthAlgoV2  

hpnicfIPsecTunPolicyNameV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.31
The policy name used by this IPsec tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

hpnicfIPsecTunPolicyNumV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.32
The sequence number of policy used by this IPsec tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfIPsecTunStatusV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.2.1.33
The status of the IPsec Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER initial(1), ready(2), rekeyed(3), closed(4)  

hpnicfIPsecTunnelStatV2Table 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3
The IPsec Phase-2 Tunnel Statistics Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIPsecTunnelStatV2Entry

hpnicfIPsecTunnelStatV2Entry 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3.1
Information about hpnicfIPsecTunnelStatV2Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIPsecTunnelStatV2Entry  

hpnicfIPsecTunInOctetsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3.1.1
The total number of octets received by this IPsec Phase-2 Tunnel. This value is accumulated BEFORE determining whether or not the packet should be decompressed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecTunInDecompOctetsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3.1.2
The total number of decompressed octets received by this IPsec Phase-2 Tunnel. This value is accumulated AFTER the packet is decompressed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecTunInPktsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3.1.3
The total number of packets received by this IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecTunInDropPktsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3.1.4
The total number of packets dropped during receiving process by this IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecTunInReplayDropPktsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3.1.5
The total number of packets dropped during receiving process due to Anti-Replay process by this IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecTunInAuthFailsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3.1.6
The total number of inbound authentication's which ended in failure by this IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecTunInDecryptFailsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3.1.7
The total number of inbound decryption's which ended in failure by this IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecTunOutOctetsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3.1.8
The total number of octets sent by this IPsec Phase-2 Tunnel. This value is accumulated AFTER determining whether or not the packet should be compressed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecTunOutUncompOctetsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3.1.9
The total number of uncompressed octets sent by this IPsec Phase-2 Tunnel. This value is accumulated BEFORE the packet is compressed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecTunOutPktsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3.1.10
The total number of packets sent by this IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecTunOutDropPktsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3.1.11
The total number of packets dropped during sending process by this IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecTunOutEncryptFailsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3.1.12
The total number of outbound encryption's which ended in failure by this IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecTunNoMemoryDropPktsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3.1.13
The total number of packets dropped due to no enough memory by this IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecTunQueueFullDropPktsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3.1.14
The total number of packets dropped due to queue full by this IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecTunInvalidLenDropPktsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3.1.15
The total number of packets dropped due to invalid length packet by this IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecTunTooLongDropPktsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3.1.16
The total number of packets dropped due to too long packet by this IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecTunInvalidSaDropPktsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.3.1.17
The total number of packets dropped due to invalid SA by this IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecSaV2Table 1.3.6.1.4.1.11.2.14.11.15.2.126.1.4
The IPsec Phase-2 Security Protection Index Table. This table contains an entry for each active and expiring security association.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIPsecSaV2Entry

hpnicfIPsecSaV2Entry 1.3.6.1.4.1.11.2.14.11.15.2.126.1.4.1
Information about hpnicfIPsecSaV2Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIPsecSaV2Entry  

hpnicfIPsecSaIndexV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.4.1.1
The number of the Sa associated with the Phase-2 Tunnel Table. The value of this index is a number which begins at one and is incremented with each Sa associated with an IPsec Phase-2 Tunnel. The value of this object will wrap at 2,147,483,647.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfIPsecSaDirectionV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.4.1.2
The direction of the SA.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER in(1), out(2)  

hpnicfIPsecSaSpiValueV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.4.1.3
The value of the SPI.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..4294967295  

hpnicfIPsecSaSecProtocolV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.4.1.4
The security protocol of the SA.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfIPsecSaProtocolV2  

hpnicfIPsecSaEncryptAlgoV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.4.1.5
The encryption algorithm used by the security association of the IPsec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfIPsecEncryptAlgoV2  

hpnicfIPsecSaAuthAlgoV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.4.1.6
The authentication algorithm used by the SA.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfIPsecAuthAlgoV2  

hpnicfIPsecSaStatusV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.4.1.7
The status of the SA.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), expiring(2)  

hpnicfIPsecTrafficV2Table 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5
The IPsec Phase-2 Tunnel Traffic Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIPsecTrafficV2Entry

hpnicfIPsecTrafficV2Entry 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1
Information about hpnicfIPsecTrafficV2Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIPsecTrafficV2Entry  

hpnicfIPsecTrafficLocalTypeV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1.1
The type of the local peer's traffic. Possible values are: 1) A single IP address 2) An IP address range 3) An IP subnet
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfIPsecTrafficTypeV2  

hpnicfIPsecTrafficLocalAddr1TypeV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1.2
The type of the first IP address specification for the local peer's traffic.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

hpnicfIPsecTrafficLocalAddr1V2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1.3
The first IP address specification of the local peer's traffic. If the local peer's traffic type is single IP address, this is the IP address. If the local peer's traffic type is IP subnet, this is the subnet address. If the local peer's traffic type is IP address range, this is the beginning IP address of the range.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

hpnicfIPsecTrafficLocalAddr2TypeV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1.4
The type of the second IP address specification for the local peer's traffic.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

hpnicfIPsecTrafficLocalAddr2V2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1.5
The second IP address specification of the local peer's traffic. If the local peer's traffic type is single IP address, this is the IP address. If the local peer's traffic type is IP subnet, this is the subnet mask. If the local peer's traffic type is IP address range, this is the ending IP address of the range.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

hpnicfIPsecTrafficLocalProtocol1V2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1.6
The first protocol number specification of the local peer's traffic. If the protocol type of the local peer's traffic is single protocol, this is the protocol number. If the protocol type of the local peer's traffic is protocol range, this is the beginning protocol number of the range.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

hpnicfIPsecTrafficLocalProtocol2V2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1.7
The second protocol number specification of the local peer's traffic. If the protocol type of the local peer's traffic is single protocol, this is the protocol number. If the protocol type of the local peer's traffic is protocol range, this is the ending protocol number of the range.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

hpnicfIPsecTrafficLocalPort1V2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1.8
The first port number specification of the local peer's traffic. If the port type of the local peer's traffic is single port, this is the port number. If the port type of the local peer's traffic is port range, this is the beginning port number of the range.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfIPsecTrafficLocalPort2V2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1.9
The second port number specification of the local peer's traffic. If the port type of the local peer's traffic is single port, this is the port number. If the port type of the local peer's traffic is port range, this is the ending port number of the range.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfIPsecTrafficRemoteTypeV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1.10
The type of the remote peer's traffic. Possible values are: 1) A single IP address 2) An IP address range 3) An IP subnet
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfIPsecTrafficTypeV2  

hpnicfIPsecTrafficRemAddr1TypeV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1.11
The type of the first IP address specification for the remote peer's traffic.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

hpnicfIPsecTrafficRemAddr1V2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1.12
The first IP address specification of the remote peer's traffic. If the remote traffic type is single IP address, this is the IP address. If the remote traffic type is IP subnet, this is the subnet address. If the remote traffic type is IP address range, this is the beginning IP address of the range.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

hpnicfIPsecTrafficRemAddr2TypeV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1.13
The type of the second IP address specification for the remote peer's traffic.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

hpnicfIPsecTrafficRemAddr2V2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1.14
The second IP address specification of the remote peer's traffic. If the remote traffic type is single IP address, this is the IP address. If the remote traffic type is IP subnet, this is the subnet mask. If the remote traffic type is IP address range, this is the ending IP address of the range.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

hpnicfIPsecTrafficRemoPro1V2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1.15
The first protocol number specification of the remote peer's traffic. If the protocol type of the remote peer's traffic is single protocol, this is the protocol number. If the protocol type of the remote peer's traffic is protocol range, this is the beginning protocol number of the range.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

hpnicfIPsecTrafficRemoPro2V2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1.16
The second protocol number specification of the remote peer's traffic. If the protocol type of the remote peer's traffic is single protocol, this is the protocol number. If the protocol type of the remote peer's traffic is protocol range, this is the ending protocol number of the range.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

hpnicfIPsecTrafficRemPort1V2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1.17
The first port number specification of the remote peer's traffic. If the port type of the remote peer's traffic is single port, this is the port number. If the port type of the remote peer's traffic is port range, this is the beginning port number of the range.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfIPsecTrafficRemPort2V2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.5.1.18
The second port number specification of the remote peer's traffic. If the port type of the remote peer's traffic is single port, this is the port number. If the port type of the remote peer's traffic is port range, this is the ending port number of the range.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfIPsecGlobalStatsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6
OBJECT IDENTIFIER    

hpnicfIPsecGlobalActiveTunnelsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.1
The total number of currently active IPsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hpnicfIPsecGlobalActiveSasV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.2
The total number of currently active or expiring IPsec Phase-2 SA.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hpnicfIPsecGlobalInOctetsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.3
The total number of octets received by all current and previous IPsec Phase-2 Tunnels. This value is accumulated BEFORE determining whether or not the packet should be decompressed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecGlobalInDecompOctetsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.4
The total number of decompressed octets received by all current and previous IPsec Phase-2 Tunnels. This value is accumulated AFTER the packet is decompressed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecGlobalInPktsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.5
The total number of packets received by all current and previous IPsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecGlobalInDropsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.6
The total number of packets dropped during receiving process by all current and previous IPsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecGlobalInReplayDropsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.7
The total number of packets dropped during receiving process due to Anti-Replay process by all current and previous IPsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecGlobalInAuthFailsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.8
The total number of inbound authentication's which ended in failure by all current and previous IPsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecGlobalInDecryptFailsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.9
The total number of inbound decryption's which ended in failure by all current and previous IPsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecGlobalOutOctetsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.10
The total number of octets sent by all current and previous IPsec Phase-2 Tunnels. This value is accumulated AFTER determining whether or not the packet should be compressed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecGlobalOutUncompOctetsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.11
The total number of uncompressed octets sent by all current and previous IPsec Phase-2 Tunnels. This value is accumulated BEFORE the packet is compressed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecGlobalOutPktsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.12
The total number of packets sent by all current and previous IPsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecGlobalOutDropsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.13
The total number of packets dropped during sending process by all current and previous IPsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecGlobalOutEncryptFailsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.14
The total number of outbound encryption's which ended in failure by all current and previous IPsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecGlobalNoMemoryDropsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.15
The total number of packets dropped due to no enough memory by all current and previous IPsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecGlobalNoFindSaDropsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.16
The total number of packets dropped due to not find SA by all current and previous IPsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecGlobalQueueFullDropsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.17
The total number of packets dropped due to queue full by all current and previous IPsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecGlobalInvalidLenDropsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.18
The total number of packets dropped due to invalid packet length by all current and previous IPsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecGlobalTooLongDropsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.19
The total number of packets dropped due to too long packet by all current and previous IPsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecGlobalInvalidSaDropsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.6.20
The total number of packets dropped due to invalid SA by all current and previous IPsec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPsecTrapObjectV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.7
OBJECT IDENTIFIER    

hpnicfIPsecPolicyNameV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.7.1
The IPsec policy name with a trap.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

hpnicfIPsecPolicySeqNumV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.7.2
The IPsec policy sequence number with a trap.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

hpnicfIPsecPolicySizeV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.7.3
The number of IPsec policies with a trap.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

hpnicfIPsecTrapCntlV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.8
OBJECT IDENTIFIER    

hpnicfIPsecTrapGlobalCntlV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.8.1
Indicates whether all IPsec traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfIPsecTunnelStartTrapCntlV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.8.2
Indicates whether hpnicfIPsecTunnelStartV2 traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfIPsecTunnelStopTrapCntlV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.8.3
Indicates whether hpnicfIPsecTunnelStopV2 traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfIPsecNoSaTrapCntlV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.8.4
Indicates whether hpnicfIPsecNoSaFailureV2 traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfIPsecAuthFailureTrapCntlV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.8.5
Indicates whether hpnicfIPsecAuthFailFailureV2 traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfIPsecEncryFailureTrapCntlV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.8.6
Indicates whether hpnicfIPsecEncryFailFailureV2 traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfIPsecDecryFailureTrapCntlV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.8.7
Indicates whether hpnicfIPsecDecryFailFailureV2 traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfIPsecInvalidSaTrapCntlV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.8.8
Indicates whether hpnicfIPsecInvalidSaFailureV2 traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfIPsecPolicyAddTrapCntlV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.8.9
Indicates whether hpnicfIPsecPolicyAddV2 traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfIPsecPolicyDelTrapCntlV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.8.10
Indicates whether hpnicfIPsecPolicyDelV2 traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfIPsecPolicyAttachTrapCntlV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.8.11
Indicates whether hpnicfIPsecPolicyAttachV2 traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfIPsecPolicyDetachTrapCntlV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.8.12
Indicates whether hpnicfIPsecPolicyDetachV2 traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfIPsecTrapV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.9
OBJECT IDENTIFIER    

hpnicfIPsecNotificationsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.9.0
OBJECT IDENTIFIER    

hpnicfIPsecTunnelStartV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.9.0.1
This notification is generated when an IPsec Phase-2 Tunnel is created.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPsecTunnelStopV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.9.0.2
This notification is generated when an IPsec Phase-2 Tunnel is deleted.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPsecNoSaFailureV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.9.0.3
This notification is generated when an IPsec Phase-2 non-existent SA error occurs.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPsecAuthFailFailureV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.9.0.4
This notification is generated when the IPsec phase-2 authentication failure occurs.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPsecEncryFailFailureV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.9.0.5
This notification is generated when the IPsec phase-2 tunnel has an encrypting failure.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPsecDecryFailFailureV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.9.0.6
This notification is generated when the IPsec phase-2 tunnel has a decrypting failure.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPsecInvalidSaFailureV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.9.0.7
This notification is generated when the IPsec phase-2 invalid SA failure occurs.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPsecPolicyAddV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.9.0.8
This notification is generated when an IPsec policy is added.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPsecPolicyDelV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.9.0.9
This notification is generated when an IPsec policy is deleted.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPsecPolicyAttachV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.9.0.10
This notification is generated when an IPsec policy is attached with one interface.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPsecPolicyDetachV2 1.3.6.1.4.1.11.2.14.11.15.2.126.1.9.0.11
This notification is generated when an IPsec policy is detached with one interface.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPsecConformanceV2 1.3.6.1.4.1.11.2.14.11.15.2.126.2
OBJECT IDENTIFIER    

hpnicfIPsecCompliancesV2 1.3.6.1.4.1.11.2.14.11.15.2.126.2.1
OBJECT IDENTIFIER    

hpnicfIPsecGroupsV2 1.3.6.1.4.1.11.2.14.11.15.2.126.2.2
OBJECT IDENTIFIER    

hpnicfIPsecComplianceV2 1.3.6.1.4.1.11.2.14.11.15.2.126.2.1.1
Status: current Access: read-write
MODULE-COMPLIANCE    

hpnicfIPsecScalarObjectsGroupV2 1.3.6.1.4.1.11.2.14.11.15.2.126.2.2.1
The group contains all of scalar objects of the MIB.
Status: current Access: read-write
OBJECT-GROUP    

hpnicfIPsecTunnelTableGroupV2 1.3.6.1.4.1.11.2.14.11.15.2.126.2.2.2
The group contains the IPsec tunnel's property information.
Status: current Access: read-write
OBJECT-GROUP    

hpnicfIPsecTunnelStatGroupV2 1.3.6.1.4.1.11.2.14.11.15.2.126.2.2.3
The group contains the IPsec tunnel's statistic information.
Status: current Access: read-write
OBJECT-GROUP    

hpnicfIPsecSaGroupV2 1.3.6.1.4.1.11.2.14.11.15.2.126.2.2.4
The group contains the SA's property information.
Status: current Access: read-write
OBJECT-GROUP    

hpnicfIPsecTrafficTableGroupV2 1.3.6.1.4.1.11.2.14.11.15.2.126.2.2.5
The group contains the property information of the data flow protected by IPsec tunnel.
Status: current Access: read-write
OBJECT-GROUP    

hpnicfIPsecGlobalStatsGroupV2 1.3.6.1.4.1.11.2.14.11.15.2.126.2.2.6
The group contains all of the IPsec tunnel's statistic information.
Status: current Access: read-write
OBJECT-GROUP    

hpnicfIPsecTrapObjectGroupV2 1.3.6.1.4.1.11.2.14.11.15.2.126.2.2.7
The group contains all of trap objects of IPsec tunnels.
Status: current Access: read-write
OBJECT-GROUP    

hpnicfIPsecTrapCntlGroupV2 1.3.6.1.4.1.11.2.14.11.15.2.126.2.2.8
The group contains all of trap switches of IPsec tunnels.
Status: current Access: read-write
OBJECT-GROUP    

hpnicfIPsecTrapGroupV2 1.3.6.1.4.1.11.2.14.11.15.2.126.2.2.9
The group contains all of trap of IPsec tunnels.
Status: current Access: read-write
NOTIFICATION-GROUP