HPN-ICF-IPSEC-MONITOR-MIB

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

Imported modules

RFC1213-MIB SNMPv2-TC SNMPv2-SMI
SNMPv2-CONF HPN-ICF-OID-MIB

Imported symbols

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

Defined Types

HpnicfDiffHellmanGrp  
The Diffie Hellman Group used in the IKE and IPSec negotiations. invalidGroup(2147483647) is defined as invalid value.
TEXTUAL-CONVENTION    
  INTEGER none(0), modp768(1), modp1024(2), modp1536(5), modp2048(14), invalidGroup(2147483647)  

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

HpnicfEncryptAlgo  
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), invalidAlg(2147483647)  

HpnicfAuthAlgo  
The authentication algorithm used in the IKE negotiations. invalidAlg(2147483647) is defined as invalid value.
TEXTUAL-CONVENTION    
  INTEGER none(0), md5(1), sha(2), invalidAlg(2147483647)  

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

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

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

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

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

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

HpnicfIPSecTunnelEntry  
SEQUENCE    
  hpnicfIPSecTunIfIndex Integer32
  hpnicfIPSecTunEntryIndex Integer32
  hpnicfIPSecTunIndex Integer32
  hpnicfIPSecTunIKETunnelIndex Integer32
  hpnicfIPSecTunLocalAddr IpAddress
  hpnicfIPSecTunRemoteAddr IpAddress
  hpnicfIPSecTunKeyType HpnicfIPSecNegoType
  hpnicfIPSecTunEncapMode HpnicfEncapMode
  hpnicfIPSecTunInitiator INTEGER
  hpnicfIPSecTunLifeSize Gauge32
  hpnicfIPSecTunLifeTime Integer32
  hpnicfIPSecTunRemainTime Integer32
  hpnicfIPSecTunActiveTime Integer32
  hpnicfIPSecTunRemainSize Gauge32
  hpnicfIPSecTunTotalRefreshes Counter32
  hpnicfIPSecTunCurrentSaInstances Gauge32
  hpnicfIPSecTunInSaEncryptAlgo HpnicfEncryptAlgo
  hpnicfIPSecTunInSaAhAuthAlgo HpnicfAuthAlgo
  hpnicfIPSecTunInSaEspAuthAlgo HpnicfAuthAlgo
  hpnicfIPSecTunDiffHellmanGrp HpnicfDiffHellmanGrp
  hpnicfIPSecTunOutSaEncryptAlgo HpnicfEncryptAlgo
  hpnicfIPSecTunOutSaAhAuthAlgo HpnicfAuthAlgo
  hpnicfIPSecTunOutSaEspAuthAlgo HpnicfAuthAlgo
  hpnicfIPSecTunPolicyName DisplayString
  hpnicfIPSecTunPolicyNum Integer32
  hpnicfIPSecTunStatus INTEGER

HpnicfIPSecTunnelStatEntry  
SEQUENCE    
  hpnicfIPSecTunInOctets Counter64
  hpnicfIPSecTunInDecompOctets Counter64
  hpnicfIPSecTunInPkts Counter64
  hpnicfIPSecTunInDropPkts Counter64
  hpnicfIPSecTunInReplayDropPkts Counter32
  hpnicfIPSecTunInAuthFails Counter32
  hpnicfIPSecTunInDecryptFails Counter32
  hpnicfIPSecTunOutOctets Counter64
  hpnicfIPSecTunOutUncompOctets Counter64
  hpnicfIPSecTunOutPkts Counter64
  hpnicfIPSecTunOutDropPkts Counter64
  hpnicfIPSecTunOutEncryptFails Counter32
  hpnicfIPSecTunNoMemoryDropPkts Counter32
  hpnicfIPSecTunQueueFullDropPkts Counter32
  hpnicfIPSecTunInvalidLenDropPkts Counter32
  hpnicfIPSecTunTooLongDropPkts Counter32
  hpnicfIPSecTunInvalidSaDropPkts Counter32

HpnicfIPSecSaEntry  
SEQUENCE    
  hpnicfIPSecSaIndex Integer32
  hpnicfIPSecSaDirection INTEGER
  hpnicfIPSecSaValue Unsigned32
  hpnicfIPSecSaProtocol HpnicfSaProtocol
  hpnicfIPSecSaEncryptAlgo HpnicfEncryptAlgo
  hpnicfIPSecSaAuthAlgo HpnicfAuthAlgo
  hpnicfIPSecSaStatus INTEGER

HpnicfIPSecTrafficEntry  
SEQUENCE    
  hpnicfIPSecTrafficLocalType HpnicfTrafficType
  hpnicfIPSecTrafficLocalAddr1 IpAddress
  hpnicfIPSecTrafficLocalAddr2 IpAddress
  hpnicfIPSecTrafficLocalProtocol Integer32
  hpnicfIPSecTrafficLocalPort Integer32
  hpnicfIPSecTrafficRemoteType HpnicfTrafficType
  hpnicfIPSecTrafficRemoteAddr1 IpAddress
  hpnicfIPSecTrafficRemoteAddr2 IpAddress
  hpnicfIPSecTrafficRemoteProtocol Integer32
  hpnicfIPSecTrafficRemotePort Integer32

Defined Values

hpnicfIPSecMonitor 1.3.6.1.4.1.11.2.14.11.15.2.7
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    

hpnicfIPSecObjects 1.3.6.1.4.1.11.2.14.11.15.2.7.1
OBJECT IDENTIFIER    

hpnicfIPSecTunnelTable 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1
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  
    HpnicfIPSecTunnelEntry

hpnicfIPSecTunnelEntry 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1
Information about hpnicfIPSecTunnelTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIPSecTunnelEntry  

hpnicfIPSecTunIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.1
The interface index( the ifIndex of ifTable ).
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfIPSecTunEntryIndex 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.2
The index of IPSec policy applied in the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfIPSecTunIndex 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.3
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 2,147,483,647.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfIPSecTunIKETunnelIndex 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.4
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  

hpnicfIPSecTunLocalAddr 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.5
The IP address of the local peer for the IPSec Phase-2 Tunnel. 0.0.0.0 is defined as invalid value.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

hpnicfIPSecTunRemoteAddr 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.6
The IP address of the remote peer for the IPSec Phase-2 Tunnel. 0.0.0.0 is defined as invalid value.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

hpnicfIPSecTunKeyType 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.7
The key negotiate mode used by the IPSec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfIPSecNegoType  

hpnicfIPSecTunEncapMode 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.8
The encapsulation mode used by the IPSec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfEncapMode  

hpnicfIPSecTunInitiator 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.9
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)  

hpnicfIPSecTunLifeSize 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.10
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  

hpnicfIPSecTunLifeTime 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.11
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  

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

hpnicfIPSecTunActiveTime 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.13
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  

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

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

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

hpnicfIPSecTunInSaEncryptAlgo 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.17
The encryption algorithm used by the inbound security association of the IPSec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfEncryptAlgo  

hpnicfIPSecTunInSaAhAuthAlgo 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.18
The authentication algorithm used by the inbound authentication header (AH) security association of the IPSec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfAuthAlgo  

hpnicfIPSecTunInSaEspAuthAlgo 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.19
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    
  HpnicfAuthAlgo  

hpnicfIPSecTunDiffHellmanGrp 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.20
The Diffie Hellman Group used by the security association of the IPSec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfDiffHellmanGrp  

hpnicfIPSecTunOutSaEncryptAlgo 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.21
The encryption algorithm used by the outbound security association of the IPSec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfEncryptAlgo  

hpnicfIPSecTunOutSaAhAuthAlgo 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.22
The authentication algorithm used by the outbound authentication header (AH) security association of the IPSec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfAuthAlgo  

hpnicfIPSecTunOutSaEspAuthAlgo 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.23
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    
  HpnicfAuthAlgo  

hpnicfIPSecTunPolicyName 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.24
The policy name used by this IPSec tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

hpnicfIPSecTunPolicyNum 1.3.6.1.4.1.11.2.14.11.15.2.7.1.1.1.25
The sequence number of policy used by this IPSec tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

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

hpnicfIPSecTunnelStatTable 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2
The IPSec Phase-2 Tunnel Statistics Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIPSecTunnelStatEntry

hpnicfIPSecTunnelStatEntry 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2.1
Information about hpnicfIPSecTunnelStatTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIPSecTunnelStatEntry  

hpnicfIPSecTunInOctets 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2.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  

hpnicfIPSecTunInDecompOctets 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2.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  

hpnicfIPSecTunInPkts 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2.1.3
The total number of packets received by this IPSec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPSecTunInDropPkts 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2.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  

hpnicfIPSecTunInReplayDropPkts 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2.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    
  Counter32  

hpnicfIPSecTunInAuthFails 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2.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    
  Counter32  

hpnicfIPSecTunInDecryptFails 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2.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    
  Counter32  

hpnicfIPSecTunOutOctets 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2.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  

hpnicfIPSecTunOutUncompOctets 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2.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  

hpnicfIPSecTunOutPkts 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2.1.10
The total number of packets sent by this IPSec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIPSecTunOutDropPkts 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2.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  

hpnicfIPSecTunOutEncryptFails 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2.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    
  Counter32  

hpnicfIPSecTunNoMemoryDropPkts 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2.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    
  Counter32  

hpnicfIPSecTunQueueFullDropPkts 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2.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    
  Counter32  

hpnicfIPSecTunInvalidLenDropPkts 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2.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    
  Counter32  

hpnicfIPSecTunTooLongDropPkts 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2.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    
  Counter32  

hpnicfIPSecTunInvalidSaDropPkts 1.3.6.1.4.1.11.2.14.11.15.2.7.1.2.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    
  Counter32  

hpnicfIPSecSaTable 1.3.6.1.4.1.11.2.14.11.15.2.7.1.3
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  
    HpnicfIPSecSaEntry

hpnicfIPSecSaEntry 1.3.6.1.4.1.11.2.14.11.15.2.7.1.3.1
Information about hpnicfIPSecSaTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIPSecSaEntry  

hpnicfIPSecSaIndex 1.3.6.1.4.1.11.2.14.11.15.2.7.1.3.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: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

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

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

hpnicfIPSecSaProtocol 1.3.6.1.4.1.11.2.14.11.15.2.7.1.3.1.4
The security protocol of the SA.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfSaProtocol  

hpnicfIPSecSaEncryptAlgo 1.3.6.1.4.1.11.2.14.11.15.2.7.1.3.1.5
The encryption algorithm used by the security association of the IPSec Phase-2 Tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfEncryptAlgo  

hpnicfIPSecSaAuthAlgo 1.3.6.1.4.1.11.2.14.11.15.2.7.1.3.1.6
The authentication algorithm used by the SA.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfAuthAlgo  

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

hpnicfIPSecTrafficTable 1.3.6.1.4.1.11.2.14.11.15.2.7.1.4
The IPSec Phase-2 Tunnel Traffic Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIPSecTrafficEntry

hpnicfIPSecTrafficEntry 1.3.6.1.4.1.11.2.14.11.15.2.7.1.4.1
Information about hpnicfIPSecTrafficTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIPSecTrafficEntry  

hpnicfIPSecTrafficLocalType 1.3.6.1.4.1.11.2.14.11.15.2.7.1.4.1.1
The type of local peer. Possible values are: a single IP address, or an IP address range, or an IP subnet.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfTrafficType  

hpnicfIPSecTrafficLocalAddr1 1.3.6.1.4.1.11.2.14.11.15.2.7.1.4.1.2
The first specification of local peer's IP address. If the local peer type is single IP address, then this is the value of the IP address. If the local peer type is IP subnet, then this is the value of the subnet. If the local peer type is IP address range, then this is the value of beginning IP address of the range.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

hpnicfIPSecTrafficLocalAddr2 1.3.6.1.4.1.11.2.14.11.15.2.7.1.4.1.3
The second specification of local peer's IP address. If the local peer type is single IP address, then this is the value of the IP address. If the local peer type is IP subnet, then this is the value of the subnet mask. If the local peer type is IP address range, then this is the value of ending IP address of the range.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

hpnicfIPSecTrafficLocalProtocol 1.3.6.1.4.1.11.2.14.11.15.2.7.1.4.1.4
The protocol number of the local peer's traffic.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

hpnicfIPSecTrafficLocalPort 1.3.6.1.4.1.11.2.14.11.15.2.7.1.4.1.5
The port number of the local peer's traffic.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfIPSecTrafficRemoteType 1.3.6.1.4.1.11.2.14.11.15.2.7.1.4.1.6
The type of remote peer. Possible values are: a single IP address, or an IP address range, or an IP subnet.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfTrafficType  

hpnicfIPSecTrafficRemoteAddr1 1.3.6.1.4.1.11.2.14.11.15.2.7.1.4.1.7
The first specification of remote peer's IP address. If the remote peer type is single IP address, then this is the value of the IP address. If the remote peer type is IP subnet, then this is the value of the subnet. If the remote peer type is IP address range, then this is the value of beginning IP address of the range.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

hpnicfIPSecTrafficRemoteAddr2 1.3.6.1.4.1.11.2.14.11.15.2.7.1.4.1.8
Single IP address, then this is the value of the IP address. If the remote peer type is IP subnet, then this is the value of the subnet mask. If the remote peer type is IP address range, then this is the value of ending IP address of the range.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

hpnicfIPSecTrafficRemoteProtocol 1.3.6.1.4.1.11.2.14.11.15.2.7.1.4.1.9
The protocol number of the remote peer's traffic.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

hpnicfIPSecTrafficRemotePort 1.3.6.1.4.1.11.2.14.11.15.2.7.1.4.1.10
The port number of the remote peer's traffic.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfIPSecGlobalStats 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5
OBJECT IDENTIFIER    

hpnicfIPSecGlobalActiveTunnels 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5.1
The total number of currently active IPSec Phase-2 Tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hpnicfIPSecGlobalActiveSas 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5.2
The total number of currently active or expiring IPSec Phase-2 SA.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

hpnicfIPSecGlobalInOctets 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5.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  

hpnicfIPSecGlobalInDecompOctets 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5.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  

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

hpnicfIPSecGlobalInDrops 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5.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  

hpnicfIPSecGlobalInReplayDrops 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5.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    
  Counter32  

hpnicfIPSecGlobalInAuthFails 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5.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    
  Counter32  

hpnicfIPSecGlobalInDecryptFails 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5.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    
  Counter32  

hpnicfIPSecGlobalOutOctets 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5.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  

hpnicfIPSecGlobalOutUncompOctets 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5.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  

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

hpnicfIPSecGlobalOutDrops 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5.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  

hpnicfIPSecGlobalOutEncryptFails 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5.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    
  Counter32  

hpnicfIPSecGlobalNoMemoryDropPkts 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5.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    
  Counter32  

hpnicfIPSecGlobalNoFindSaDropPkts 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5.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    
  Counter32  

hpnicfIPSecGlobalQueueFullDropPkts 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5.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    
  Counter32  

hpnicfIPSecGlobalInvalidLenDropPkts 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5.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    
  Counter32  

hpnicfIPSecGlobalTooLongDropPkts 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5.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    
  Counter32  

hpnicfIPSecGlobalInvalidSaDropPkts 1.3.6.1.4.1.11.2.14.11.15.2.7.1.5.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    
  Counter32  

hpnicfIPSecTrapObject 1.3.6.1.4.1.11.2.14.11.15.2.7.1.6
OBJECT IDENTIFIER    

hpnicfIPSecPolicyName 1.3.6.1.4.1.11.2.14.11.15.2.7.1.6.1
The IPSec policy name with a trap.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

hpnicfIPSecPolicySeqNum 1.3.6.1.4.1.11.2.14.11.15.2.7.1.6.2
The IPSec policy sequence number with a trap.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

hpnicfIPSecPolicySize 1.3.6.1.4.1.11.2.14.11.15.2.7.1.6.3
The number of IPSec policies with a trap.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

hpnicfIPSecSpiValue 1.3.6.1.4.1.11.2.14.11.15.2.7.1.6.4
The SPI value associated with a trap.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

hpnicfIPSecTrapCntl 1.3.6.1.4.1.11.2.14.11.15.2.7.1.7
OBJECT IDENTIFIER    

hpnicfIPSecTrapGlobalCntl 1.3.6.1.4.1.11.2.14.11.15.2.7.1.7.1
Indicates whether all IPSec traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  HpnicfTrapStatus  

hpnicfIPSecTunnelStartTrapCntl 1.3.6.1.4.1.11.2.14.11.15.2.7.1.7.2
Indicates whether hpnicfIPSecTunnelStart traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  HpnicfTrapStatus  

hpnicfIPSecTunnelStopTrapCntl 1.3.6.1.4.1.11.2.14.11.15.2.7.1.7.3
Indicates whether hpnicfIPSecTunnelStop traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  HpnicfTrapStatus  

hpnicfIPSecNoSaTrapCntl 1.3.6.1.4.1.11.2.14.11.15.2.7.1.7.4
Indicates whether hpnicfIPSecNoSaFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  HpnicfTrapStatus  

hpnicfIPSecAuthFailureTrapCntl 1.3.6.1.4.1.11.2.14.11.15.2.7.1.7.5
Indicates whether hpnicfIPSecAuthFailFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  HpnicfTrapStatus  

hpnicfIPSecEncryFailureTrapCntl 1.3.6.1.4.1.11.2.14.11.15.2.7.1.7.6
Indicates whether hpnicfIPSecEncryFailFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  HpnicfTrapStatus  

hpnicfIPSecDecryFailureTrapCntl 1.3.6.1.4.1.11.2.14.11.15.2.7.1.7.7
Indicates whether hpnicfIPSecDecryFailFailure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  HpnicfTrapStatus  

hpnicfIPSecInvalidSaTrapCntl 1.3.6.1.4.1.11.2.14.11.15.2.7.1.7.8
Indicates whether hpnicfIPSec Invalid Sa Failure traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  HpnicfTrapStatus  

hpnicfIPSecPolicyAddTrapCntl 1.3.6.1.4.1.11.2.14.11.15.2.7.1.7.9
Indicates whether hpnicfIPSecPolicyAdd traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  HpnicfTrapStatus  

hpnicfIPSecPolicyDelTrapCntl 1.3.6.1.4.1.11.2.14.11.15.2.7.1.7.10
Indicates whether hpnicfIPSecPolicyDel traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  HpnicfTrapStatus  

hpnicfIPSecPolicyAttachTrapCntl 1.3.6.1.4.1.11.2.14.11.15.2.7.1.7.11
Indicates whether hpnicfIPSecPolicyAttach traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  HpnicfTrapStatus  

hpnicfIPSecPolicyDetachTrapCntl 1.3.6.1.4.1.11.2.14.11.15.2.7.1.7.12
Indicates whether hpnicfIPSecPolicyDetach traps should be generated.
Status: current Access: read-write
OBJECT-TYPE    
  HpnicfTrapStatus  

hpnicfIPSecTrap 1.3.6.1.4.1.11.2.14.11.15.2.7.1.8
OBJECT IDENTIFIER    

hpnicfIPSecNotifications 1.3.6.1.4.1.11.2.14.11.15.2.7.1.8.1
OBJECT IDENTIFIER    

hpnicfIPSecTunnelStart 1.3.6.1.4.1.11.2.14.11.15.2.7.1.8.1.1
This notification is generated when an IPSec Phase-2 Tunnel is created.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPSecTunnelStop 1.3.6.1.4.1.11.2.14.11.15.2.7.1.8.1.2
This notification is generated when an IPSec Phase-2 Tunnel is deleted.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPSecNoSaFailure 1.3.6.1.4.1.11.2.14.11.15.2.7.1.8.1.3
This notification is generated when an IPSec Phase-2 non-existent SA error occurs.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPSecAuthFailFailure 1.3.6.1.4.1.11.2.14.11.15.2.7.1.8.1.4
This notification is generated when the IPSec phase-2 authentication failure occurs.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPSecEncryFailFailure 1.3.6.1.4.1.11.2.14.11.15.2.7.1.8.1.5
This notification is generated when the IPSec phase-2 tunnel has an encrypting failure.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPSecDecryFailFailure 1.3.6.1.4.1.11.2.14.11.15.2.7.1.8.1.6
This notification is generated when the IPSec phase-2 tunnel has a decrypting failure.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPSecInvalidSaFailure 1.3.6.1.4.1.11.2.14.11.15.2.7.1.8.1.7
This notification is generated when the IPSec phase-2 invalid SA failure occurs.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPSecPolicyAdd 1.3.6.1.4.1.11.2.14.11.15.2.7.1.8.1.8
This notification is generated when an IPSec policy is added.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPSecPolicyDel 1.3.6.1.4.1.11.2.14.11.15.2.7.1.8.1.9
This notification is generated when an IPSec policy is deleted.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPSecPolicyAttach 1.3.6.1.4.1.11.2.14.11.15.2.7.1.8.1.10
This notification is generated when an IPSec policy is attached with one interface.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPSecPolicyDetach 1.3.6.1.4.1.11.2.14.11.15.2.7.1.8.1.11
This notification is generated when an IPSec policy is detached with one interface.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpnicfIPSecConformance 1.3.6.1.4.1.11.2.14.11.15.2.7.2
OBJECT IDENTIFIER    

hpnicfIPSecCompliances 1.3.6.1.4.1.11.2.14.11.15.2.7.2.1
OBJECT IDENTIFIER    

hpnicfIPSecGroups 1.3.6.1.4.1.11.2.14.11.15.2.7.2.2
OBJECT IDENTIFIER    

hpnicfIPSecCompliance 1.3.6.1.4.1.11.2.14.11.15.2.7.2.1.1
Status: current Access: read-write
MODULE-COMPLIANCE    

hpnicfIPSecTunnelTableGroup 1.3.6.1.4.1.11.2.14.11.15.2.7.2.2.1
The group contains the IPSec tunnel's property information.
Status: current Access: read-write
OBJECT-GROUP    

hpnicfIPSecTunnelStatGroup 1.3.6.1.4.1.11.2.14.11.15.2.7.2.2.2
The group contains the IPSec tunnel's statistic information.
Status: current Access: read-write
OBJECT-GROUP    

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

hpnicfIPSecTrafficTableGroup 1.3.6.1.4.1.11.2.14.11.15.2.7.2.2.4
The group contains the property information of the data flow protected by IPSec tunnel.
Status: current Access: read-write
OBJECT-GROUP    

hpnicfIPSecGlobalStatsGroup 1.3.6.1.4.1.11.2.14.11.15.2.7.2.2.5
The group contains all of the IPSec tunnel's statistic information.
Status: current Access: read-write
OBJECT-GROUP    

hpnicfIPSecTrapObjectGroup 1.3.6.1.4.1.11.2.14.11.15.2.7.2.2.6
The group contains all of trap objects of IPSec tunnels.
Status: current Access: read-write
OBJECT-GROUP    

hpnicfIPSecTrapCntlGroup 1.3.6.1.4.1.11.2.14.11.15.2.7.2.2.7
The group contains all of trap switches of IPSec tunnels.
Status: current Access: read-write
OBJECT-GROUP    

hpnicfIPSecTrapGroup 1.3.6.1.4.1.11.2.14.11.15.2.7.2.2.8
The group contains all of trap of IPSec tunnels.
Status: current Access: read-write
NOTIFICATION-GROUP