TIMETRA-IPSEC-STATIC-SA-MIB

File: TIMETRA-IPSEC-STATIC-SA-MIB.mib (12665 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
TIMETRA-TC-MIB TIMETRA-GLOBAL-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP TEXTUAL-CONVENTION
RowStatus TimeStamp TNamedItem
TNamedItemOrEmpty timetraSRMIBModules tmnxSRObjs
tmnxSRConfs

Defined Types

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.
TEXTUAL-CONVENTION    
  INTEGER null(1), md5(2), sha1(3)  

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)  

TmnxIPsecStaticSAEntry  
SEQUENCE    
  tmnxIPsecStaticSAName TNamedItem
  tmnxIPsecStaticSARowStatus RowStatus
  tmnxIPsecStaticSALastChanged TimeStamp
  tmnxIPsecStaticSADirection TmnxIPsecDirection2
  tmnxIPsecStaticSAProtocol TmnxIPsecProtocol
  tmnxIPsecStaticSAAuthAlgorithm TmnxAuthAlgorithm
  tmnxIPsecStaticSAAuthKey OCTET STRING
  tmnxIPsecStaticSASpi Unsigned32
  tmnxIPsecStaticSADescription TNamedItemOrEmpty

Defined Values

timetraIPsecStaticSAMIBModule 1.3.6.1.4.1.6527.1.1.3.73
This document is the SNMP MIB module to manage and provision the Alcatel-Lucent SROS device with IPsec Static SA tunneling, encryption and other related features. Copyright 2008-2011 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    

tmnxIPsecStaticSAObjects 1.3.6.1.4.1.6527.3.1.2.73
OBJECT IDENTIFIER    

tmnxIPsecStaticSAConformance 1.3.6.1.4.1.6527.3.1.1.73
OBJECT IDENTIFIER    

tmnxIPsecStaticSATableLastChange 1.3.6.1.4.1.6527.3.1.2.73.1
The value of tmnxIPsecStaticSATableLastChange indicates the sysUpTime at the time of the last modification to tmnxIPsecStaticSATable 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  

tmnxIPsecStaticSATable 1.3.6.1.4.1.6527.3.1.2.73.2
Table to store the IPsec static SA entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxIPsecStaticSAEntry

tmnxIPsecStaticSAEntry 1.3.6.1.4.1.6527.3.1.2.73.2.1
Information about a single IPsec static SA entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxIPsecStaticSAEntry  

tmnxIPsecStaticSAName 1.3.6.1.4.1.6527.3.1.2.73.2.1.1
The value of tmnxIPsecStaticSAName specifies the name of this static SA and is part of the index for the table tmnxIPsecStaticSATable, and thus a required object.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tmnxIPsecStaticSARowStatus 1.3.6.1.4.1.6527.3.1.2.73.2.1.2
The tmnxIPsecStaticSARowStatus object is used to create and delete rows in the tmnxIPsecStaticSATable. When creating an entry in tmnxIPsecStaticSATable, the value of tmnxIPsecStaticSARowStatus must be 'createAndGo'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxIPsecStaticSALastChanged 1.3.6.1.4.1.6527.3.1.2.73.2.1.3
The value of tmnxIPsecStaticSALastChanged 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  

tmnxIPsecStaticSADirection 1.3.6.1.4.1.6527.3.1.2.73.2.1.4
The value of tmnxIPsecStaticSADirection specifies the direction to which this static SA entry can be applied. This is an optional object when creating an entry in tmnxIPsecStaticSATable.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIPsecDirection2  

tmnxIPsecStaticSAProtocol 1.3.6.1.4.1.6527.3.1.2.73.2.1.5
The value of tmnxIPsecStaticSAProtocol specifies the protocol used by this static SA. This is an optional object when creating an entry in tmnxIPsecStaticSATable.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIPsecProtocol  

tmnxIPsecStaticSAAuthAlgorithm 1.3.6.1.4.1.6527.3.1.2.73.2.1.6
The value of tmnxIPsecStaticSAAuthAlgorithm indicates the authentication algorithm used with this static SA. The 'md5' algorithm requires a 16 byte key, and the 'sha1' algorithm requires a 20 byte key. This is an optional object when creating an entry in tmnxIPsecStaticSATable.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAuthAlgorithm  

tmnxIPsecStaticSAAuthKey 1.3.6.1.4.1.6527.3.1.2.73.2.1.7
The value of tmnxIPsecStaticSAAuthKey specifies the key used for the authentication algorithm defined by tmnxIPsecStaticSAAuthAlgorithm. 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. The default value for tmnxIPsecStaticSAAuthKey is an empty string, in this case the static SA cannot be used. When read, tmnxIPsecStaticSAAuthKey always returns an octet string of length zero. This is an optional object when creating an entry in tmnxIPsecStaticSATable.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

tmnxIPsecStaticSASpi 1.3.6.1.4.1.6527.3.1.2.73.2.1.8
The value of tmnxIPsecStaticSASpi specifies the SPI (Security Parameter Index) used to lookup the instruction to verify and decrypt the incoming IPsec packets when the value of tmnxIPsecStaticSADirection is 'inbound'. The value of tmnxIPsecStaticSASpi specifies the SPI that will be used in the encoding of the outgoing packets when the value of tmnxIPsecStaticSADirection is 'outbound'. The remote node can use this SPI to lookup the instruction to verify and decrypt the packet. If 'no' SPI is selected, then this static SA cannot be used. This is an optional object when creating an entry in tmnxIPsecStaticSATable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0 | 256..16383  

tmnxIPsecStaticSADescription 1.3.6.1.4.1.6527.3.1.2.73.2.1.9
The value of tmnxIPsecStaticSADescription describes this static SA. This is an optional object when creating an entry in tmnxIPsecStaticSATable.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxIPsecStaticSACompliances 1.3.6.1.4.1.6527.3.1.1.73.1
OBJECT IDENTIFIER    

tmnxIPsecStaticSAGroups 1.3.6.1.4.1.6527.3.1.1.73.2
OBJECT IDENTIFIER    

tmnxIPsecStaticSAV8v0Compliance 1.3.6.1.4.1.6527.3.1.1.73.1.1
The compliance statement for management of IPsec static SA features on Alcatel 7x50 SR series systems.
Status: current Access: read-create
MODULE-COMPLIANCE    

tmnxIPsecStaticSAGroup 1.3.6.1.4.1.6527.3.1.1.73.2.1
The group of objects for IPsec static SA on Alcatel 7xx0 SR series systems.
Status: current Access: read-create
OBJECT-GROUP