ibm-ipsec

ibm-ipsec Download

MIBs list

This module defines a portion of the Management Information Base (MIB) for managing IP Security Protocol.

IPHost Network Monitor offer an easy way of SNMP monitoring your IBM network devices.

OID list for ibm-ipsec

ipSecMibLevel
The level of the IBM IPSec MIB.
ikeTunnelTable
The objects defined in this table are used to for the management of IKE (Phase-1) Tunnel. There is one entry in this table for each Phase-1 Tunnel.
ikeTunnelEntry
Each entry contains attributes associated with a Phase-1 IKE tunnel.
ikeTunnelIndex
The index of the Phase-1 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 65535.
ikeTunnelId
The internal ID of the Phase-1 Tunnel.
ikeTunnelLocalAddr
The local IP Address the Phase-1 Tunnel.
ikeTunnelLocalName
The local name of the Phase-1 Tunnel.
ikeTunnelRemoteAddr
The local IP Address the Phase-1 Tunnel.
ikeTunnelRemoteName
The remote name of the Phase-1 Tunnel.
ikeTunnelNegoMode
The negotiation mode of the Phase-1 Tunnel.
ikeTunnelLifetime
The lifetime of the Phase-1 Tunnel in seconds.
ikeTunnelActiveTime
The length of time the tunnel has been active in hundredths of seconds.
ikeTunnelSaRefreshThreshold
The security association refresh threshold percentage of the Phase-1 Tunnel.
ikeTunnelTotalRefreshes
The total number of security associations refreshes completed.
ikeTunnelInOctets
The total number of octets received by this Phase-1 Tunnel.
ikeTunnelInPkts
The total number of packets received by this Phase-1 Tunnel.
ikeTunnelInDropPkts
The total number of packets dropped by this Phase-1 Tunnel during receive processing.
ikeTunnelInNotifys
The total number of notifications received by this Phase-1 Tunnel.
ikeTunnelInP2Proposals
The total number of proposals received by this Phase-1 Tunnel.
ikeTunnelInP2ProposalInvalids
The total number of proposals received by this Phase-1 Tunnel which were invalid.
ikeTunnelInP2ProposalRejects
The total number of proposals received by this Phase-1 Tunnel which were rejected.
ikeTunnelInSaDeleteRequests
The total number of security association deleted requests received by this Phase-1 Tunnel.
ikeTunnelOutOctets
The total number of octets sent by this Phase-1 Tunnel.
ikeTunnelOutPkts
The total number of packets sent by this Phase-1 Tunnel.
ikeTunnelOutDropPkts
The total number of packets dropped by this Phase-1 Tunnel during send processing.
ikeTunnelOutNotifys
The total number of notifications sent by this Phase-1 Tunnel.
ikeTunnelOutP2Proposals
The total number of Phase-2 Proposals sent by this Phase-1 Tunnel.
ikeTunnelOutP2ProposalRejects
The total number of Phase-2 Proposals sent by this Phase-1 Tunnel which were rejected.
ikeTunnelOutSaDeleteRequests
The total number of security association deleted requests sent by this Phase-1 Tunnel.
ikeTunnelStatus
The status of the MIB table row. This object can be used to bring the tunnel down by setting value of this object to destroy(2). This object cannot be used to create a MIB table row.
ipSecGlobalActiveTunnels
The total number of currently active IPSec Phase-2 Tunnels.
ipSecGlobalPreviousTunnels
The total number of previously active IPSec Phase-2 Tunnels.
ipSecGlobalInOctets
The total number of octets received by all current and previous IPSec Phase-2 Tunnels. See also ipSecGlobalInOctWraps for the number of times this counter has wrapped.
ipSecGlobalInPkts
The total number of packets received by all current and previous IPSec Phase-2 Tunnels.
ipSecGlobalInDrops
The total number of packets dropped during receive processing by all current and previous IPSec Phase-2 Tunnels.
ipSecGlobalInAuths
The total number of inbound authentication's performed by all current and previous IPSec Phase-2 Tunnels.
ipSecGlobalInAuthFails
The total number of inbound authentication's which ended in failure by all current and previous IPSec Phase-2 Tunnels.
ipSecGlobalInDecrypts
The total number of inbound decryption's performed by all current and previous IPSec Phase-2 Tunnels.
ipSecGlobalInDecryptFails
The total number of inbound decryption's which ended in failure by all current and previous IPSec Phase-2 Tunnels.
ipSecGlobalOutOctets
The total number of octets sent by all current and previous IPSec Phase-2 Tunnels. See also ipSecGlobalOutOctWraps for the number of times this counter has wrapped.
ipSecGlobalOutPkts
The total number of packets sent by all current and previous IPSec Phase-2 Tunnels.
ipSecGlobalOutDrops
The total number of packets dropped during send processing by all current and previous IPSec Phase-2 Tunnels.
ipSecGlobalOutAuths
The total number of outbound authentication's performed by all current and previous IPSec Phase-2 Tunnels.
ipSecGlobalOutAuthFails
The total number of outbound authentication's which ended in failure by all current and previous IPSec Phase-2 Tunnels.
ipSecGlobalOutEncrypts
The total number of outbound encryption's performed by all current and previous IPSec Phase-2 Tunnels.
ipSecGlobalOutEncryptFails
The total number of outbound encryption's which ended in failure by all current and previous IPSec Phase-2 Tunnels.
ipSecGlobalInOctWraps
The number of times the total number of octets received counter (ipSecGlobalInOctets) has wrapped.
ipSecGlobalOutOctWraps
The number of times the total number of octets sent counter (ipSecGlobalOutOctets) has wrapped.
ipSecTunnelTable
The IPSec Phase-2 Tunnel table.
ipSecTunnelEntry
An IPSec Phase-2 Tunnel entry.
ipSecTunnelIndex
The index of the 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 65535.
ipSecTunnelId
The internal ID of the Phase-2 Tunnel.
ipSecTunnelIkeTunnelIndex
The index of the related IKE Phase-1 Tunnel. (ikeTunnelIndex)
ipSecTunnelLocalAddr
The local IP address of the Phase-2 Tunnel.
ipSecTunnelRemoteAddr
The remote IP address of the Phase-2 Tunnel.
ipSecTunnelKeyType
The type of key used by the Phase-2 Tunnel.
ipSecTunnelEncapMode
The encapsulation mode used by the Phase-2 Tunnel.
ipSecTunnelLifetime
The defined lifetime of the tunnel in hundredths of seconds.
ipSecTunnelActiveTime
The length of time the tunnel has been active in hundredths of seconds.
ipSecTunnelSaRefreshThreshold
The security association refresh threshold percentage of the tunnel.
ipSecTunnelTotalRefreshes
The number of security association refreshes performed.
ipSecTunnelExpiredSaInstances
The number of security association which have expired.
ipSecTunnelCurrentSaInstances
The number of security associations which are currently active or expiring.
ipSecTunnelInSaEncrypt
The encryption used by the inbound security association.
ipSecTunnelInSaAuthAlgo
The authentication algorithm used by the inbound security association.
ipSecTunnelOutSaEncrypt
The encryption used by the outbound security association.
ipSecTunnelOutSaAuthAlgo
The authentication algorithm used by the outbound security association.
ipSecTunnelInOctets
The number of octets received. This value is accumulated BEFORE determining whether or not the packet should be decompressed. See also ipSecTunnelInOctWraps for the number of times this counter has wrapped.
ipSecTunnelInDecompOctets
The number of decompressed octets received. This value is accumulated AFTER the packet is decompressed. If compression is not being used, this value will match the value of ipSecTunnelInOctets. See also ipSecTunnelInDecompOctWraps for the number of tim ...
ipSecTunnelInPkts
The number of packets received.
ipSecTunnelInDropPkts
The number of packets dropped during received processing.
ipSecTunnelInAuths
The total number of inbound authentication's performed.
ipSecTunnelInAuthFails
The number of inbound authentication's which failed.
ipSecTunnelInDecrypts
The total number of inbound decryption's performed.
ipSecTunnelInDecryptFails
The number of inbound decryption's which failed.
ipSecTunnelOutOctets
The number of octets sent. This value is accumulated AFTER determining whether or not the packet should be compressed. See also ipSecTunnelOutOctWraps for the number of times this counter has wrapped.
ipSecTunnelOutUncompOctets
The number of uncompressed octets sent. This value is accumulated BEFORE the packet is compress. If compression is not being used, this value will match the value of ipSecTunnelOutOctets. See also ipSecTunnelOutUncompOctWraps for the number of times thi ...
ipSecTunnelOutPkts
The number of packets sent.
ipSecTunnelOutDropPkts
The number of packets dropped during send processing.
ipSecTunnelOutAuths
The total number of outbound authentication's performed.
ipSecTunnelOutAuthFails
The number of outbound authentication's which failed.
ipSecTunnelOutEncrypts
The total number of outbound encryption's performed.
ipSecTunnelOutEncryptFails
The number of outbound encryption's which failed.
ipSecTunnelStatus
The status of the MIB table row. This object can be used to: 1) allow user-data traffic flow through this tunnel by setting this the value of this object to active (1). 2 bring the tunnel down by setting the value of this object to destroy(2). 3) stop a ...
ipSecTunnelInOctWraps
The number of times the octets received counter (ipSecTunnelInOctets) has wrapped.
ipSecTunnelInDecompOctWraps
The number of times the decompressed octets received counter (ipSecTunnelInDecompOctets) has wrapped.
ipSecTunnelOutOctWraps
The number of times the octets sent counter (ipSecTunnelOutOctets) has wrapped.
ipSecTunnelOutUncompOctWraps
The number of times the uncompressed octets sent counter (ipSecTunnelOutUncompOctets) has wrapped.
ipSecClientTable
The IPSec Phase-2 Tunnel Client table.
ipSecClientEntry
An IPSec Phase-2 Tunnel Client entry.
ipSecClientIndex
The number of the Client associated with the Phase-2 Tunnel table. The value of this number begins at one and is incremented with each Client associated with a Phase-2 Tunnel. For example, each Phase-2 Tunnel may have Client Indices of 1 through 65,535. T ...
ipSecClientLocalName
The local name of the Client.
ipSecClientLocalType
The local entry type. Possible values are: 1) The local IP Address Range is being used, or 2) The local IP Subnet Mask is being used.
ipSecClientLocalProtocol
The local protocol number for this Client.
ipSecClientLocalSubnetMask
The local subnet mask of the Client.
ipSecClientLocalHiAddr
The local high IP Address of the Client.
ipSecClientLocalLoAddr
The local low IP Address of the Client.
ipSecClientLocalPort
The local port of the Client.
ipSecClientRemoteName
The remote name of the Client.
ipSecClientRemoteType
The remote entry type. Possible values are: 1) The remote IP Address Range is being used, or 2) The remote IP Subnet Mask is being used.
ipSecClientRemoteProtocol
The remote protocol number for this Client.
ipSecClientRemoteSubnetMask
The remote subnet mask of the Client.
ipSecClientRemoteHiAddr
The remote high IP Address of the Client.
ipSecClientRemoteLoAddr
The remote low IP Address of the Client.
ipSecClientRemotePort
The remote port of the Client.
ipSecSpiTable
The IPSec Phase-2 Security Protection Index table.
ipSecSpiEntry
An IPSec Phase-2 Security Protection Index entry.
ipSecSpiIndex
The number of the SPI associated with the Phase-2 Tunnel table. The value of this number begins at one and is incremented with each SPI associated with a Phase-2 Tunnel. For example, each Phase-2 Tunnel may have Client Indices of 1 through 65,535. The va ...
ipSecSpiDirection
The direction of the SPI.
ipSecSpiValue
The value of the SPI.
ipSecSpiProtocol
The protocol of the SPI.
ipSecSpiStatus
The status of the SPI.
ipSecTunnelHistTable
The IPSec Phase-2 Tunnel History table.
ipSecTunnelHistEntry
An IPSec Phase-2 Tunnel History entry.
ipSecTunnelHistIndex
The index of the IPSec Phase-2 Tunnel History table. The value of the index is a number which begins at one and is incremented with each tunnel that ends. The value of this object will wrap at 65535.
ipSecTunnelHistId
The internal ID of the Phase-2 Tunnel.
ipSecTunnelHistLocalAddr
The local IP address of the Phase-2 Tunnel.
ipSecTunnelHistRemoteAddr
The remote IP address of the Phase-2 Tunnel.
ipSecTunnelHistActiveTime
The length of time the tunnel was active in hundredths of seconds.
ipSecTunnelHistTotalRefreshes
The number of security association refreshes performed.
ipSecTunnelHistTotalSas
The number of security associations which were active or or had expired during the life of the tunnel.
ipSecTunnelHistInOctets
The number of octets received. This value is accumulated BEFORE determining whether or not the packet should be decompressed. See also ipSecTunnelHistInOctWraps for the number of times this counter has wrapped.
ipSecTunnelHistInDecompOctets
The number of decompressed octets received. This value is accumulated AFTER the packet is decompressed. If compression is not being used, this value will match the value of ipSecTunnelHistInOctets. See also ipSecTunnelHistInDecompOctWraps for the numbe ...
ipSecTunnelHistInPkts
The number of packets received.
ipSecTunnelHistInDropPkts
The number of packets dropped during received processing.
ipSecTunnelHistInAuths
The total number of inbound authentication's performed.
ipSecTunnelHistInAuthFails
The number of inbound authentication's which failed.
ipSecTunnelHistInDecrypts
The total number of inbound decryption's performed.
ipSecTunnelHistInDecryptFails
The number of inbound decryption's which failed.
ipSecTunnelHistOutOctets
The number of octets sent. This value is accumulated AFTER determining whether or not the packet should be compressed. See also ipSecTunnelHistOutOctWraps for the number of times this counter has wrapped.
ipSecTunnelHistOutUncompOctets
The number of uncompressed octets sent. This value is accumulated BEFORE the packet is compress. If compression is not being used, this value will match the value of ipSecTunnelHistOutOctets. See also ipSecTunnelHistOutUncompOctWraps for the number of t ...
ipSecTunnelHistOutPkts
The number of packets sent.
ipSecTunnelHistOutDropPkts
The number of packets dropped during send processing.
ipSecTunnelHistOutAuths
The total number of outbound authentication's performed.
ipSecTunnelHistOutAuthFails
The number of outbound authentication's which failed.
ipSecTunnelHistOutEncrypts
The total number of outbound encryption's performed.
ipSecTunnelHistOutEncryptFails
The number of outbound encryption's which failed.
ipSecTunnelHistInOctWraps
The number of times the octets received counter (ipSecTunnelHistInOctets) has wrapped.
ipSecTunnelHistInDecompOctWraps
The number of times the decompressed octets received counter (ipSecTunnelHistInDecompOctets) has wrapped.
ipSecTunnelHistOutOctWraps
The number times the octets sent counter (ipSecTunnelHistOutOctets) has wrapped.
ipSecTunnelHistOutUncompOctWraps
The number times the uncompressed octets sent counter (ipSecTunnelHistOutUncompOctets) has wrapped.
ipSecFailTable
The IPSec Phase-2 Failure table.
ipSecFailEntry
An IPSec Phase-2 Failure entry.
ipSecFailIndex
The index of the IPSec Phase-2 Failure table. The value of the index is a number which begins at one and is incremented with each failure that occurs. The value of this object will wrap at 65535.
ipSecFailReason
The reason for the failure.
ipSecFailTime
The time of the failure in hundredths of seconds.
ipSecFailTunnelIndex
The Phase-2 Tunnel index (ipSecTunnelIndex).
ipSecFailTunnelId
The internal ID of the Phase-2 Tunnel.
ipSecFailSaSpi
The security association SPI value.
ipSecFailPktSrcAddr
The packet's source IP address.
ipSecFailPktDstAddr
The packet's destination IP address.
ipSecTrapCntlIkeTunnelStart
This object defines the administrative state of sending the IPSec IKE Phase-1 Tunnel Start TRAP
ipSecTrapCntlIkeTunnelStop
This object defines the administrative state of sending the IPSec IKE Phase-1 Tunnel Stop TRAP
ipSecTrapCntlP2TunnelStart
This object defines the administrative state of sending the IPSec Phase-2 Tunnel Start TRAP
ipSecTrapCntlP2TunnelStop
This object defines the administrative state of sending the IPSec Phase-2 Tunnel Stop TRAP
ipSecTrapCntlAuthFail
This object defines the administrative state of sending the IPSec Authentication Failure TRAP
ipSecTrapCntlDecryptFail
This object defines the administrative state of sending the IPSec Decryption Failure TRAP

Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring network devices right now.

MIBs list