TIMETRA-IPSEC-MIB

File: TIMETRA-IPSEC-MIB.mib (175455 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB INET-ADDRESS-MIB TIMETRA-TC-MIB
TIMETRA-GLOBAL-MIB TIMETRA-SERV-MIB TIMETRA-SAP-MIB
TIMETRA-CHASSIS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter64 Counter32 Gauge32
Integer32 NOTIFICATION-TYPE MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP TEXTUAL-CONVENTION
RowStatus TimeStamp TruthValue
StorageType DisplayString InterfaceIndex
InetAddressType InetAddress InetAddressPrefixLength
TItemDescription TNamedItem TNamedItemOrEmpty
TmnxAdminState TmnxOperState TmnxServId
TmnxIPsecTunnelTemplateId TmnxIPsecTunnelTemplateIdOrZero TmnxIkePolicyAuthMethod
TTcpUdpPort TmnxBfdSessOperState TmnxIkePolicyOwnAuthMethod
timetraSRMIBModules tmnxSRObjs tmnxSRNotifyPrefix
tmnxSRConfs svcId sapPortId
sapEncapValue tmnxChassisIndex tmnxCardSlotNum
tmnxMDASlotNum TmnxHwIndexOrZero

Defined Types

TmnxIPsecTransformId  
A number used to identify an entry in the tmnxIPsecTransformTable.
TEXTUAL-CONVENTION    
  Unsigned32 1..2048  

TmnxIPsecTransformIdOrZero  
A number used to identify an entry in the tmnxIPsecTransformTable or zero.
TEXTUAL-CONVENTION    
  Unsigned32 0..2048  

TmnxAuthAlgorithm  
TmnxAuthAlgorithm data type is an enumerated integer that describes the values used to identify the hashing algorithm. Value Descriptions: null - Choosing this value configures the high-speed null algorithm, which does nothing. This is same as not having authentication turned on, same as turning the protocol off. md5 - Choosing this value configures the use of hmac-md5 algorithm for authentication. sha1 - Choosing this valule configures the use of hmac-sha1 algorithm for authentication. sha256 - Choosing this valule configures the use of hmac-sha256 algorithm for authentication. sha384 - Choosing this valule configures the use of hmac-sha384 algorithm for authentication. sha512 - Choosing this valule configures the use of hmac-sha512 algorithm for authentication.
TEXTUAL-CONVENTION    
  INTEGER null(1), md5(2), sha1(3), sha256(4), sha384(5), sha512(6)  

TmnxEncrAlgorithm  
TmnxEncrAlgorithm data type is an enumerated integer that describes the values used to identify the encryption algorithm. Value Descriptions: null - Choosing this value configures the high-speed null algorithm, which does nothing. This is same as not having encryption turned on. des - Choosing this value configures the 56-bit des algorithm for encryption. This is an older algorithm with relatively weak security. While better than nothing, it should only be used where a strong algorithm is not available on both ends at an acceptable performance level. des3 - Choosing this value configures the 3-des algorithm for encryption. This is a modified application of the des algorithm which uses multiple des operations to make things more secure. aes128 - Choosing this value configures the aes algorithm with a block size of 128 bits. This is a mandatory implementation size for aes. As of today, this is a very strong algorithm choice. aes192 - Choosing this value configures the aes algorithm with a block size of 192 bits. This is a stronger version of aes. aes256 - Choosing this value configures the aes algorithm with a block size of 256 bits. This is the strongest available version of aes.
TEXTUAL-CONVENTION    
  INTEGER null(1), des(2), des3(3), aes128(4), aes192(5), aes256(6)  

TmnxIkePolicyId  
A number used to identify an entry in the tmnxIkePolicyTable.
TEXTUAL-CONVENTION    
  Unsigned32 1..2048  

TmnxIkePolicyIdOrZero  
A number used to identify an entry in the tmnxIkePolicyTable or zero.
TEXTUAL-CONVENTION    
  Unsigned32 0..2048  

TmnxIkeVersion  
TmnxIkeVersion data type is an integer that indicates the version of IKE supported by the entry.
TEXTUAL-CONVENTION    
  INTEGER version1(1), version2(2)  

TmnxIkePolicyIkeMode  
TmnxIkePolicyIkeMode data type is an enumerated integer that describes the values used to identify the IKE mode of operation. This determines the number of messages used to establish the session.
TEXTUAL-CONVENTION    
  INTEGER main(1), aggressive(2)  

TmnxIkePolicyDHGroup  
TmnxIkePolicyDHGroup data type is an enumerated integer that describes the values used to identify the diffie-hellman group for calculating the session keys. Value Descriptions: group1 - 768 bits group2 - 1024 bits group5 - 1536 bits group14 - 2048 bits group15 - 3072 bits More bits provide a higher level of security, but require more processing.
TEXTUAL-CONVENTION    
  INTEGER group1(1), group2(2), group5(5), group14(14), group15(15)  

TmnxIkePolicyDHGroupOrZero  
TmnxIkePolicyDHGroupOrZero data type is similar to TmnxIkePolicyDHGroup but allows the value 'unspecified (0)'.
TEXTUAL-CONVENTION    
  INTEGER unspecified(0), group1(1), group2(2), group5(5)  

TmnxIPsecPolicyId  
A number used to identify an entry in the tmnxIPsecPolicyTable.
TEXTUAL-CONVENTION    
  Unsigned32 1..8192  

TmnxIPsecPolicyIdOrZero  
A number used to identify an entry in the tmnxIPsecPolicyTable or zero.
TEXTUAL-CONVENTION    
  Unsigned32 0..8192  

TmnxIPsecKeyingType  
TmnxIPsecKeyingType data type is an enumerated integer that describes the values used to identify the IPsec keying type.
TEXTUAL-CONVENTION    
  INTEGER none(0), manual(1), dynamic(2)  

TmnxIPsecDirection  
TmnxIPsecDirection data type is an enumerated integer that describes the values used to identify the direction of an IPsec tunnel.
TEXTUAL-CONVENTION    
  INTEGER inbound(1), outbound(2)  

TmnxIPsecDirection2  
TmnxIPsecDirection data type is an enumerated integer that describes the values used to identify the direction of an IPsec tunnel.
TEXTUAL-CONVENTION    
  INTEGER inbound(1), outbound(2), bidirectional(3)  

TmnxIPsecProtocol  
TmnxIPsecProtocol data type is an enumerated integer that describes the values used to identify the used IPsec protocol.
TEXTUAL-CONVENTION    
  INTEGER ah(1), esp(2)  

TmnxIPsecLocalIdType  
TmnxIPsecLocalIdType data type is an enumerated integer that describes the local identifier type used for IDi or IDr for IKEv2.
TEXTUAL-CONVENTION    
  INTEGER none(0), ipv4(1), fqdn(2), dn(3)  

TmnxIPsecTransformEntry  
SEQUENCE    
  tmnxIPsecTransformId TmnxIPsecTransformId
  tmnxIPsecTransformRowStatus RowStatus
  tmnxIPsecTransformLastChanged TimeStamp
  tmnxIPsecTransformAuthAlgorithm TmnxAuthAlgorithm
  tmnxIPsecTransformEncrAlgorithm TmnxEncrAlgorithm

TmnxIkePolicyEntry  
SEQUENCE    
  tmnxIkePolicyId TmnxIkePolicyId
  tmnxIkePolicyRowStatus RowStatus
  tmnxIkePolicyLastChanged TimeStamp
  tmnxIkePolicyDescription TItemDescription
  tmnxIkePolicyIkeMode TmnxIkePolicyIkeMode
  tmnxIkePolicyDHGroup TmnxIkePolicyDHGroup
  tmnxIkePolicyPFSEnabled TruthValue
  tmnxIkePolicyPFSDHGroup TmnxIkePolicyDHGroup
  tmnxIkePolicyAuthAlgorithm TmnxAuthAlgorithm
  tmnxIkePolicyEncrAlgorithm TmnxEncrAlgorithm
  tmnxIkePolicyIsakmpLifeTime Unsigned32
  tmnxIkePolicyIPsecLifeTime Unsigned32
  tmnxIkePolicyNatTraversal INTEGER
  tmnxIkePolicyNatTKeepAliveIntvl Unsigned32
  tmnxIkePolicyNatTBehindNatOnly TruthValue
  tmnxIkePolicyDpd INTEGER
  tmnxIkePolicyDpdInterval Unsigned32
  tmnxIkePolicyDpdMaxRetries Unsigned32
  tmnxIkePolicyAuthMethod TmnxIkePolicyAuthMethod
  tmnxIkePolicyIkeVersion TmnxIkeVersion
  tmnxIkePolicyOwnAuthMethod TmnxIkePolicyOwnAuthMethod

TmnxIPsecTunnelEntry  
SEQUENCE    
  tmnxIPsecTunnelName TNamedItem
  tmnxIPsecTunnelRowStatus RowStatus
  tmnxIPsecTunnelLastChanged TimeStamp
  tmnxIPsecTunnelDescription TItemDescription
  tmnxIPsecTunnelLclGwAddrType InetAddressType
  tmnxIPsecTunnelLclGwAddr InetAddress
  tmnxIPsecTunnelRemGwAddrType InetAddressType
  tmnxIPsecTunnelRemGwAddr InetAddress
  tmnxIPsecTunnelPublicSvcId TmnxServId
  tmnxIPsecTunnelSecurityPolicyId TmnxIPsecPolicyIdOrZero
  tmnxIPsecTunnelKeyingType TmnxIPsecKeyingType
  tmnxIPsecTunnelDynTransformId1 TmnxIPsecTransformIdOrZero
  tmnxIPsecTunnelDynTransformId2 TmnxIPsecTransformIdOrZero
  tmnxIPsecTunnelDynTransformId3 TmnxIPsecTransformIdOrZero
  tmnxIPsecTunnelDynTransformId4 TmnxIPsecTransformIdOrZero
  tmnxIPsecTunnelIkePolicyId TmnxIkePolicyIdOrZero
  tmnxIPsecTunnelIkePreSharedKey OCTET STRING
  tmnxIPsecTunnelAdminState TmnxAdminState
  tmnxIPsecTunnelOperState TmnxOperState
  tmnxIPsecTunnelOperFlags BITS
  tmnxIPsecTunnelReplayWindow Unsigned32
  tmnxIPsecTunnelAutoEstablish TruthValue
  tmnxIPsecTunnelBfdDesignate TruthValue
  tmnxIPsecTunnelCertTrustAnchor TNamedItemOrEmpty
  tmnxIPsecTunnelCertFile DisplayString
  tmnxIPsecTunnelKeyFile DisplayString
  tmnxIPsecTunnelLocalIdType TmnxIPsecLocalIdType
  tmnxIPsecTunnelLocalIdValue DisplayString
  tmnxIPsecTunnelClearDfBit TruthValue
  tmnxIPsecTunnelIpMtu Unsigned32
  tmnxIPsecTunnelHostISA TmnxHwIndexOrZero

TmnxIPsecTunnelStatsEntry  
SEQUENCE    
  tmnxIPsecTunnelIsakmpState INTEGER
  tmnxIPsecTunnelIsakmpEstabTime TimeStamp
  tmnxIPsecTunnelIsakmpNegLifeTime Unsigned32
  tmnxIPsecTunnelNumDpdTx Counter32
  tmnxIPsecTunnelNumDpdRx Counter32
  tmnxIPsecTunnelNumDpdAckTx Counter32
  tmnxIPsecTunnelNumDpdAckRx Counter32
  tmnxIPsecTunnelNumExpRx Counter32
  tmnxIPsecTunnelNumInvalidDpdRx Counter32
  tmnxIPsecTunnelNumCtrlPktsTx Counter32
  tmnxIPsecTunnelNumCtrlPktsRx Counter32
  tmnxIPsecTunnelNumCtrlTxErrors Counter32
  tmnxIPsecTunnelNumCtrlRxErrors Counter32

TmnxIPsecPolicyEntry  
SEQUENCE    
  tmnxIPsecPolicyId TmnxIPsecPolicyId
  tmnxIPsecPolicyRowStatus RowStatus
  tmnxIPsecPolicyLastChanged TimeStamp

TmnxIPsecPolicyParamsEntry  
SEQUENCE    
  tmnxIPsecPolicyParamsId Unsigned32
  tmnxIPsecPolicyParamsRowStatus RowStatus
  tmnxIPsecPolicyParamsLastChanged TimeStamp
  tmnxIPsecPolicyParamsLclAddrAny TruthValue
  tmnxIPsecPolicyParamsLclAddrType InetAddressType
  tmnxIPsecPolicyParamsLclAddr InetAddress
  tmnxIPsecPolicyParamsLclAPrefLen InetAddressPrefixLength
  tmnxIPsecPolicyParamsRemAddrAny TruthValue
  tmnxIPsecPolicyParamsRemAddrType InetAddressType
  tmnxIPsecPolicyParamsRemAddr InetAddress
  tmnxIPsecPolicyParamsRemAPrefLen InetAddressPrefixLength

TmnxIPsecSAEntry  
SEQUENCE    
  tmnxIPsecSAId Unsigned32
  tmnxIPsecSAIndex Unsigned32
  tmnxIPsecSADirection TmnxIPsecDirection
  tmnxIPsecSARowStatus RowStatus
  tmnxIPsecSALastChanged TimeStamp
  tmnxIPsecSAType TmnxIPsecKeyingType
  tmnxIPsecSAEncryptionKey OCTET STRING
  tmnxIPsecSAAuthenticationKey OCTET STRING
  tmnxIPsecSASpi Unsigned32
  tmnxIPsecSAManualTransformId TmnxIPsecTransformIdOrZero
  tmnxIPsecSAAuthAlgorithm TmnxAuthAlgorithm
  tmnxIPsecSAEncrAlgorithm TmnxEncrAlgorithm
  tmnxIPsecSAStorageType StorageType
  tmnxIPsecSAEstablishedTime TimeStamp
  tmnxIPsecSANegotiatedLifeTime Unsigned32

TmnxIPsecSAStatsEntry  
SEQUENCE    
  tmnxIPsecSAStatsBytesProcessed Counter64
  tmnxIPsecSAStatsBytesProcLow32 Counter32
  tmnxIPsecSAStatsBytesProcHigh32 Counter32
  tmnxIPsecSAStatsPktsProcessed Counter64
  tmnxIPsecSAStatsPktsProcLow32 Counter32
  tmnxIPsecSAStatsPktsProcHigh32 Counter32
  tmnxIPsecSAStatsCryptoErrors Counter32
  tmnxIPsecSAStatsReplayErrors Counter32
  tmnxIPsecSAStatsSAErrors Counter32
  tmnxIPsecSAStatsPolicyErrors Counter32

TmnxIPsecMdaDpStatsEntry  
SEQUENCE    
  tmnxIPsecMdaDpStatsEncryptPkts Counter64
  tmnxIPsecMdaDpStatsEncryptPktsLow32 Counter32
  tmnxIPsecMdaDpStatsEncryptPktsHigh32 Counter32
  tmnxIPsecMdaDpStatsEncryptBytes Counter64
  tmnxIPsecMdaDpStatsEncryptBytesLow32 Counter32
  tmnxIPsecMdaDpStatsEncryptBytesHigh32 Counter32
  tmnxIPsecMdaDpStatsDecryptPkts Counter64
  tmnxIPsecMdaDpStatsDecryptPktsLow32 Counter32
  tmnxIPsecMdaDpStatsDecryptPktsHigh32 Counter32
  tmnxIPsecMdaDpStatsDecryptBytes Counter64
  tmnxIPsecMdaDpStatsDecryptBytesLow32 Counter32
  tmnxIPsecMdaDpStatsDecryptBytesHigh32 Counter32
  tmnxIPsecMdaDpStatsTxPktErrs Counter32
  tmnxIPsecMdaDpStatsOutBDropPkts Counter64
  tmnxIPsecMdaDpStatsOutBDropPktsLow32 Counter32
  tmnxIPsecMdaDpStatsOutBDropPktsHigh32 Counter32
  tmnxIPsecMdaDpStatsOutBSAMisses Counter64
  tmnxIPsecMdaDpStatsOutBSAMissesLow32 Counter32
  tmnxIPsecMdaDpStatsOutBSAMissesHigh32 Counter32
  tmnxIPsecMdaDpStatsOutBPolicyEntryMisses Counter32
  tmnxIPsecMdaDpStatsInBDropPkts Counter64
  tmnxIPsecMdaDpStatsInBDropPktsLow32 Counter32
  tmnxIPsecMdaDpStatsInBDropPktsHigh32 Counter32
  tmnxIPsecMdaDpStatsInBSAMisses Counter64
  tmnxIPsecMdaDpStatsInBSAMissesLow32 Counter32
  tmnxIPsecMdaDpStatsInBSAMissesHigh32 Counter32
  tmnxIPsecMdaDpStatsInBIPDstSrcMismatches Counter32
  tmnxIPsecMdaDpInFragments Counter64
  tmnxIPsecMdaDpInFragmentsLow32 Counter32
  tmnxIPsecMdaDpInFragmentsHigh32 Counter32
  tmnxIPsecMdaDpPktsReassem Counter64
  tmnxIPsecMdaDpPktsReassemLow32 Counter32
  tmnxIPsecMdaDpPktsReassemHigh32 Counter32
  tmnxIPsecMdaDpFragDropTime Counter64
  tmnxIPsecMdaDpFragDropTimeLow32 Counter32
  tmnxIPsecMdaDpFragDropTimeHigh32 Counter32
  tmnxIPsecMdaDpFragDropped Counter64
  tmnxIPsecMdaDpFragDroppedLow32 Counter32
  tmnxIPsecMdaDpFragDroppedHigh32 Counter32
  tmnxIPsecMdaDpGreTnlInPkts Counter64
  tmnxIPsecMdaDpGreTnlInPktsLo Counter32
  tmnxIPsecMdaDpGreTnlInPktsHi Counter32
  tmnxIPsecMdaDpGreTnlInBytes Counter64
  tmnxIPsecMdaDpGreTnlInBytesLo Counter32
  tmnxIPsecMdaDpGreTnlInBytesHi Counter32
  tmnxIPsecMdaDpGreTnlInErrs Counter64
  tmnxIPsecMdaDpGreTnlInErrsLo Counter32
  tmnxIPsecMdaDpGreTnlInErrsHi Counter32
  tmnxIPsecMdaDpGreTnlOutPkts Counter64
  tmnxIPsecMdaDpGreTnlOutPktsLo Counter32
  tmnxIPsecMdaDpGreTnlOutPktsHi Counter32
  tmnxIPsecMdaDpGreTnlOutBytes Counter64
  tmnxIPsecMdaDpGreTnlOutBytesLo Counter32
  tmnxIPsecMdaDpGreTnlOutBytesHi Counter32
  tmnxIPsecMdaDpGreTnlOutErrs Counter64
  tmnxIPsecMdaDpGreTnlOutErrsLo Counter32
  tmnxIPsecMdaDpGreTnlOutErrsHi Counter32
  tmnxIPsecMdaDpPktsDropDfSet Counter64
  tmnxIPsecMdaDpPktsDropDfSetLo Counter32
  tmnxIPsecMdaDpPktsDropDfSetHi Counter32
  tmnxIPsecMdaDpStaticIPsecTnls Counter32
  tmnxIPsecMdaDpDynIPsecTnls Counter32
  tmnxIPsecMdaDpIpGreTnls Counter32
  tmnxIPsecMdaDpIpv4Tnls Counter32

TIPsecTnlTempEntry  
SEQUENCE    
  tIPsecTnlTempId TmnxIPsecTunnelTemplateId
  tIPsecTnlTempRowStatus RowStatus
  tIPsecTnlTempLastChanged TimeStamp
  tIPsecTnlTempDescr TItemDescription
  tIPsecTnlTempReverseRoute INTEGER
  tIPsecTnlTempDynKeyTransformId1 TmnxIPsecTransformIdOrZero
  tIPsecTnlTempDynKeyTransformId2 TmnxIPsecTransformIdOrZero
  tIPsecTnlTempDynKeyTransformId3 TmnxIPsecTransformIdOrZero
  tIPsecTnlTempDynKeyTransformId4 TmnxIPsecTransformIdOrZero
  tIPsecTnlTempReplayWindow Unsigned32

TmnxIPsecGWEntry  
SEQUENCE    
  tmnxIPsecGWRowStatus RowStatus
  tmnxIPsecGWLastMgmtChange TimeStamp
  tmnxIPsecGWAdminState TmnxAdminState
  tmnxIPsecGWOperState TmnxOperState
  tmnxIPsecGWTunnelPolicyTemp TmnxIPsecTunnelTemplateIdOrZero
  tmnxIPsecGWSecureService TmnxServId
  tmnxIPsecGWIfName TNamedItemOrEmpty
  tmnxIPsecGWInetAddrType InetAddressType
  tmnxIPsecGWInetAddress InetAddress
  tmnxIPsecGWIkePolicyId TmnxIkePolicyIdOrZero
  tmnxIPsecGWIkePreShared OCTET STRING
  tmnxIPsecGWLclX509Cert DisplayString
  tmnxIPsecGWLclPrivateKey DisplayString
  tmnxIPsecGWOperFlags BITS
  tmnxIPsecGWCACert DisplayString
  tmnxIPsecGWCACertRevocList DisplayString
  tmnxIPsecGWName TNamedItem
  tmnxIPsecGWCertTrustAnchor TNamedItemOrEmpty
  tmnxIPsecGWLocalIdType TmnxIPsecLocalIdType
  tmnxIPsecGWLocalIdValue DisplayString

TIPsecRUTnlEntry  
SEQUENCE    
  tIPsecRUTnlInetAddrType InetAddressType
  tIPsecRUTnlInetAddress InetAddress
  tIPsecRUTnlPort TTcpUdpPort
  tIPsecRUTnlPrivateIpAddrType InetAddressType
  tIPsecRUTnlPrivateIpAddr InetAddress
  tIPsecRUTnlPrivateIpPrefixLen InetAddressPrefixLength
  tIPsecRUTnlTempId TmnxIPsecTunnelTemplateId
  tIPsecRUTnlIPsecSALifeTime Unsigned32
  tIPsecRUTnlPfsDHGroup TmnxIkePolicyDHGroupOrZero
  tIPsecRUTnlReplayWindow Unsigned32
  tIPsecRUTnlPrivateSvcId TmnxServId
  tIPsecRUTnlPrivateIfIndex InterfaceIndex
  tIPsecRUTnlHasBiDirectionalSA TruthValue
  tIPsecRUTnlHostISA TmnxHwIndexOrZero

TIPsecRUTnlStatsEntry  
SEQUENCE    
  tIPsecRUTnlIsakmpState INTEGER
  tIPsecRUTnlIsakmpEstabTime TimeStamp
  tIPsecRUTnlIsakmpNegLifeTime Unsigned32
  tIPsecRUTnlNumDpdTx Counter32
  tIPsecRUTnlNumDpdRx Counter32
  tIPsecRUTnlNumDpdAckTx Counter32
  tIPsecRUTnlNumDpdAckRx Counter32
  tIPsecRUTnlNumExpRx Counter32
  tIPsecRUTnlNumInvalidDpdRx Counter32
  tIPsecRUTnlNumCtrlPktsTx Counter32
  tIPsecRUTnlNumCtrlPktsRx Counter32
  tIPsecRUTnlNumCtrlTxErrors Counter32
  tIPsecRUTnlNumCtrlRxErrors Counter32

TIPsecRUSAEntry  
SEQUENCE    
  tIPsecRUSAId Unsigned32
  tIPsecRUSAIndex Unsigned32
  tIPsecRUSADirection TmnxIPsecDirection
  tIPsecRUSAEncryptionKey OCTET STRING
  tIPsecRUSAAuthenticationKey OCTET STRING
  tIPsecRUSASpi Unsigned32
  tIPsecRUSAAuthAlgorithm TmnxAuthAlgorithm
  tIPsecRUSAEncrAlgorithm TmnxEncrAlgorithm
  tIPsecRUSAEstablishedTime TimeStamp
  tIPsecRUSANegotiatedLifeTime Unsigned32
  tIPsecRUSALclAddrType InetAddressType
  tIPsecRUSALclAddr InetAddress
  tIPsecRUSALclAPrefLen InetAddressPrefixLength
  tIPsecRUSARemAddrType InetAddressType
  tIPsecRUSARemAddr InetAddress
  tIPsecRUSARemAPrefLen InetAddressPrefixLength

TIPsecRUSAStatsEntry  
SEQUENCE    
  tIPsecRUSAStatsBytesProcessed Counter64
  tIPsecRUSAStatsBytesProcLow32 Counter32
  tIPsecRUSAStatsBytesProcHigh32 Counter32
  tIPsecRUSAStatsPktsProcessed Counter64
  tIPsecRUSAStatsPktsProcLow32 Counter32
  tIPsecRUSAStatsPktsProcHigh32 Counter32
  tIPsecRUSAStatsCryptoErrors Counter32
  tIPsecRUSAStatsReplayErrors Counter32
  tIPsecRUSAStatsSAErrors Counter32
  tIPsecRUSAStatsPolicyErrors Counter32

TmnxIPsecTunnelBfdEntry  
SEQUENCE    
  tmnxIPsecTunnelBfdSvcId TmnxServId
  tmnxIPsecTunnelBfdIfName TNamedItem
  tmnxIPsecTunnelBfdDstAddrType InetAddressType
  tmnxIPsecTunnelBfdDstAddr InetAddress
  tmnxIPsecTunnelBfdRowStatus RowStatus
  tmnxIPsecTunnelBfdLastChanged TimeStamp
  tmnxIPsecTunnelBfdSrcAddrType InetAddressType
  tmnxIPsecTunnelBfdSrcAddr InetAddress
  tmnxIPsecTunnelBfdSessOperState TmnxBfdSessOperState

Defined Values

timetraIPsecMIBModule 1.3.6.1.4.1.6527.1.1.3.48
This document is the SNMP MIB module to manage and provision the Alcatel-Lucent SROS device with IPsec tunneling, encryption and other related features. Copyright 2008-2012 Alcatel-Lucent. All rights reserved. Reproduction of this document is authorized on the condition that the foregoing copyright notice is included. This SNMP MIB module (Specification) embodies Alcatel-Lucent's proprietary intellectual property. Alcatel-Lucent retains all title and ownership in the Specification, including any revisions. Alcatel-Lucent grants all interested parties a non-exclusive license to use and distribute an unmodified copy of this Specification in connection with management of Alcatel-Lucent products, and without fee, provided this copyright notice and license appear on all copies. This Specification is supplied `as is', and Alcatel-Lucent makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
MODULE-IDENTITY    

tmnxIPsecObjects 1.3.6.1.4.1.6527.3.1.2.48
OBJECT IDENTIFIER    

tmnxIPsecNotifyObjs 1.3.6.1.4.1.6527.3.1.2.48.100
OBJECT IDENTIFIER    

tmnxIPsecNotifyPrefix 1.3.6.1.4.1.6527.3.1.3.48
OBJECT IDENTIFIER    

tmnxIPsecNotifications 1.3.6.1.4.1.6527.3.1.3.48.0
OBJECT IDENTIFIER    

tmnxIPsecConformance 1.3.6.1.4.1.6527.3.1.1.48
OBJECT IDENTIFIER    

tmnxIPsecTransformTblLastChanged 1.3.6.1.4.1.6527.3.1.2.48.1
The value of tmnxIPsecTransformTblLastChanged indicates the sysUpTime at the time of the last modification to tmnxIPsecTransformTable by adding, deleting an entry or change to a writable object in the table. If no changes were made to the table since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxIPsecTransformTable 1.3.6.1.4.1.6527.3.1.2.48.2
Table to store the IPsec transform entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxIPsecTransformEntry

tmnxIPsecTransformEntry 1.3.6.1.4.1.6527.3.1.2.48.2.1
Information about a single IPsec transform entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxIPsecTransformEntry  

tmnxIPsecTransformId 1.3.6.1.4.1.6527.3.1.2.48.2.1.1
The value of tmnxIPsecTransformId specifies the id of a transform entry and is the primary index for the table tmnxIPsecTransformTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxIPsecTransformId  

tmnxIPsecTransformRowStatus 1.3.6.1.4.1.6527.3.1.2.48.2.1.2
The tmnxIPsecTransformRowStatus object is used to create and delete rows in the tmnxIPsecTransformTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxIPsecTransformLastChanged 1.3.6.1.4.1.6527.3.1.2.48.2.1.3
The value of tmnxIPsecTransformLastChanged indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxIPsecTransformAuthAlgorithm 1.3.6.1.4.1.6527.3.1.2.48.2.1.4
The value of tmnxIPsecTransformAuthAlgorithm specifies the Hashing algorithm used for the AH (Authentication Header) protocol's authentication function. If 'none' is used then AH protocol will not be used.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAuthAlgorithm  

tmnxIPsecTransformEncrAlgorithm 1.3.6.1.4.1.6527.3.1.2.48.2.1.5
The value of tmnxIPsecTransformEncrAlgorithm specifies the Encryption algorithm to be used for the IPsec session. Encryption only applies to ESP(Encapsulating Security Payload) configurations. If encryption is 'null', then ESP will not be used.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxEncrAlgorithm  

tmnxIkePolicyTableLastChanged 1.3.6.1.4.1.6527.3.1.2.48.3
The value of tmnxIkePolicyTableLastChanged indicates the sysUpTime at the time of the last modification to tmnxIkePolicyTable by adding, deleting an entry or change to a writable object in the table. If no changes were made to the table since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxIkePolicyTable 1.3.6.1.4.1.6527.3.1.2.48.4
Table to store the Ike policy entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxIkePolicyEntry

tmnxIkePolicyEntry 1.3.6.1.4.1.6527.3.1.2.48.4.1
Information about a single Ike policy entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxIkePolicyEntry  

tmnxIkePolicyId 1.3.6.1.4.1.6527.3.1.2.48.4.1.1
The value of tmnxIkePolicyId specifies the id of a policy entry and is the primary index for the table tmnxIkePolicyTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxIkePolicyId  

tmnxIkePolicyRowStatus 1.3.6.1.4.1.6527.3.1.2.48.4.1.2
The tmnxIkePolicyRowStatus object is used to create and delete rows in the tmnxIkePolicyTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxIkePolicyLastChanged 1.3.6.1.4.1.6527.3.1.2.48.4.1.3
The value of tmnxIkePolicyLastChanged indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxIkePolicyDescription 1.3.6.1.4.1.6527.3.1.2.48.4.1.4
The value of tmnxIkePolicyDescription specifies the user-provided description for each tmnxIkePolicyEntry in the table tmnxIkePolicyTable.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tmnxIkePolicyIkeMode 1.3.6.1.4.1.6527.3.1.2.48.4.1.5
The value of tmnxIkePolicyIkeMode specifies the mode of operation, which determines the number of messages used to establish the session.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIkePolicyIkeMode  

tmnxIkePolicyDHGroup 1.3.6.1.4.1.6527.3.1.2.48.4.1.6
The value of tmnxIkePolicyDHGroup specifes the Diffie-Hellman group to be used for calculating session keys which will be used in the Ike proposal.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIkePolicyDHGroup  

tmnxIkePolicyPFSEnabled 1.3.6.1.4.1.6527.3.1.2.48.4.1.7
The value of tmnxIkePolicyPFSEnabled specifies whether PFS(perfect forward secrecy) on the tunnel using this policy is enabled or not. When tmnxIkePolicyPFSDHGroup has a value of 'true', PFS is enabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tmnxIkePolicyPFSDHGroup 1.3.6.1.4.1.6527.3.1.2.48.4.1.8
The value of tmnxIkePolicyPFSDHGroup is used only if the value of the tmnxIkePolicyPFSEnabled is 'true'. The value of tmnxIkePolicyPFSDHGroup specifies the new Diffie-hellman key exchange each time the SA(Security Association) key is renegotiated. After the SA expires, the key is forgotten and another key is generated (if the SA remains up). This means that an attacker who cracks part of the exchange can only read the part that used the key before the key changed. There is no advantage of cracking the other parts if the attacker has already cracked one.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIkePolicyDHGroup  

tmnxIkePolicyAuthAlgorithm 1.3.6.1.4.1.6527.3.1.2.48.4.1.9
The value of tmnxIkePolicyAuthAlgorithm specifies the Hashing algorithm used in the phase 1 SA.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAuthAlgorithm  

tmnxIkePolicyEncrAlgorithm 1.3.6.1.4.1.6527.3.1.2.48.4.1.10
The value of tmnxIkePolicyEncrAlgorithm specifies the Encryption algorithm to be used in the phase 1 SA.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxEncrAlgorithm  

tmnxIkePolicyIsakmpLifeTime 1.3.6.1.4.1.6527.3.1.2.48.4.1.11
The value of tmnxIkePolicyIsakmpLifeTime specifies the lifetime of the phase 1 Ike key. ISAKMP stands for Internet Security Association and Key Management Protocol
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1200..172800  

tmnxIkePolicyIPsecLifeTime 1.3.6.1.4.1.6527.3.1.2.48.4.1.12
The value of tmnxIkePolicyIPsecLifeTime specifies the lifetime of the phase 2 Ike key.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1200..172800  

tmnxIkePolicyNatTraversal 1.3.6.1.4.1.6527.3.1.2.48.4.1.13
The value of tmnxIkePolicyNatTraversal specifies whether NAT-T(network address translation traversal) is 'enabled', 'disabled' or in 'forced' mode.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2), force(3)  

tmnxIkePolicyNatTKeepAliveIntvl 1.3.6.1.4.1.6527.3.1.2.48.4.1.14
The value of tmnxIkePolicyNatTKeepAliveIntvl specifies the keep alive interval for NAT-T. If the value of tmnxIkePolicyNatTKeepAliveIntvl is '0', then keep alives are disabled.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0 | 120..600  

tmnxIkePolicyNatTBehindNatOnly 1.3.6.1.4.1.6527.3.1.2.48.4.1.15
The value of tmnxIkePolicyNatTBehindNatOnly specifies whether the keep alive packets should be sent only when behind a NAT.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tmnxIkePolicyDpd 1.3.6.1.4.1.6527.3.1.2.48.4.1.16
The value of tmnxIkePolicyDpd specifies whether DPD (dead peer detection) is 'enable', 'disable' or in 'replyOnly' mode. The DPD vendor ID is always advertised to the peer. To the extent that the peer advertises DPD support as well, the service-router will always reply to the peer's 'Are-You-There' messages. If tmnxIkePolicyDpd object is set to 'enable' the service-router will also send its own 'Are-You-There' message to the peer at the interval specified by tmnxIkePolicyDpdInterval. If tmnxIkePolicyDpd object is set to 'disable' the service-router will never send its own 'Are-You-There' message to the peer. If tmnxIkePolicyDpd object is set to 'replyOnly' the service-router will take the peer's 'Are-You-There' message as proof of 'liveliness' and will suppress the sending of its own 'Are-You-There' messages. Once it stops receiving 'Are-You-There' messages from the peer, it will start sending its own to determine if the peer is dead. The service-router will only send an 'Are-You-There' message when the other side has been idle (no traffic was forwarded through it) since the last tmnxIkePolicyDpdInterval. If the other side is active (as determined by its traffic counters) it is assumed the peer is alive and the 'Are-You-There' message is suppressed.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2), replyOnly(3)  

tmnxIkePolicyDpdInterval 1.3.6.1.4.1.6527.3.1.2.48.4.1.17
The value of tmnxIkePolicyDpdInterval specifies the dead peer detection interval.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 10..300  

tmnxIkePolicyDpdMaxRetries 1.3.6.1.4.1.6527.3.1.2.48.4.1.18
The value of tmnxIkePolicyDpdMaxRetries specifies the number of retries done before the peer is determined dead.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 2..5  

tmnxIkePolicyAuthMethod 1.3.6.1.4.1.6527.3.1.2.48.4.1.19
The value of tmnxIkePolicyAuthMethod specifies the authentication method used with this IKE policy for the remote-peer.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIkePolicyAuthMethod  

tmnxIkePolicyIkeVersion 1.3.6.1.4.1.6527.3.1.2.48.4.1.20
The value of tmnxIkePolicyIkeVersion specifies the IKE version to be used with this IKE policy.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIkeVersion  

tmnxIkePolicyOwnAuthMethod 1.3.6.1.4.1.6527.3.1.2.48.4.1.21
The value of tmnxIkePolicyOwnAuthMethod specifies the authentication method used with this IKE policy on its own side.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIkePolicyOwnAuthMethod  

tmnxIPsecTunnelTableLastChanged 1.3.6.1.4.1.6527.3.1.2.48.5
The value of tmnxIPsecTunnelTableLastChanged indicates the sysUpTime at the time of the last modification to tmnxIPsecTunnelTable by adding, deleting an entry or change to a writable object in the table. If no changes were made to the table since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxIPsecTunnelTable 1.3.6.1.4.1.6527.3.1.2.48.6
Table to store the IPsec Tunnel entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxIPsecTunnelEntry

tmnxIPsecTunnelEntry 1.3.6.1.4.1.6527.3.1.2.48.6.1
Information about a single IPsec Tunnel entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxIPsecTunnelEntry  

tmnxIPsecTunnelName 1.3.6.1.4.1.6527.3.1.2.48.6.1.1
The value of tmnxIPsecTunnelName specifies the name of the tunnel and is part of the index for the table tmnxIPsecTunnelTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tmnxIPsecTunnelRowStatus 1.3.6.1.4.1.6527.3.1.2.48.6.1.2
The tmnxIPsecTunnelRowStatus object is used to create and delete rows in the tmnxIPsecTunnelTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxIPsecTunnelLastChanged 1.3.6.1.4.1.6527.3.1.2.48.6.1.3
The value of tmnxIPsecTunnelLastChanged indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxIPsecTunnelDescription 1.3.6.1.4.1.6527.3.1.2.48.6.1.4
The value of tmnxIPsecTunnelDescription specifies the user-provided description for each tmnxIPsecTunnelEntry in the table tmnxIPsecTunnelTable.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tmnxIPsecTunnelLclGwAddrType 1.3.6.1.4.1.6527.3.1.2.48.6.1.5
The value of tmnxIPsecTunnelLclGwAddrType specifies the address type of address in tmnxIPsecTunnelLclGwAddr.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tmnxIPsecTunnelLclGwAddr 1.3.6.1.4.1.6527.3.1.2.48.6.1.6
The value of tmnxIPsecTunnelLclGwAddr specifies the address of the interface on the local node of this IPsec tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0|4|16|20)  

tmnxIPsecTunnelRemGwAddrType 1.3.6.1.4.1.6527.3.1.2.48.6.1.7
The value of tmnxIPsecTunnelRemGwAddrType specifies the address type of address in tmnxIPsecTunnelRemGwAddr.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tmnxIPsecTunnelRemGwAddr 1.3.6.1.4.1.6527.3.1.2.48.6.1.8
The value of tmnxIPsecTunnelRemGwAddr specifies the address of the interface on the remote node of this IPsec tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0|4|16|20)  

tmnxIPsecTunnelPublicSvcId 1.3.6.1.4.1.6527.3.1.2.48.6.1.9
The value of tmnxIPsecTunnelPublicSvcId specifies the service-id of the tunnel delivery service. The TIMETRA-SERV-MIB::svcType of the delivery service must be 'ies (5)' or 'vprn (4)', otherwise the set request will fail with an 'inconsistentValue' error.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxServId  

tmnxIPsecTunnelSecurityPolicyId 1.3.6.1.4.1.6527.3.1.2.48.6.1.10
The value of tmnxIPsecTunnelSecurityPolicyId specifies the IPsec security policy entry in the tmnxIPsecPolicyTable that this tunnel will use.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIPsecPolicyIdOrZero  

tmnxIPsecTunnelKeyingType 1.3.6.1.4.1.6527.3.1.2.48.6.1.11
The value of tmnxIPsecTunnelKeyingType specifies the keying type that this tunnel will use.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIPsecKeyingType  

tmnxIPsecTunnelDynTransformId1 1.3.6.1.4.1.6527.3.1.2.48.6.1.12
The value of tmnxIPsecTunnelDynTransformId1 specifies the first IPsec transform entry in the table tmnxIPsecTransformTable that this tunnel will use.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIPsecTransformIdOrZero  

tmnxIPsecTunnelDynTransformId2 1.3.6.1.4.1.6527.3.1.2.48.6.1.13
The value of tmnxIPsecTunnelDynTransformId2 specifies the second IPsec transform entry in the table tmnxIPsecTransformTable that this tunnel will use. The value of tmnxIPsecTunnelDynTransformId2 is valid and greater than 0, only if the value of tmnxIPsecTunnelKeyingType is 'dynamic'.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIPsecTransformIdOrZero  

tmnxIPsecTunnelDynTransformId3 1.3.6.1.4.1.6527.3.1.2.48.6.1.14
The value of tmnxIPsecTunnelDynTransformId3 specifies the third IPsec transform entry in the table tmnxIPsecTransformTable that this tunnel will use. The value of tmnxIPsecTunnelDynTransformId3 is valid and greater than 0, only if the value of tmnxIPsecTunnelKeyingType is 'dynamic'.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIPsecTransformIdOrZero  

tmnxIPsecTunnelDynTransformId4 1.3.6.1.4.1.6527.3.1.2.48.6.1.15
The value of tmnxIPsecTunnelDynTransformId4 specifies the fourth IPsec transform entry in the table tmnxIPsecTransformTable that this tunnel will use. The value of tmnxIPsecTunnelDynTransformId3 is valid and greater than 0, only if the value of tmnxIPsecTunnelKeyingType is 'dynamic'.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIPsecTransformIdOrZero  

tmnxIPsecTunnelIkePolicyId 1.3.6.1.4.1.6527.3.1.2.48.6.1.16
The object tmnxIPsecTunnelIkePolicyId specifies the IKE policy entry that this tunnel will use. The value of tmnxIPsecTunnelIkePolicyId is valid and greater than 0, only if the value of tmnxIPsecTunnelKeyingType is 'dynamic'.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIkePolicyIdOrZero  

tmnxIPsecTunnelIkePreSharedKey 1.3.6.1.4.1.6527.3.1.2.48.6.1.17
The value of tmnxIPsecTunnelIkePreSharedKey specifies the shared secret between the two peers forming the tunnel. The value of tmnxIPsecTunnelIkePreSharedKey is a valid and non null string only if the value of tmnxIPsecTunnelKeyingType is 'dynamic'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

tmnxIPsecTunnelAdminState 1.3.6.1.4.1.6527.3.1.2.48.6.1.18
The value of tmnxIPsecTunnelAdminState specifies the administrative state of the tmnxIPsecTunnelEntry.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAdminState  

tmnxIPsecTunnelOperState 1.3.6.1.4.1.6527.3.1.2.48.6.1.19
The value of tmnxIPsecTunnelOperState indicates the operational status of tmnxIPsecTunnelEntry.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxOperState  

tmnxIPsecTunnelOperFlags 1.3.6.1.4.1.6527.3.1.2.48.6.1.20
The value of tmnxIPsecTunnelOperFlags indicates the reason why the tunnel is operationally down.
Status: current Access: read-only
OBJECT-TYPE    
  BITS unresolvedLocalIp(0), tunnelAdminDown(1), sapDown(2), unresolvedPublicSvc(3), bfdSessionDown(4), reserved1(5), reserved2(6), invalidCertFile(7), invalidKeyFile(8)  

tmnxIPsecTunnelReplayWindow 1.3.6.1.4.1.6527.3.1.2.48.6.1.21
The value of tmnxIPsecTunnelReplayWindow specifies the size of the anti-replay window. If the value of tmnxIPsecTunnelReplayWindow is set to 0, then the anti-replay feature is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0 | 32 | 64 | 128 | 256 | 512  

tmnxIPsecTunnelAutoEstablish 1.3.6.1.4.1.6527.3.1.2.48.6.1.22
The value of tmnxIPsecTunnelAutoEstablish specifies whether to attempt to establish a phase 1 exchange automatically.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tmnxIPsecTunnelBfdDesignate 1.3.6.1.4.1.6527.3.1.2.48.6.1.23
The value of tmnxIPsecTunnelBfdDesignate specifies whether this IPSec tunnel is the BFD designated tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tmnxIPsecTunnelCertTrustAnchor 1.3.6.1.4.1.6527.3.1.2.48.6.1.24
The value of tmnxIPsecTunnelCertTrustAnchor specifies the name for Certificate-Authority Profile name associated with this SAP IPSec tunnel certificate. An 'inconsistentValue' error is returned if this object is modified when tmnxIPsecTunnelAdminState is in 'inService' state.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxIPsecTunnelCertFile 1.3.6.1.4.1.6527.3.1.2.48.6.1.25
The value of tmnxIPsecTunnelCertFile specifies the local file URL of the certifiate to be used with this SAP IPSec tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

tmnxIPsecTunnelKeyFile 1.3.6.1.4.1.6527.3.1.2.48.6.1.26
The value of tmnxIPsecTunnelKeyFile specifies the key-pair file to be used for X.509 certificate authentication with this SAP IPSec tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

tmnxIPsecTunnelLocalIdType 1.3.6.1.4.1.6527.3.1.2.48.6.1.27
The value of tmnxIPsecTunnelLocalIdType specifies the local-identifier type used for IDi or IDr for IKEv2. An 'inconsistentValue' error is returned if this object is modified when tmnxIPsecTunnelAdminState is in 'inService' state.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIPsecLocalIdType  

tmnxIPsecTunnelLocalIdValue 1.3.6.1.4.1.6527.3.1.2.48.6.1.28
The value of tmnxIPsecTunnelLocalIdValue specifies the value associated with tmnxIPsecTunnelLocalIdType object. Value is extracted from the configured certificate when tmnxIPsecTunnelLocalIdType is set to 'dn'.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

tmnxIPsecTunnelClearDfBit 1.3.6.1.4.1.6527.3.1.2.48.6.1.29
The value of tmnxIPsecTunnelClearDfBit specifies whether to clear Do not Fragment (DF) bit in the outgoing packets in this tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tmnxIPsecTunnelIpMtu 1.3.6.1.4.1.6527.3.1.2.48.6.1.30
The value of tmnxIPsecTunnelIpMtu specifies the MTU size for IP packets for this tunnel. A value set to zero indicates maximum supported MTU size on the SAP for this tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0 | 512..9000  

tmnxIPsecTunnelHostISA 1.3.6.1.4.1.6527.3.1.2.48.6.1.31
The value of tmnxIPsecTunnelHostISA indicates the active ISA that is being used to host this IPsec tunnel. This object will have a value of zero when this tunnel is operationally down.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxHwIndexOrZero  

tmnxIPsecTunnelStatsTable 1.3.6.1.4.1.6527.3.1.2.48.7
Table to store IPsec Tunnel statistics
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxIPsecTunnelStatsEntry

tmnxIPsecTunnelStatsEntry 1.3.6.1.4.1.6527.3.1.2.48.7.1
Statistics for a single IPsec Tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxIPsecTunnelStatsEntry  

tmnxIPsecTunnelIsakmpState 1.3.6.1.4.1.6527.3.1.2.48.7.1.1
The value of tmnxIPsecTunnelIsakmpState indicates the state of phase 1 IPsec negotiation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

tmnxIPsecTunnelIsakmpEstabTime 1.3.6.1.4.1.6527.3.1.2.48.7.1.2
The value of tmnxIPsecTunnelIsakmpEstabTime indicates the sysUpTime at the time the IPsec phase 1 negotiation completed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxIPsecTunnelIsakmpNegLifeTime 1.3.6.1.4.1.6527.3.1.2.48.7.1.3
The value of tmnxIPsecTunnelIsakmpNegLifeTime indicates the lifetime negotiated for phase1 Ike key.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tmnxIPsecTunnelNumDpdTx 1.3.6.1.4.1.6527.3.1.2.48.7.1.4
The value of tmnxIPsecTunnelNumDpdTx indicates the number of Dead-Peer-Detection packets transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecTunnelNumDpdRx 1.3.6.1.4.1.6527.3.1.2.48.7.1.5
The value of tmnxIPsecTunnelNumDpdRx indicates the number of Dead-Peer-Detection packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecTunnelNumDpdAckTx 1.3.6.1.4.1.6527.3.1.2.48.7.1.6
The value of tmnxIPsecTunnelNumDpdAckTx indicates the number of Dead-Peer-Detection acknowledgement packets transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecTunnelNumDpdAckRx 1.3.6.1.4.1.6527.3.1.2.48.7.1.7
The value of tmnxIPsecTunnelNumDpdAckRx indicates the number of Dead-Peer-Detection acknowledgement packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecTunnelNumExpRx 1.3.6.1.4.1.6527.3.1.2.48.7.1.8
The value of tmnxIPsecTunnelNumExpRx indicates the number of DPD R-U-THERE packets that have not been acknowledged.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecTunnelNumInvalidDpdRx 1.3.6.1.4.1.6527.3.1.2.48.7.1.9
The value of tmnxIPsecTunnelNumInvalidDpdRx indicates the number of malformed DPD R-U-THERE acknowledgement packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecTunnelNumCtrlPktsTx 1.3.6.1.4.1.6527.3.1.2.48.7.1.10
The value of tmnxIPsecTunnelNumCtrlPktsTx indicates the number of control packets this IPsec Tunnel has sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecTunnelNumCtrlPktsRx 1.3.6.1.4.1.6527.3.1.2.48.7.1.11
The value of tmnxIPsecTunnelNumCtrlPktsRx indicates the number of control packets this IPsec Tunnel has received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecTunnelNumCtrlTxErrors 1.3.6.1.4.1.6527.3.1.2.48.7.1.12
The value of tmnxIPsecTunnelNumCtrlTxErrors indicates the number of control packet transmit errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecTunnelNumCtrlRxErrors 1.3.6.1.4.1.6527.3.1.2.48.7.1.13
The value of tmnxIPsecTunnelNumCtrlRxErrors indicates the number of control packet receive errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecPolicyTableLastChanged 1.3.6.1.4.1.6527.3.1.2.48.8
The value of tmnxIPsecPolicyTableLastChanged indicates the sysUpTime at the time of the last modification to tmnxIPsecPolicyTable by adding, deleting an entry or change to a writable object in the table. If no changes were made to the table since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxIPsecPolicyTable 1.3.6.1.4.1.6527.3.1.2.48.9
Table to store the IPsec Security Policy entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxIPsecPolicyEntry

tmnxIPsecPolicyEntry 1.3.6.1.4.1.6527.3.1.2.48.9.1
Information about a single IPsec Security Policy entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxIPsecPolicyEntry  

tmnxIPsecPolicyId 1.3.6.1.4.1.6527.3.1.2.48.9.1.1
The value of tmnxIPsecPolicyId specifies the id of a Security Policy entry and is the primary index for the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxIPsecPolicyId  

tmnxIPsecPolicyRowStatus 1.3.6.1.4.1.6527.3.1.2.48.9.1.2
The tmnxIPsecPolicyRowStatus object is used to create and delete rows in the tmnxIPsecPolicyTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxIPsecPolicyLastChanged 1.3.6.1.4.1.6527.3.1.2.48.9.1.3
The value of tmnxIPsecPolicyLastChanged indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxIPsecPlcyParamsTblLastChangd 1.3.6.1.4.1.6527.3.1.2.48.10
The value of tmnxIPsecPlcyParamsTblLastChangd indicates the sysUpTime at the time of the last modification to tmnxIPsecPolicyParamsTable by adding, deleting an entry or change to a writable object in the table. If no changes were made to the table since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxIPsecPolicyParamsTable 1.3.6.1.4.1.6527.3.1.2.48.11
Table to store the IPsec Security Policy Params entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxIPsecPolicyParamsEntry

tmnxIPsecPolicyParamsEntry 1.3.6.1.4.1.6527.3.1.2.48.11.1
Information about a single IPsec Security policy params entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxIPsecPolicyParamsEntry  

tmnxIPsecPolicyParamsId 1.3.6.1.4.1.6527.3.1.2.48.11.1.1
The value of tmnxIPsecPolicyParamsId specifies the id of an IPsec policy params entry and is part of the index for the tmnxIPsecPolicyParamsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..16  

tmnxIPsecPolicyParamsRowStatus 1.3.6.1.4.1.6527.3.1.2.48.11.1.2
The tmnxIPsecPolicyParamsRowStatus object is used to create and delete rows in the tmnxIPsecPolicyParamsTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxIPsecPolicyParamsLastChanged 1.3.6.1.4.1.6527.3.1.2.48.11.1.3
The value of tmnxIPsecPolicyParamsLastChanged indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxIPsecPolicyParamsLclAddrAny 1.3.6.1.4.1.6527.3.1.2.48.11.1.4
The value of tmnxIPsecPolicyParamsLclAddrAny specifies whether the ip address on the vpn side can be any ip address. If the value is 'true' then local ip address can be any ip address. Please look at the following chart for more details: tmnxIPsecPolicyParamsLclAddrAny true false ----------------------------------------------------------------- tmnxIPsecPolicyParamsLclAddrType unknown unknown or ipv4 tmnxIPsecPolicyParamsLclAddr ''H ''H or valid ipv4 tmnxIPsecPolicyParamsLclAPrefLen 0 0 to 32
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tmnxIPsecPolicyParamsLclAddrType 1.3.6.1.4.1.6527.3.1.2.48.11.1.5
The value of tmnxIPsecPolicyParamsLclAddrType specifies the address type of address in tmnxIPsecPolicyParamsLclAddr. If the value of tmnxIPsecPolicyParamsLclAddrAny is 'true' then the value of tmnxIPsecPolicyParamsLclAddrType will be 'unknown'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tmnxIPsecPolicyParamsLclAddr 1.3.6.1.4.1.6527.3.1.2.48.11.1.6
The value of tmnxIPsecPolicyParamsLclAddr specifies the ip address on the vpn side. If the value of tmnxIPsecPolicyParamsLclAddrAny is 'true' then the value of tmnxIPsecPolicyParamsLclAddr will be empty(''H).
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0|4|16|20)  

tmnxIPsecPolicyParamsLclAPrefLen 1.3.6.1.4.1.6527.3.1.2.48.11.1.7
The value of tmnxIPsecPolicyParamsLclAPrefLen specifies the number of bits to match of the tmnxIPsecPolicyParamsLclAddr. If the value of tmnxIPsecPolicyParamsLclAddrAny is 'true' then the value of tmnxIPsecPolicyParamsLclAPrefLen will be 0.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

tmnxIPsecPolicyParamsRemAddrAny 1.3.6.1.4.1.6527.3.1.2.48.11.1.8
The value of tmnxIPsecPolicyParamsRemAddrAny specifies whether the ip address on the tunnel side can be any ip address. If the value is 'true' then remote ip address can be any ip address. Please look at the following chart for more details: tmnxIPsecPolicyParamsLclAddrAny true false ----------------------------------------------------------------- tmnxIPsecPolicyParamsRemAddrType unknown unknown or ipv4 tmnxIPsecPolicyParamsRemAddr ''H ''H or valid ipv4 tmnxIPsecPolicyParamsRemAPrefLen 0 0 to 32
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tmnxIPsecPolicyParamsRemAddrType 1.3.6.1.4.1.6527.3.1.2.48.11.1.9
The value of tmnxIPsecPolicyParamsRemAddrType specifies the address type of address in tmnxIPsecPolicyParamsRemAddr. If the value of tmnxIPsecPolicyParamsRemAddrAny is 'true' then the value of tmnxIPsecPolicyParamsRemAddrType will be 'unknown'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tmnxIPsecPolicyParamsRemAddr 1.3.6.1.4.1.6527.3.1.2.48.11.1.10
The value of tmnxIPsecPolicyParamsRemAddr specifies the ip address on the tunnel side. If the value of tmnxIPsecPolicyParamsRemAddrAny is 'true' then the value of tmnxIPsecPolicyParamsRemAddr will be empty(''H).
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0|4|16|20)  

tmnxIPsecPolicyParamsRemAPrefLen 1.3.6.1.4.1.6527.3.1.2.48.11.1.11
The value of tmnxIPsecPolicyParamsRemAPrefLen specifies the number of bits to match of the tmnxIPsecPolicyParamsRemAddr. If the value of tmnxIPsecPolicyParamsRemAddrAny is 'true' then the value of tmnxIPsecPolicyParamsRemAPrefLen will be 0.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

tmnxIPsecSATableLastChanged 1.3.6.1.4.1.6527.3.1.2.48.12
The value of tmnxIPsecSATableLastChanged indicates the sysUpTime at the time of the last modification to tmnxIPsecSATable by adding, deleting an entry or change to a writable object in the table. If no changes were made to the table since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxIPsecSATable 1.3.6.1.4.1.6527.3.1.2.48.13
Table to store the IPsec manual and dynamic SA entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxIPsecSAEntry

tmnxIPsecSAEntry 1.3.6.1.4.1.6527.3.1.2.48.13.1
Information about a single IPsec SA entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxIPsecSAEntry  

tmnxIPsecSAId 1.3.6.1.4.1.6527.3.1.2.48.13.1.1
The value of tmnxIPsecSAId specifies the id of an SA entry and is part of the index for the tmnxIPsecSATable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..16  

tmnxIPsecSAIndex 1.3.6.1.4.1.6527.3.1.2.48.13.1.2
The value of tmnxIPsecSAIndex specifies an additional index to uniquely indentify the SA entry in the tmnxIPsecSATable. The value of tmnxIPsecSAIndex is limited to a value of '1' when tmnxIPsecTunnelKeyingType corresponding to the tunnel specified tmnxIPsecTunnelName is set to 'static'.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2  

tmnxIPsecSADirection 1.3.6.1.4.1.6527.3.1.2.48.13.1.3
The value of tmnxIPsecSADirection specifies the direction on the IPsec tunnel to which this SA entry can be applied. The value of tmnxIPsecSADirection is also part of the index for the table tmnxIPsecSATable
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxIPsecDirection  

tmnxIPsecSARowStatus 1.3.6.1.4.1.6527.3.1.2.48.13.1.4
The tmnxIPsecSARowStatus object is used to create and delete rows in the tmnxIPsecSATable. When creating an entry in tmnxIPsecSATable, the value of tmnxIPsecSARowStatus must be 'createAndGo' and the objects tmnxIPsecSAEncryptionKey, tmnxIPsecSAAuthenticationKey, tmnxIPsecSASpi, tmnxIPsecSAManualTransformId are required to be set in the same request.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxIPsecSALastChanged 1.3.6.1.4.1.6527.3.1.2.48.13.1.5
The value of tmnxIPsecSALastChanged indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxIPsecSAType 1.3.6.1.4.1.6527.3.1.2.48.13.1.6
The value of tmnxIPsecSAType indicates whether this SA entry is created manually by the user or dynamically by the IPsec sub-system.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxIPsecKeyingType  

tmnxIPsecSAEncryptionKey 1.3.6.1.4.1.6527.3.1.2.48.13.1.7
The value of tmnxIPsecSAEncryptionKey specifies the key used for the encryption algorithm defined by the tmnxIPsecTransformEncrAlgorithm in the IPsec transform indexed by tmnxIPsecSAManualTransformId. The length of the key must match the length required by the encryption algorithm. If a key of another length is set, the request will fail with an 'inconsistentValue' error. There is no default value for tmnxIPsecSAEncryptionKey and this is a required object when creating an entry in tmnxIPsecSATable. If tmnxIPsecSAEncryptionKey is not specified when creating an entry, the request will fail with an 'inconsistentValue' error.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

tmnxIPsecSAAuthenticationKey 1.3.6.1.4.1.6527.3.1.2.48.13.1.8
The value of tmnxIPsecSAAuthenticationKey specifies the key used for the authentication algorithm defined by the tmnxIPsecTransformAuthAlgorithm in the IPsec transform indexed by tmnxIPsecSAManualTransformId. The length of the key must match the length required by the authentication algorithm. If a key of another length is set, the request will fail with an 'inconsistentValue' error. There is no default value for tmnxIPsecSAAuthenticationKey and this is a required object when creating an entry in tmnxIPsecSATable. If tmnxIPsecSAAuthenticationKey is not specified when creating an entry, the request will fail with an 'inconsistentValue' error.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

tmnxIPsecSASpi 1.3.6.1.4.1.6527.3.1.2.48.13.1.9
The value of tmnxIPsecSASpi specifies the SPI (Security Parameter Index) used to lookup the instruction to verify and decrypt the incoming IPsec packets when the value of tmnxIPsecSADirection is 'inbound'. The value of tmnxIPsecSASpi specifies the SPI that will be used in the encoding of the outgoing packets when the value of tmnxIPsecSADirection is 'outbound'. The remote node can use this SPI to lookup the instruction to verify and decrypt the packet. There is no default value for tmnxIPsecSASpi and this is a required object when creating an entry in tmnxIPsecSATable. If tmnxIPsecSAAuthenticationKey is not specified when creating an entry, the request will fail with an 'inconsistentValue' error.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 256..16383  

tmnxIPsecSAManualTransformId 1.3.6.1.4.1.6527.3.1.2.48.13.1.10
The value of tmnxIPsecSAManualTransformId specifies the transform entry that will be used by this SA entry. This object should be specified for all the entries created by the user which are manual SAs. If the value of tmnxIPsecSAType is 'dynamic', then the value of tmnxIPsecSAManualTransformId is irrelevant and will be zero. There is no default value for tmnxIPsecSAManualTransformId and this is a required object when creating an entry in tmnxIPsecSATable. If tmnxIPsecSAManualTransformId is not specified when creating an entry, the request will fail with an 'inconsistentValue' error.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIPsecTransformIdOrZero  

tmnxIPsecSAAuthAlgorithm 1.3.6.1.4.1.6527.3.1.2.48.13.1.11
The value of tmnxIPsecSAAuthAlgorithm indicates the authentication algorithm used with this SA.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxAuthAlgorithm  

tmnxIPsecSAEncrAlgorithm 1.3.6.1.4.1.6527.3.1.2.48.13.1.12
The value of tmnxIPsecSAEncrAlgorithm indicates the encryption algorithm used with this SA.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxEncrAlgorithm  

tmnxIPsecSAStorageType 1.3.6.1.4.1.6527.3.1.2.48.13.1.13
The value of tmnxIPsecSAStorageType indicates how the row is stored. Entries with tmnxIPsecSAStorageType of 'read-only' are dynamic SAs and are created by the IPsec sub-system and cannot be modified or destroyed. All the entries created by the user are manual SAs and will have the tmnxIPsecSAStorageType as 'nonVolatile'.
Status: current Access: read-only
OBJECT-TYPE    
  StorageType  

tmnxIPsecSAEstablishedTime 1.3.6.1.4.1.6527.3.1.2.48.13.1.14
The value of tmnxIPsecSAEstablishedTime indicates the sysUpTime at the time the IPsec phase 2 negotiation completed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxIPsecSANegotiatedLifeTime 1.3.6.1.4.1.6527.3.1.2.48.13.1.15
The value of tmnxIPsecSANegotiatedLifeTime indicates the lifetime negotiated for phase2 Ike key.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tmnxIPsecSAStatsTable 1.3.6.1.4.1.6527.3.1.2.48.14
Table to retrieve the IPsec SA Statistics entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxIPsecSAStatsEntry

tmnxIPsecSAStatsEntry 1.3.6.1.4.1.6527.3.1.2.48.14.1
Information about a single IPsec SA Statistics entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxIPsecSAStatsEntry  

tmnxIPsecSAStatsBytesProcessed 1.3.6.1.4.1.6527.3.1.2.48.14.1.1
The value of tmnxIPsecSAStatsBytesProcessed indicates the number of bytes successfully processed for this SA.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecSAStatsBytesProcLow32 1.3.6.1.4.1.6527.3.1.2.48.14.1.2
The value of tmnxIPsecSAStatsBytesProcLow32 indicates the lower 32 bits of the value of tmnxIPsecSAStatsBytesProcessed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecSAStatsBytesProcHigh32 1.3.6.1.4.1.6527.3.1.2.48.14.1.3
The value of tmnxIPsecSAStatsBytesProcHigh32 indicates the higher 32 bits of the value of tmnxIPsecSAStatsBytesProcessed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecSAStatsPktsProcessed 1.3.6.1.4.1.6527.3.1.2.48.14.1.4
The value of tmnxIPsecSAStatsPktsProcessed indicates the number of packets successfully processed for this SA.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecSAStatsPktsProcLow32 1.3.6.1.4.1.6527.3.1.2.48.14.1.5
The value of tmnxIPsecSAStatsPktsProcLow32 indicates the lower 32 bits of the value of tmnxIPsecSAStatsPktsProcessed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecSAStatsPktsProcHigh32 1.3.6.1.4.1.6527.3.1.2.48.14.1.6
The value of tmnxIPsecSAStatsPktsProcHigh32 indicates the higher 32 bits of the value of tmnxIPsecSAStatsPktsProcessed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecSAStatsCryptoErrors 1.3.6.1.4.1.6527.3.1.2.48.14.1.7
The value of tmnxIPsecSAStatsCryptoErrors indicates the number of crypto errors encountered on this SA. The crypto errors include errors on packets where protocol does not match or if the check on authentication header length failed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecSAStatsReplayErrors 1.3.6.1.4.1.6527.3.1.2.48.14.1.8
The value of tmnxIPsecSAStatsReplayErrors indicates the number of replay errors encountered on this SA.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecSAStatsSAErrors 1.3.6.1.4.1.6527.3.1.2.48.14.1.9
The value of tmnxIPsecSAStatsSAErrors indicates the number of SA errors encountered on this SA. The SA errors include sequence number failure, invalid SA, ploicy version mismatch, illegal authentication algorithm, expanded packet too big, illegal configured algorithm and ttl decrement error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecSAStatsPolicyErrors 1.3.6.1.4.1.6527.3.1.2.48.14.1.10
The value of tmnxIPsecSAStatsPolicyErrors indicates the number of policy errors encountered on this SA. The policy errors include bundled SA, selector check and policy direction error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsTable 1.3.6.1.4.1.6527.3.1.2.48.15
Table to retrieve the IPsec Mda Data Path Statistics entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxIPsecMdaDpStatsEntry

tmnxIPsecMdaDpStatsEntry 1.3.6.1.4.1.6527.3.1.2.48.15.1
Information about a single IPsec Mda Data Path Statistics entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxIPsecMdaDpStatsEntry  

tmnxIPsecMdaDpStatsEncryptPkts 1.3.6.1.4.1.6527.3.1.2.48.15.1.1
The value of tmnxIPsecMdaDpStatsEncryptPkts indicates the number of packets encrypted by the IPsec data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpStatsEncryptPktsLow32 1.3.6.1.4.1.6527.3.1.2.48.15.1.2
The value of tmnxIPsecMdaDpStatsEncryptPktsLow32 indicates the lower 32 bits of the value of tmnxIPsecMdaDpStatsEncryptPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsEncryptPktsHigh32 1.3.6.1.4.1.6527.3.1.2.48.15.1.3
The value of tmnxIPsecMdaDpStatsEncryptPktsHigh32 indicates the higher 32 bits of the value of tmnxIPsecMdaDpStatsEncryptPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsEncryptBytes 1.3.6.1.4.1.6527.3.1.2.48.15.1.4
The value of tmnxIPsecMdaDpStatsEncryptBytes indicates the number of bytes encrypted by the IPsec data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpStatsEncryptBytesLow32 1.3.6.1.4.1.6527.3.1.2.48.15.1.5
The value of tmnxIPsecMdaDpStatsEncryptBytesLow32 indicates the lower 32 bits of the value of tmnxIPsecMdaDpStatsEncryptBytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsEncryptBytesHigh32 1.3.6.1.4.1.6527.3.1.2.48.15.1.6
The value of tmnxIPsecMdaDpStatsEncryptBytesHigh32 indicates the higher 32 bits of the value of tmnxIPsecMdaDpStatsEncryptBytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsDecryptPkts 1.3.6.1.4.1.6527.3.1.2.48.15.1.7
The value of tmnxIPsecMdaDpStatsDecryptPkts indicates the number of packets encrypted by the IPsec data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpStatsDecryptPktsLow32 1.3.6.1.4.1.6527.3.1.2.48.15.1.8
The value of tmnxIPsecMdaDpStatsDecryptPktsLow32 indicates the lower 32 bits of the value of tmnxIPsecMdaDpStatsDecryptPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsDecryptPktsHigh32 1.3.6.1.4.1.6527.3.1.2.48.15.1.9
The value of tmnxIPsecMdaDpStatsDecryptPktsHigh32 indicates the higher 32 bits of the value of tmnxIPsecMdaDpStatsDecryptPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsDecryptBytes 1.3.6.1.4.1.6527.3.1.2.48.15.1.10
The value of tmnxIPsecMdaDpStatsDecryptBytes indicates the number of bytes encrypted by the IPsec data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpStatsDecryptBytesLow32 1.3.6.1.4.1.6527.3.1.2.48.15.1.11
The value of tmnxIPsecMdaDpStatsDecryptBytesLow32 indicates the lower 32 bits of the value of tmnxIPsecMdaDpStatsDecryptBytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsDecryptBytesHigh32 1.3.6.1.4.1.6527.3.1.2.48.15.1.12
The value of tmnxIPsecMdaDpStatsDecryptBytesHigh32 indicates the higher 32 bits of the value of tmnxIPsecMdaDpStatsDecryptBytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsTxPktErrs 1.3.6.1.4.1.6527.3.1.2.48.15.1.13
The value of tmnxIPsecMdaDpStatsTxPktErrs indicates the number of packets transmit failures by the IPsec data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsOutBDropPkts 1.3.6.1.4.1.6527.3.1.2.48.15.1.14
The value of tmnxIPsecMdaDpStatsOutBDropPkts indicates the number of packets dropped before and during outbound (encryption) processing by the IPsec data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpStatsOutBDropPktsLow32 1.3.6.1.4.1.6527.3.1.2.48.15.1.15
The value of tmnxIPsecMdaDpStatsOutBDropPktsLow32 indicates the lower 32 bits of the value of tmnxIPsecMdaDpStatsOutBDropPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsOutBDropPktsHigh32 1.3.6.1.4.1.6527.3.1.2.48.15.1.16
The value of tmnxIPsecMdaDpStatsOutBDropPktsHigh32 indicates the higher 32 bits of the value of tmnxIPsecMdaDpStatsOutBDropPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsOutBSAMisses 1.3.6.1.4.1.6527.3.1.2.48.15.1.17
The value of tmnxIPsecMdaDpStatsOutBSAMisses indicates the number of packets dropped before outbound (encryption) processing by the IPsec data path due to no SA (security association) present.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpStatsOutBSAMissesLow32 1.3.6.1.4.1.6527.3.1.2.48.15.1.18
The value of tmnxIPsecMdaDpStatsOutBSAMissesLow32 indicates the lower 32 bits of the value of tmnxIPsecMdaDpStatsOutBSAMisses.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsOutBSAMissesHigh32 1.3.6.1.4.1.6527.3.1.2.48.15.1.19
The value of tmnxIPsecMdaDpStatsOutBSAMissesHigh32 indicates the higher 32 bits of the value of tmnxIPsecMdaDpStatsOutBSAMisses.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsOutBPolicyEntryMisses 1.3.6.1.4.1.6527.3.1.2.48.15.1.20
The value of tmnxIPsecMdaDpStatsOutBPolicyEntryMisses indicates the number of packets dropped before outbound (encryption) processing by the IPsec data path due to no matching Policy Entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsInBDropPkts 1.3.6.1.4.1.6527.3.1.2.48.15.1.21
The value of tmnxIPsecMdaDpStatsInBDropPkts indicates the number of packets dropped before and during inbound (decryption) processing by the IPsec data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpStatsInBDropPktsLow32 1.3.6.1.4.1.6527.3.1.2.48.15.1.22
The value of tmnxIPsecMdaDpStatsInBDropPktsLow32 indicates the lower 32 bits of the value of tmnxIPsecMdaDpStatsInBDropPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsInBDropPktsHigh32 1.3.6.1.4.1.6527.3.1.2.48.15.1.23
The value of tmnxIPsecMdaDpStatsInBDropPktsHigh32 indicates the higher 32 bits of the value of tmnxIPsecMdaDpStatsInBDropPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsInBSAMisses 1.3.6.1.4.1.6527.3.1.2.48.15.1.24
The value of tmnxIPsecMdaDpStatsInBSAMisses indicates the number of packets dropped before inbound (decryption) processing by the IPsec data path due to no SA (security association) present.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpStatsInBSAMissesLow32 1.3.6.1.4.1.6527.3.1.2.48.15.1.25
The value of tmnxIPsecMdaDpStatsInBSAMissesLow32 indicates the lower 32 bits of the value of tmnxIPsecMdaDpStatsInBSAMisses.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsInBSAMissesHigh32 1.3.6.1.4.1.6527.3.1.2.48.15.1.26
The value of tmnxIPsecMdaDpStatsInBSAMissesHigh32 indicates the higher 32 bits of the value of tmnxIPsecMdaDpStatsInBSAMisses.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStatsInBIPDstSrcMismatches 1.3.6.1.4.1.6527.3.1.2.48.15.1.27
The value of tmnxIPsecMdaDpStatsInBIPDstSrcMismatches indicates the number of packets dropped before inbound (decryption) processing by the IPsec data path due to the received packet's outer IP destination or source address does not match the Tunnel's local or peer gateway address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpInFragments 1.3.6.1.4.1.6527.3.1.2.48.15.1.28
The value of tmnxIPsecMdaDpInFragments indicates the number of fragments received by the IPsec data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpInFragmentsLow32 1.3.6.1.4.1.6527.3.1.2.48.15.1.29
The value of tmnxIPsecMdaDpInFragmentsLow32 indicates the lower 32 bits of the value of tmnxIPsecMdaDpInFragments.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpInFragmentsHigh32 1.3.6.1.4.1.6527.3.1.2.48.15.1.30
The value of tmnxIPsecMdaDpInFragmentsHigh32 indicates the higher 32 bits of the value of tmnxIPsecMdaDpInFragments.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpPktsReassem 1.3.6.1.4.1.6527.3.1.2.48.15.1.31
The value of tmnxIPsecMdaDpPktsReassem indicates the number of packets reassembled by the IPsec data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpPktsReassemLow32 1.3.6.1.4.1.6527.3.1.2.48.15.1.32
The value of tmnxIPsecMdaDpPktsReassemLow32 indicates the lower 32 bits of the value of tmnxIPsecMdaDpPktsReassem.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpPktsReassemHigh32 1.3.6.1.4.1.6527.3.1.2.48.15.1.33
The value of tmnxIPsecMdaDpPktsReassemHigh32 indicates the higher 32 bits of the value of tmnxIPsecMdaDpPktsReassem.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpFragDropTime 1.3.6.1.4.1.6527.3.1.2.48.15.1.34
The value of tmnxIPsecMdaDpFragDropTime indicates the number of fragments dropped due to time-out by the IPsec data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpFragDropTimeLow32 1.3.6.1.4.1.6527.3.1.2.48.15.1.35
The value of tmnxIPsecMdaDpFragDropTimeLow32 indicates the lower 32 bits of the value of tmnxIPsecMdaDpFragDropTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpFragDropTimeHigh32 1.3.6.1.4.1.6527.3.1.2.48.15.1.36
The value of tmnxIPsecMdaDpFragDropTimeHigh32 indicates the higher 32 bits of the value of tmnxIPsecMdaDpFragDropTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpFragDropped 1.3.6.1.4.1.6527.3.1.2.48.15.1.37
The value of tmnxIPsecMdaDpFragDropped indicates the number of total fragments dropped by the IPsec data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpFragDroppedLow32 1.3.6.1.4.1.6527.3.1.2.48.15.1.38
The value of tmnxIPsecMdaDpFragDroppedLow32 indicates the lower 32 bits of the value of tmnxIPsecMdaDpFragDropped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpFragDroppedHigh32 1.3.6.1.4.1.6527.3.1.2.48.15.1.39
The value of tmnxIPsecMdaDpFragDroppedHigh32 indicates the higher 32 bits of the value of tmnxIPsecMdaDpFragDropped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpGreTnlInPkts 1.3.6.1.4.1.6527.3.1.2.48.15.1.40
The value of tmnxIPsecMdaDpGreTnlInPkts indicates the number of packets received by the GRE tunnel data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpGreTnlInPktsLo 1.3.6.1.4.1.6527.3.1.2.48.15.1.41
The value of tmnxIPsecMdaDpGreTnlInPktsLo indicates the lower 32 bits of the number of packets received by the GRE tunnel data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpGreTnlInPktsHi 1.3.6.1.4.1.6527.3.1.2.48.15.1.42
The value of tmnxIPsecMdaDpGreTnlInPktsHi indicates the higher 32 bits of the number of packets received by the GRE tunnel data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpGreTnlInBytes 1.3.6.1.4.1.6527.3.1.2.48.15.1.43
The value of tmnxIPsecMdaDpGreTnlInBytes indicates the number of packets received by the GRE tunnel data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpGreTnlInBytesLo 1.3.6.1.4.1.6527.3.1.2.48.15.1.44
The value of tmnxIPsecMdaDpGreTnlInBytesLo indicates the lower 32 bits of the number of packets received by the GRE tunnel data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpGreTnlInBytesHi 1.3.6.1.4.1.6527.3.1.2.48.15.1.45
The value of tmnxIPsecMdaDpGreTnlInBytesHi indicates the higher 32 bits of the number of packets received by the GRE tunnel data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpGreTnlInErrs 1.3.6.1.4.1.6527.3.1.2.48.15.1.46
The value of tmnxIPsecMdaDpGreTnlInErrs indicates the number of packets received by the GRE tunnel data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpGreTnlInErrsLo 1.3.6.1.4.1.6527.3.1.2.48.15.1.47
The value of tmnxIPsecMdaDpGreTnlInErrsLo indicates the lower 32 bits of the number of packets received by the GRE tunnel data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpGreTnlInErrsHi 1.3.6.1.4.1.6527.3.1.2.48.15.1.48
The value of tmnxIPsecMdaDpGreTnlInErrsHi indicates the higher 32 bits of the number of packets received by the GRE tunnel data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpGreTnlOutPkts 1.3.6.1.4.1.6527.3.1.2.48.15.1.49
The value of tmnxIPsecMdaDpGreTnlOutPkts indicates the number of packets received by the GRE tunnel data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpGreTnlOutPktsLo 1.3.6.1.4.1.6527.3.1.2.48.15.1.50
The value of tmnxIPsecMdaDpGreTnlOutPktsLo indicates the lower 32 bits of the number of packets received by the GRE tunnel data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpGreTnlOutPktsHi 1.3.6.1.4.1.6527.3.1.2.48.15.1.51
The value of tmnxIPsecMdaDpGreTnlOutPktsHi indicates the higher 32 bits of the number of packets received by the GRE tunnel data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpGreTnlOutBytes 1.3.6.1.4.1.6527.3.1.2.48.15.1.52
The value of tmnxIPsecMdaDpGreTnlOutBytes indicates the number of packets received by the GRE tunnel data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpGreTnlOutBytesLo 1.3.6.1.4.1.6527.3.1.2.48.15.1.53
The value of tmnxIPsecMdaDpGreTnlOutBytesLo indicates the lower 32 bits of the number of packets received by the GRE tunnel data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpGreTnlOutBytesHi 1.3.6.1.4.1.6527.3.1.2.48.15.1.54
The value of tmnxIPsecMdaDpGreTnlOutBytesHi indicates the higher 32 bits of the number of packets received by the GRE tunnel data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpGreTnlOutErrs 1.3.6.1.4.1.6527.3.1.2.48.15.1.55
The value of tmnxIPsecMdaDpGreTnlOutErrs indicates the number of packets received by the GRE tunnel data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpGreTnlOutErrsLo 1.3.6.1.4.1.6527.3.1.2.48.15.1.56
The value of tmnxIPsecMdaDpGreTnlOutErrsLo indicates the lower 32 bits of the number of packets received by the GRE tunnel data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpGreTnlOutErrsHi 1.3.6.1.4.1.6527.3.1.2.48.15.1.57
The value of tmnxIPsecMdaDpGreTnlOutErrsHi indicates the higher 32 bits of the number of packets received by the GRE tunnel data path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpPktsDropDfSet 1.3.6.1.4.1.6527.3.1.2.48.15.1.58
The value of tmnxIPsecMdaDpPktsDropDfSet indicates the number of packets with DF bit set dropped in this Tunnel exceeding MTU size and with clear tunnel DF bit not set.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tmnxIPsecMdaDpPktsDropDfSetLo 1.3.6.1.4.1.6527.3.1.2.48.15.1.59
The value of tmnxIPsecMdaDpPktsDropDfSetLo indicates lower 32 bits of the value of tmnxIPsecMdaDpPktsDropDfSet object.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpPktsDropDfSetHi 1.3.6.1.4.1.6527.3.1.2.48.15.1.60
The value of tmnxIPsecMdaDpPktsDropDfSetHi indicates higher 32 bits of the value of tmnxIPsecMdaDpPktsDropDfSet object.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpStaticIPsecTnls 1.3.6.1.4.1.6527.3.1.2.48.15.1.61
The value of tmnxIPsecMdaDpStaticIPsecTnls indicates number of configured static IPsec tunnels on the MDA.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpDynIPsecTnls 1.3.6.1.4.1.6527.3.1.2.48.15.1.62
The value of tmnxIPsecMdaDpDynIPsecTnls indicates number of dynamic IPsec tunnels in use on the MDA.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpIpGreTnls 1.3.6.1.4.1.6527.3.1.2.48.15.1.63
The value of tmnxIPsecMdaDpIpGreTnls indicates number of configured IP tunnels (with GRE headers) on the MDA.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecMdaDpIpv4Tnls 1.3.6.1.4.1.6527.3.1.2.48.15.1.64
The value of tmnxIPsecMdaDpIpv4Tnls indicates number of configured IPv4 tunnels on the MDA.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tIPsecTnlTempTblLastChanged 1.3.6.1.4.1.6527.3.1.2.48.16
The value of tIPsecTnlTempTblLastChanged indicates the sysUpTime at the time of the last modification to tIPsecTnlTempTable by adding, deleting an entry or change to a writable object in the table. If no changes were made to the table since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tIPsecTnlTempTable 1.3.6.1.4.1.6527.3.1.2.48.17
Table to store the IPsec tunnel template entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TIPsecTnlTempEntry

tIPsecTnlTempEntry 1.3.6.1.4.1.6527.3.1.2.48.17.1
Information about a single IPsec tunnel template entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TIPsecTnlTempEntry  

tIPsecTnlTempId 1.3.6.1.4.1.6527.3.1.2.48.17.1.1
The value of tIPsecTnlTempId specifies the id of a tunnel template entry and is the primary index for the table tIPsecTnlTempTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxIPsecTunnelTemplateId  

tIPsecTnlTempRowStatus 1.3.6.1.4.1.6527.3.1.2.48.17.1.2
The tIPsecTnlTempRowStatus object is used to create and delete rows in the tIPsecTnlTempTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tIPsecTnlTempLastChanged 1.3.6.1.4.1.6527.3.1.2.48.17.1.3
The value of tIPsecTnlTempLastChanged indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tIPsecTnlTempDescr 1.3.6.1.4.1.6527.3.1.2.48.17.1.4
The value of tIPsecTnlTempDescr specifies the user-provided description for the template.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tIPsecTnlTempReverseRoute 1.3.6.1.4.1.6527.3.1.2.48.17.1.5
The value of tIPsecTnlTempReverseRoute specifies whether node using this template will accept framed-routes sent by radius server and install them for the lifetime of the tunnel as managed routes. If this object is set to 'useSecurityPolicy' then the node using this template will add a route to every client-side-protected-subnet as signaled by the client.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), reverseRoute(1), useSecurityPolicy(2)  

tIPsecTnlTempDynKeyTransformId1 1.3.6.1.4.1.6527.3.1.2.48.17.1.6
The value of tIPsecTnlTempDynKeyTransformId1 specifies the first transform-id for this IPSec Tunnel template to use.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIPsecTransformIdOrZero  

tIPsecTnlTempDynKeyTransformId2 1.3.6.1.4.1.6527.3.1.2.48.17.1.7
The value of tIPsecTnlTempDynKeyTransformId2 specifies the second transform-id for this IPSec Tunnel template to use.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIPsecTransformIdOrZero  

tIPsecTnlTempDynKeyTransformId3 1.3.6.1.4.1.6527.3.1.2.48.17.1.8
The value of tIPsecTnlTempDynKeyTransformId3 specifies the third transform-id for this IPSec Tunnel template to use.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIPsecTransformIdOrZero  

tIPsecTnlTempDynKeyTransformId4 1.3.6.1.4.1.6527.3.1.2.48.17.1.9
The value of tIPsecTnlTempDynKeyTransformId4 specifies the fourth transform-id for this IPSec Tunnel template to use.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIPsecTransformIdOrZero  

tIPsecTnlTempReplayWindow 1.3.6.1.4.1.6527.3.1.2.48.17.1.10
The value of tIPsecTnlTempReplayWindow specifies the size of the anti-replay window for the template. If the value of tmnxIPsecTunnelReplayWindow is set to 0, then the anti-replay feature is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0 | 32 | 64 | 128 | 256 | 512  

tmnxIPsecGWTblLastChgd 1.3.6.1.4.1.6527.3.1.2.48.18
The value of tmnxIPsecGWTblLastChgd indicates the sysUpTime at the time of the last modification of tmnxIPsecGWTable. If no changes were made to the entry since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxIPsecGWTable 1.3.6.1.4.1.6527.3.1.2.48.19
A table that contains SAP IPSec gateway information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxIPsecGWEntry

tmnxIPsecGWEntry 1.3.6.1.4.1.6527.3.1.2.48.19.1
Information about a SAP IPSec gateway.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxIPsecGWEntry  

tmnxIPsecGWRowStatus 1.3.6.1.4.1.6527.3.1.2.48.19.1.1
The value of tmnxIPsecGWRowStatus controls the creation and deletion of rows in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxIPsecGWLastMgmtChange 1.3.6.1.4.1.6527.3.1.2.48.19.1.2
The value of tmnxIPsecGWLastMgmtChange indicates the value of sysUpTime at the time of the last management change of any writable object of this row.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxIPsecGWAdminState 1.3.6.1.4.1.6527.3.1.2.48.19.1.3
The value of the object tmnxIPsecGWAdminState specifies the administrative state of SAP IPSec gateway entry.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAdminState  

tmnxIPsecGWOperState 1.3.6.1.4.1.6527.3.1.2.48.19.1.4
The value of the object tmnxIPsecGWOperState indicates the operating state of the SAP IPSec gateway.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxOperState  

tmnxIPsecGWTunnelPolicyTemp 1.3.6.1.4.1.6527.3.1.2.48.19.1.5
The value of the object tmnxIPsecGWTunnelPolicyTemp specifies the TIMETRA-IPSEC-MIB::tIPsecTnlTempId used by this SAP IPSec gateway.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIPsecTunnelTemplateIdOrZero  

tmnxIPsecGWSecureService 1.3.6.1.4.1.6527.3.1.2.48.19.1.6
The value of the object tmnxIPsecGWSecureService specifies the service-id of the default security service used by this SAP IPSec gateway.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxServId  

tmnxIPsecGWIfName 1.3.6.1.4.1.6527.3.1.2.48.19.1.7
The value of the object tmnxIPsecGWIfName specifies the IPSec interface used by the SAP.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxIPsecGWInetAddrType 1.3.6.1.4.1.6527.3.1.2.48.19.1.8
The value of the object tmnxIPsecGWInetAddrType specifies the address type of the SAP IPSec gateway.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tmnxIPsecGWInetAddress 1.3.6.1.4.1.6527.3.1.2.48.19.1.9
This value of tmnxIPsecGWInetAddress specifies the IPv4 address of the SAP IPSec gateway.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0|4)  

tmnxIPsecGWIkePolicyId 1.3.6.1.4.1.6527.3.1.2.48.19.1.10
The value of tmnxIPsecGWIkePolicyId specifies the policy id for this SAP IPSec gateway.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIkePolicyIdOrZero  

tmnxIPsecGWIkePreShared 1.3.6.1.4.1.6527.3.1.2.48.19.1.11
The value of tmnxIPsecGWIkePreShared specifies the shared secret between the two peers forming the tunnel for the SAP IPSec gateway.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

tmnxIPsecGWLclX509Cert 1.3.6.1.4.1.6527.3.1.2.48.19.1.12
The value of tmnxIPsecGWLclX509Cert specifies the path-name of the local X509 Certificate to be used with this SAP IPSec gateway.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..180)  

tmnxIPsecGWLclPrivateKey 1.3.6.1.4.1.6527.3.1.2.48.19.1.13
The value of tmnxIPsecGWLclPrivateKey specifies the path-name of the local private key to be used with this SAP IPSec gateway.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..180)  

tmnxIPsecGWOperFlags 1.3.6.1.4.1.6527.3.1.2.48.19.1.14
The value of tmnxIPsecGWOperFlags indicates the reason why the gateway is operationally down.
Status: current Access: read-only
OBJECT-TYPE    
  BITS localIpUnreachable(0), gatewayAdminDown(1), x509CertUnavailable(2), privateKeyUnavailable(3), caCertUnavailable(4), caCRLUnavailable(5)  

tmnxIPsecGWCACert 1.3.6.1.4.1.6527.3.1.2.48.19.1.15
The value of tmnxIPsecGWCACert specifies the path-name of the Certificate from the Certificate-Authority to be used with this SAP IPSec gateway.
Status: obsolete Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..180)  

tmnxIPsecGWCACertRevocList 1.3.6.1.4.1.6527.3.1.2.48.19.1.16
The value of tmnxIPsecGWCACertRevocList specifies the path-name of the Certificate Revocation List (CRL) from Certificate-Authority to be used with this SAP IPSec gateway.
Status: obsolete Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..180)  

tmnxIPsecGWName 1.3.6.1.4.1.6527.3.1.2.48.19.1.17
The value of the object tmnxIPsecGWIfName specifies the name for this IPSec gateway. An 'inconsistentValue' error is returned if value of this object is not set to unique value at the time of creation.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItem  

tmnxIPsecGWCertTrustAnchor 1.3.6.1.4.1.6527.3.1.2.48.19.1.18
The value of tmnxIPsecGWCertTrustAnchor specifies the name for Certificate-Authority Profile name associated with this SAP IPSec gateway certificate. An 'inconsistentValue' error is returned if this object is modified when tmnxIPsecGWAdminState is in 'inService' state.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxIPsecGWLocalIdType 1.3.6.1.4.1.6527.3.1.2.48.19.1.19
The value of tmnxIPsecGWLocalIdType specifies the local-identifier of 7750 used for IDi or IDr for IKEv2. An 'inconsistentValue' error is returned if this object is modified when tmnxIPsecGWAdminState is in 'inService' state.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIPsecLocalIdType  

tmnxIPsecGWLocalIdValue 1.3.6.1.4.1.6527.3.1.2.48.19.1.20
The value of tmnxIPsecGWLocalIdValue specifies the value associated with tmnxIPsecGWLocalIdType object. Value is extracted from the configured certificate when tmnxIPsecGWLocalIdType is set to 'dn'.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

tIPsecRUTnlTable 1.3.6.1.4.1.6527.3.1.2.48.20
Table to store dynamic IPsec Remote-User Tunnel entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TIPsecRUTnlEntry

tIPsecRUTnlEntry 1.3.6.1.4.1.6527.3.1.2.48.20.1
Information about a single dynamic IPsec Remote-User Tunnel entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TIPsecRUTnlEntry  

tIPsecRUTnlInetAddrType 1.3.6.1.4.1.6527.3.1.2.48.20.1.1
The value of the object tIPsecRUTnlInetAddrType indicates the address type of the SAP IPsec gateway to the tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

tIPsecRUTnlInetAddress 1.3.6.1.4.1.6527.3.1.2.48.20.1.2
This value of tIPsecRUTnlInetAddress indicates the address of of the SAP IPsec gateway to the tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

tIPsecRUTnlPort 1.3.6.1.4.1.6527.3.1.2.48.20.1.3
The value of tIPsecRUTnlPort indicates the UDP port of the SAP IPsec gateway to the tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  TTcpUdpPort  

tIPsecRUTnlPrivateIpAddrType 1.3.6.1.4.1.6527.3.1.2.48.20.1.4
The value of the object tIPsecRUTnlPrivateIpAddrType indicates the address type of the private IP Address in the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

tIPsecRUTnlPrivateIpAddr 1.3.6.1.4.1.6527.3.1.2.48.20.1.5
The value of tIPsecRUTnlPrivateIpAddr indicates the private ip address on the IPsec gateway tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(0|4|16|20)  

tIPsecRUTnlPrivateIpPrefixLen 1.3.6.1.4.1.6527.3.1.2.48.20.1.6
The value of tIPsecRUTnlPrivateIpPrefixLen indicates the number of bits to match on the tIPsecRUTnlPrivateIpAddr.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressPrefixLength  

tIPsecRUTnlTempId 1.3.6.1.4.1.6527.3.1.2.48.20.1.7
The value of tIPsecRUTnlTempId indicates the id of a tunnel template entry used for the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxIPsecTunnelTemplateId  

tIPsecRUTnlIPsecSALifeTime 1.3.6.1.4.1.6527.3.1.2.48.20.1.8
The value of tIPsecRUTnlIPsecSALifeTime indicates the lifetime of the phase 2 Ike key.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1200..172800  

tIPsecRUTnlPfsDHGroup 1.3.6.1.4.1.6527.3.1.2.48.20.1.9
The value of tIPsecRUTnlPfsDHGroup indicates the new Diffie-hellman key exchange each time the SA(Security Association) key is renegotiated. After the SA expires, the key is forgotten and another key is generated (if the SA remains up). This means that an attacker who cracks part of the exchange can only read the part that used the key before the key changed. There is no advantage of cracking the other parts if the attacker has already cracked one.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxIkePolicyDHGroupOrZero  

tIPsecRUTnlReplayWindow 1.3.6.1.4.1.6527.3.1.2.48.20.1.10
The value of tIPsecRUTnlReplayWindow indicates the size of the anti-replay window.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0 | 32 | 64 | 128 | 256 | 512  

tIPsecRUTnlPrivateSvcId 1.3.6.1.4.1.6527.3.1.2.48.20.1.11
The value of tIPsecRUTnlPrivateSvcId indicates the service-id of the Tunnel delivery service.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxServId  

tIPsecRUTnlPrivateIfIndex 1.3.6.1.4.1.6527.3.1.2.48.20.1.12
The value of tIPsecRUTnlPrivateIfIndex indicates the private interface index used by the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

tIPsecRUTnlHasBiDirectionalSA 1.3.6.1.4.1.6527.3.1.2.48.20.1.13
The value of tIPsecRUTnlHasBiDirectionalSA indicates whether this tunnel has bi-directional Security-Association entries.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

tIPsecRUTnlHostISA 1.3.6.1.4.1.6527.3.1.2.48.20.1.14
The value of tIPsecRUTnlHostISA indicates the active ISA that is being used to host this tunnel. This object will have a value of zero when this tunnel is operationally down.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxHwIndexOrZero  

tIPsecRUTnlStatsTable 1.3.6.1.4.1.6527.3.1.2.48.21
Table to store IPsec Remote User Tunnel statistics
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TIPsecRUTnlStatsEntry

tIPsecRUTnlStatsEntry 1.3.6.1.4.1.6527.3.1.2.48.21.1
Statistics for a single IPsec Remote User Tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  TIPsecRUTnlStatsEntry  

tIPsecRUTnlIsakmpState 1.3.6.1.4.1.6527.3.1.2.48.21.1.1
The value of tIPsecRUTnlIsakmpState indicates the state of phase 1 IPsec negotiation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

tIPsecRUTnlIsakmpEstabTime 1.3.6.1.4.1.6527.3.1.2.48.21.1.2
The value of tIPsecRUTnlIsakmpEstabTime indicates the sysUpTime at the time the IPsec phase 1 negotiation completed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tIPsecRUTnlIsakmpNegLifeTime 1.3.6.1.4.1.6527.3.1.2.48.21.1.3
The value of tIPsecRUTnlIsakmpNegLifeTime indicates the lifetime negotiated for phase1 Ike key.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tIPsecRUTnlNumDpdTx 1.3.6.1.4.1.6527.3.1.2.48.21.1.4
The value of tIPsecRUTnlNumDpdTx indicates the number of Dead-Peer-Detection packets transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tIPsecRUTnlNumDpdRx 1.3.6.1.4.1.6527.3.1.2.48.21.1.5
The value of tIPsecRUTnlNumDpdRx indicates the number of Dead-Peer-Detection packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tIPsecRUTnlNumDpdAckTx 1.3.6.1.4.1.6527.3.1.2.48.21.1.6
The value of tIPsecRUTnlNumDpdAckTx indicates the number of Dead-Peer-Detection acknowledgement packets transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tIPsecRUTnlNumDpdAckRx 1.3.6.1.4.1.6527.3.1.2.48.21.1.7
The value of tIPsecRUTnlNumDpdAckRx indicates the number of Dead-Peer-Detection acknowledgement packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tIPsecRUTnlNumExpRx 1.3.6.1.4.1.6527.3.1.2.48.21.1.8
The value of tIPsecRUTnlNumExpRx indicates the number of DPD R-U-THERE packets that have not been acknowledged.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tIPsecRUTnlNumInvalidDpdRx 1.3.6.1.4.1.6527.3.1.2.48.21.1.9
The value of tIPsecRUTnlNumInvalidDpdRx indicates the number of malformed DPD R-U-THERE acknowledgement packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tIPsecRUTnlNumCtrlPktsTx 1.3.6.1.4.1.6527.3.1.2.48.21.1.10
The value of tIPsecRUTnlNumCtrlPktsTx indicates the number of control packets this IPsec Tunnel has sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tIPsecRUTnlNumCtrlPktsRx 1.3.6.1.4.1.6527.3.1.2.48.21.1.11
The value of tIPsecRUTnlNumCtrlPktsRx indicates the number of control packets this IPsec Tunnel has received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tIPsecRUTnlNumCtrlTxErrors 1.3.6.1.4.1.6527.3.1.2.48.21.1.12
The value of tIPsecRUTnlNumCtrlTxErrors indicates the number of control packet transmit errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tIPsecRUTnlNumCtrlRxErrors 1.3.6.1.4.1.6527.3.1.2.48.21.1.13
The value of tIPsecRUTnlNumCtrlRxErrors indicates the number of control packet receive errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tIPsecRUSATable 1.3.6.1.4.1.6527.3.1.2.48.22
Table to store the IPsec remote-user dynamic SA entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TIPsecRUSAEntry

tIPsecRUSAEntry 1.3.6.1.4.1.6527.3.1.2.48.22.1
Information about a single IPsec remote-user SA entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TIPsecRUSAEntry  

tIPsecRUSAId 1.3.6.1.4.1.6527.3.1.2.48.22.1.1
The value of tIPsecRUSAId indicates the id of an SA entry and is part of the index for the tIPsecRUSATable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..16  

tIPsecRUSAIndex 1.3.6.1.4.1.6527.3.1.2.48.22.1.2
The value of tIPsecRUSAIndex indicates an additional index to uniquely indentify the SA entry in the tIPsecRUSATable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2  

tIPsecRUSADirection 1.3.6.1.4.1.6527.3.1.2.48.22.1.3
The value of tIPsecRUSADirection indicates the direction on the IPsec Tunnel to which this SA entry can be applied. The value of tIPsecRUSADirection is also part of the index for the table tIPsecRUSATable
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxIPsecDirection  

tIPsecRUSAEncryptionKey 1.3.6.1.4.1.6527.3.1.2.48.22.1.4
The value of tIPsecRUSAEncryptionKey indicates the key used for the encryption algorithm defined by the tIPsecRUSAEncrAlgorithm in the IPsec transform.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

tIPsecRUSAAuthenticationKey 1.3.6.1.4.1.6527.3.1.2.48.22.1.5
The value of tIPsecRUSAAuthenticationKey indicates the key used for the authentication algorithm defined by the tIPsecRUSAAuthAlgorithm in the IPsec transform.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

tIPsecRUSASpi 1.3.6.1.4.1.6527.3.1.2.48.22.1.6
The value of tIPsecRUSASpi indicates the SPI (Security Parameter Index) used to lookup the instruction to verify and decrypt the incoming IPsec packets when the value of tIPsecRUSADirection is 'inbound'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 256..16383  

tIPsecRUSAAuthAlgorithm 1.3.6.1.4.1.6527.3.1.2.48.22.1.7
The value of tIPsecRUSAAuthAlgorithm indicates the authentication algorithm used with this SA.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxAuthAlgorithm  

tIPsecRUSAEncrAlgorithm 1.3.6.1.4.1.6527.3.1.2.48.22.1.8
The value of tIPsecRUSAEncrAlgorithm indicates the encryption algorithm used with this SA.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxEncrAlgorithm  

tIPsecRUSAEstablishedTime 1.3.6.1.4.1.6527.3.1.2.48.22.1.9
The value of tIPsecRUSAEstablishedTime indicates the sysUpTime at the time the IPsec phase 2 negotiation completed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tIPsecRUSANegotiatedLifeTime 1.3.6.1.4.1.6527.3.1.2.48.22.1.10
The value of tIPsecRUSANegotiatedLifeTime indicates the lifetime negotiated for phase2 Ike key.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tIPsecRUSALclAddrType 1.3.6.1.4.1.6527.3.1.2.48.22.1.11
The value of tIPsecRUSALclAddrType indicates the address type of address in tIPsecRUSALclAddr.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

tIPsecRUSALclAddr 1.3.6.1.4.1.6527.3.1.2.48.22.1.12
The value of tIPsecRUSALclAddr indicates the ip address on the vpn side.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(0|4|16|20)  

tIPsecRUSALclAPrefLen 1.3.6.1.4.1.6527.3.1.2.48.22.1.13
The value of tIPsecRUSALclAPrefLen indicates the number of bits to match of the tIPsecRUSALclAddr.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressPrefixLength  

tIPsecRUSARemAddrType 1.3.6.1.4.1.6527.3.1.2.48.22.1.14
The value of tIPsecRUSARemAddrType indicates the address type of address in tIPsecRUSARemAddr.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

tIPsecRUSARemAddr 1.3.6.1.4.1.6527.3.1.2.48.22.1.15
The value of tIPsecRUSARemAddr indicates the ip address on the tunnel side.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(0|4|16|20)  

tIPsecRUSARemAPrefLen 1.3.6.1.4.1.6527.3.1.2.48.22.1.16
The value of tIPsecRUSARemAPrefLen indicates the number of bits to match of the tIPsecRUSARemAddr.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressPrefixLength  

tIPsecRUSAStatsTable 1.3.6.1.4.1.6527.3.1.2.48.23
Table to retrieve the IPsec Remote-User SA Statistics entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TIPsecRUSAStatsEntry

tIPsecRUSAStatsEntry 1.3.6.1.4.1.6527.3.1.2.48.23.1
Information about a single IPsec Remote-User SA Statistics entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TIPsecRUSAStatsEntry  

tIPsecRUSAStatsBytesProcessed 1.3.6.1.4.1.6527.3.1.2.48.23.1.1
The value of tIPsecRUSAStatsBytesProcessed indicates the number of bytes successfully processed for this SA.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tIPsecRUSAStatsBytesProcLow32 1.3.6.1.4.1.6527.3.1.2.48.23.1.2
The value of tIPsecRUSAStatsBytesProcLow32 indicates the lower 32 bits of the value of tIPsecRUSAStatsBytesProcessed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tIPsecRUSAStatsBytesProcHigh32 1.3.6.1.4.1.6527.3.1.2.48.23.1.3
The value of tIPsecRUSAStatsBytesProcHigh32 indicates the higher 32 bits of the value of tIPsecRUSAStatsBytesProcessed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tIPsecRUSAStatsPktsProcessed 1.3.6.1.4.1.6527.3.1.2.48.23.1.4
The value of tIPsecRUSAStatsPktsProcessed indicates the number of packets successfully processed for this SA.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tIPsecRUSAStatsPktsProcLow32 1.3.6.1.4.1.6527.3.1.2.48.23.1.5
The value of tIPsecRUSAStatsPktsProcLow32 indicates the lower 32 bits of the value of tIPsecRUSAStatsPktsProcessed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tIPsecRUSAStatsPktsProcHigh32 1.3.6.1.4.1.6527.3.1.2.48.23.1.6
The value of tIPsecRUSAStatsPktsProcHigh32 indicates the higher 32 bits of the value of tIPsecRUSAStatsPktsProcessed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tIPsecRUSAStatsCryptoErrors 1.3.6.1.4.1.6527.3.1.2.48.23.1.7
The value of tIPsecRUSAStatsCryptoErrors indicates the number of crypto errors encountered on this SA. The crypto errors include errors on packets where protocol does not match or if the check on authentication header length failed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tIPsecRUSAStatsReplayErrors 1.3.6.1.4.1.6527.3.1.2.48.23.1.8
The value of tIPsecRUSAStatsReplayErrors indicates the number of replay errors encountered on this SA.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tIPsecRUSAStatsSAErrors 1.3.6.1.4.1.6527.3.1.2.48.23.1.9
The value of tIPsecRUSAStatsSAErrors indicates the number of SA errors encountered on this SA. The SA errors include sequence number failure, invalid SA, policy version mismatch, illegal authentication algorithm, expanded packet too big, illegal configured algorithm and ttl decrement error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tIPsecRUSAStatsPolicyErrors 1.3.6.1.4.1.6527.3.1.2.48.23.1.10
The value of tIPsecRUSAStatsPolicyErrors indicates the number of policy errors encountered on this SA. The policy errors include bundled SA, selector check and policy direction error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tmnxIPsecTunnelCountObjs 1.3.6.1.4.1.6527.3.1.2.48.24
OBJECT IDENTIFIER    

tmnxIPsecPskTunnels 1.3.6.1.4.1.6527.3.1.2.48.24.1
The value of tmnxIPsecPskTunnels indicates the number of IPSec tunnels with tmnxIkePolicyAuthMethod set to 'psk'.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

tmnxIPsecGWPskTunnels 1.3.6.1.4.1.6527.3.1.2.48.24.2
The value of tmnxIPsecGWPskTunnels indicates the number of IPSec gateway tunnels with tmnxIkePolicyAuthMethod set to 'psk'.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

tmnxIPsecGWPskXAuthTunnels 1.3.6.1.4.1.6527.3.1.2.48.24.3
The value of tmnxIPsecGWPskXAuthTunnels indicates the number of IPSec gateway tunnels with tmnxIkePolicyAuthMethod set to 'plainPskXAuth'.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

tmnxIPsecGWCertTunnels 1.3.6.1.4.1.6527.3.1.2.48.24.4
The value of tmnxIPsecGWCertTunnels indicates the number of IPSec gateway tunnels with tmnxIkePolicyAuthMethod set to 'cert'.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

tmnxIPsecTunnelBfdTableLastChgd 1.3.6.1.4.1.6527.3.1.2.48.25
The value of tmnxIPsecTunnelBfdTableLastChgd indicates the sysUpTime at the time of the last modification to tmnxIPsecTunnelBfdTable by adding, deleting an entry or change to a writable object in the table. If no changes were made to the table since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxIPsecTunnelBfdTable 1.3.6.1.4.1.6527.3.1.2.48.26
Table to store the IPsec Tunnel BFD session entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxIPsecTunnelBfdEntry

tmnxIPsecTunnelBfdEntry 1.3.6.1.4.1.6527.3.1.2.48.26.1
Information about a single IPsec Tunnel BFD session entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxIPsecTunnelBfdEntry  

tmnxIPsecTunnelBfdSvcId 1.3.6.1.4.1.6527.3.1.2.48.26.1.1
The value of the object tmnxIPsecTunnelBfdSvcId specifies the service-id of the interface running BFD.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxServId  

tmnxIPsecTunnelBfdIfName 1.3.6.1.4.1.6527.3.1.2.48.26.1.2
The value of the object tmnxIPsecTunnelBfdIfName specifies the IPSec interface used by the BFD session.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tmnxIPsecTunnelBfdDstAddrType 1.3.6.1.4.1.6527.3.1.2.48.26.1.3
The value of tmnxIPsecTunnelBfdDstAddrType specifies the address type of address in tmnxIPsecTunnelBfdDstAddr.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

tmnxIPsecTunnelBfdDstAddr 1.3.6.1.4.1.6527.3.1.2.48.26.1.4
The value of tmnxIPsecTunnelBfdDstAddr specifies the destination ipaddress to be used for the BFD session.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

tmnxIPsecTunnelBfdRowStatus 1.3.6.1.4.1.6527.3.1.2.48.26.1.5
The tmnxIPsecTunnelBfdRowStatus object is used to create and delete rows in the tmnxIPsecTunnelBfdTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxIPsecTunnelBfdLastChanged 1.3.6.1.4.1.6527.3.1.2.48.26.1.6
The value of tmnxIPsecTunnelBfdLastChanged indicates the sysUpTime at the time of the last modification of this entry. If no changes were made to the entry since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxIPsecTunnelBfdSrcAddrType 1.3.6.1.4.1.6527.3.1.2.48.26.1.7
The value of tmnxIPsecTunnelBfdSrcAddrType indicates the address type of tmnxIPsecTunnelBfdSrcAddr object.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

tmnxIPsecTunnelBfdSrcAddr 1.3.6.1.4.1.6527.3.1.2.48.26.1.8
The value of tmnxIPsecTunnelBfdSrcAddr indicates the source IP address on the interface running BFD.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(0|4|16|20)  

tmnxIPsecTunnelBfdSessOperState 1.3.6.1.4.1.6527.3.1.2.48.26.1.9
The value of tmnxIPsecTunnelBfdSessOperState indicates the operational state of the BFD session the IPsec tunnel is relying upon for its fast triggering mechanism.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxBfdSessOperState  

tIPsecNotifRUTnlInetAddrType 1.3.6.1.4.1.6527.3.1.2.48.100.1
The value of the object tIPsecNotifRUTnlInetAddrType indicates address type of tIPsecNotifRUTnlInetAddress object.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

tIPsecNotifRUTnlInetAddress 1.3.6.1.4.1.6527.3.1.2.48.100.2
This value of tIPsecNotifRUTnlInetAddress indicates the address of of the SAP IPsec gateway to the tunnel.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

tIPsecNotifRUTnlPort 1.3.6.1.4.1.6527.3.1.2.48.100.3
The value of tIPsecNotifRUTnlPort indicates the UDP port of the SAP IPsec gateway to the tunnel.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  TTcpUdpPort  

tIPsecNotifReason 1.3.6.1.4.1.6527.3.1.2.48.100.4
The value of tIPsecNotifReason indicates the reason for the IPsec notification.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

tIPsecNotifBfdIntfSvcId 1.3.6.1.4.1.6527.3.1.2.48.100.5
The value of tIPsecNotifBfdIntfSvcId specifies the service ID of the interface running BFD in the notification.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  TmnxServId  

tIPsecNotifBfdIntfIfName 1.3.6.1.4.1.6527.3.1.2.48.100.6
The value of tIPsecNotifBfdIntfIfName specifies the name of the interface running BFD in the notification.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  TNamedItem  

tIPsecNotifBfdIntfDestIpType 1.3.6.1.4.1.6527.3.1.2.48.100.7
The value of tIPsecNotifBfdIntfDestIpType specifies the address type of tIPsecNotifBfdIntfDestIp object.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

tIPsecNotifBfdIntfDestIp 1.3.6.1.4.1.6527.3.1.2.48.100.8
The value of tIPsecNotifBfdIntfDestIp specifies the destination IP address on the interface running BFD in the notification.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress Size(0|4|16|20)  

tIPsecNotifBfdIntfSessState 1.3.6.1.4.1.6527.3.1.2.48.100.9
The value of tIPsecNotifBfdIntfSessState indicates the operational state of BFD session on the interface in the notification.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  TmnxBfdSessOperState  

tIPsecRUTnlFailToCreate 1.3.6.1.4.1.6527.3.1.3.48.0.1
The trap tIPsecRUTnlFailToCreate is sent when creation of a remote-user tunnel fails with reason indicated by tIPsecNotifReason.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tIPsecRUSAFailToAddRoute 1.3.6.1.4.1.6527.3.1.3.48.0.2
The trap tIPsecRUSAFailToAddRoute is sent when adding route to tIPsecRUSARemAddr for the remote-user tunnel fails with reason indicated by tIPsecNotifReason.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tIPsecBfdIntfSessStateChgd 1.3.6.1.4.1.6527.3.1.3.48.0.3
The notification tIPsecBfdIntfSessStateChgd is generated when the operational state of BFD session of the IPSec instance changes.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tmnxIPsecCompliances 1.3.6.1.4.1.6527.3.1.1.48.1
OBJECT IDENTIFIER    

tmnxIPsecGroups 1.3.6.1.4.1.6527.3.1.1.48.2
OBJECT IDENTIFIER    

tmnxIPsecNotifGroups 1.3.6.1.4.1.6527.3.1.1.48.3
OBJECT IDENTIFIER    

tmnxIPsecCompliance 1.3.6.1.4.1.6527.3.1.1.48.1.1
The compliance statement for management of IPsec features on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxIPsecV6v1Compliance 1.3.6.1.4.1.6527.3.1.1.48.1.2
The compliance statement for management of IPsec features on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxIPsecV7v0Compliance 1.3.6.1.4.1.6527.3.1.1.48.1.3
The compliance statement for management of IPsec features on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxIPsecV8v0Compliance 1.3.6.1.4.1.6527.3.1.1.48.1.4
The compliance statement for management of IPsec features on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxIPsecV9v0Compliance 1.3.6.1.4.1.6527.3.1.1.48.1.5
The compliance statement for management of IPsec features on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxIPsecV10v0Compliance 1.3.6.1.4.1.6527.3.1.1.48.1.6
The compliance statement for management of IPsec features on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxIPsecV6v0Group 1.3.6.1.4.1.6527.3.1.1.48.2.1
The group of objects supporting the IPsec Feature capabilities on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxIPsecMdaDpStatsV6v1Group 1.3.6.1.4.1.6527.3.1.1.48.2.2
The group of objects for IPsec Mda Data Path Statistics on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tIPsecTnlTempGroup 1.3.6.1.4.1.6527.3.1.1.48.2.3
The group of objects for IPsec tunnel template on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxIPsecGWGroup 1.3.6.1.4.1.6527.3.1.1.48.2.4
The group of objects supporting management of IPSec gateway capabilities for SAP's on Alcatel-Lucnet SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxIPsecNotifyObjsGroup 1.3.6.1.4.1.6527.3.1.1.48.2.5
The group of objects supporting management of IPsec notification objects on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxIPsecTnlBfdGroup 1.3.6.1.4.1.6527.3.1.1.48.2.6
The group of objects for IPsec Tunnel BFD service on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxIPsecIkeGroup 1.3.6.1.4.1.6527.3.1.1.48.2.7
The group of objects supporting management of IPSec IKE specific capabilities on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxIPsecCertGroup 1.3.6.1.4.1.6527.3.1.1.48.2.8
The group of objects supporting management of IPSec X.509 certificate specific capabilities on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxIpsecObsoletedV10v0Group 1.3.6.1.4.1.6527.3.1.1.48.2.9
The group of objects obsoleted related to management of IPSec specific capabilities on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxIPsecGWV10v0Group 1.3.6.1.4.1.6527.3.1.1.48.2.10
The group of objects supporting management of IPSec gateway capabilities for SAP's on Alcatel-Lucnet SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxIPsecMdaDpStatsV10v0Group 1.3.6.1.4.1.6527.3.1.1.48.2.11
The group of objects for IPsec Mda Data Path Statistics on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxIPsecMdaDpGroup 1.3.6.1.4.1.6527.3.1.1.48.2.12
The group of objects for IPsec Mda Data Path Statistics on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxIPsecV10v0Group 1.3.6.1.4.1.6527.3.1.1.48.2.13
The group of additional objects for IPsec feature on Alcatel-Lucent SROS series systems in 10.0 release.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxIPsecNotifGroup 1.3.6.1.4.1.6527.3.1.1.48.3.1
The group of notifications supporting IPsec on the Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP