TIMETRA-BFD-MIB

File: TIMETRA-BFD-MIB.mib (16317 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 Counter32 Counter64
Gauge32 MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP DisplayString RowStatus
TruthValue TEXTUAL-CONVENTION TimeInterval
TimeStamp timetraSRMIBModules tmnxSRObjs
tmnxSRConfs tmnxSRNotifyPrefix TNamedItem

Defined Types

TmnxBfdAdminTemplateEntry  
SEQUENCE    
  tmnxBfdAdminTemplateName TNamedItem
  tmnxBfdAdminTemplateRowStatus RowStatus
  tmnxBfdAdminTemplateTxInt Unsigned32
  tmnxBfdAdminTemplateRxInt Unsigned32
  tmnxBfdAdminTemplateMultiplier Unsigned32
  tmnxBfdAdminTemplateEchoRxInt Unsigned32
  tmnxBfdAdminTemplateType INTEGER

TmnxBfdOperTemplateEntry  
SEQUENCE    
  tmnxBfdOperTemplateName TNamedItem
  tmnxBfdOperTemplateRowStatus RowStatus
  tmnxBfdOperTemplateTxInt Unsigned32
  tmnxBfdOperTemplateRxInt Unsigned32
  tmnxBfdOperTemplateMultiplier Unsigned32
  tmnxBfdOperTemplateEchoRxInt Unsigned32
  tmnxBfdOperTemplateType INTEGER

Defined Values

timetraBfdMIBModule 1.3.6.1.4.1.6527.1.1.3.85
This document is the SNMP MIB module to manage and provision BFD templates on Alcatel-Lucent SROS equipment. Copyright 2012-2013 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    

tmnxBfdObjects 1.3.6.1.4.1.6527.3.1.2.85
OBJECT IDENTIFIER    

tmnxBfdConformance 1.3.6.1.4.1.6527.3.1.1.85
OBJECT IDENTIFIER    

tmnxBfdCompliances 1.3.6.1.4.1.6527.3.1.1.85.1
OBJECT IDENTIFIER    

tmnxBfdGroups 1.3.6.1.4.1.6527.3.1.1.85.2
OBJECT IDENTIFIER    

tmnxBfdOperObjects 1.3.6.1.4.1.6527.3.1.2.85.1
OBJECT IDENTIFIER    

tmnxBfdAdminObjects 1.3.6.1.4.1.6527.3.1.2.85.2
OBJECT IDENTIFIER    

tmnxBfdAdminControlObjects 1.3.6.1.4.1.6527.3.1.2.85.2.1
OBJECT IDENTIFIER    

tmnxBfdAdminValueObjects 1.3.6.1.4.1.6527.3.1.2.85.2.2
OBJECT IDENTIFIER    

tmnxBfdAdminOwner 1.3.6.1.4.1.6527.3.1.2.85.2.1.1
Who has last initialized the administrative tables, who is making all the changes, and who is expected to either commit or re-initialize (ABORT-TRANSACTION). tmnxBfdAdminOwner is advisory only. Before beginning a transaction, read tmnxBfdAdminOwner. If it is empty then proceed with the configuration. Set tmnxBfdAdminOwner after setting tmnxBfdAdminControlApply so that other users will be advised to not make changes to the Admin tables. Agent sets tmnxBfdAdminOwner to empty string after tmnxBfdAdminControlApply is set - either by user initializing or committing, or by agent timing out the uncommitted transactions (tmnxBfdAdminLastSetTimer).
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

tmnxBfdAdminControlApply 1.3.6.1.4.1.6527.3.1.2.85.2.1.2
This object controls the use of tmnxBfdAdminValueObjects tables. This object always reads none(1). When set to initialize(2), the objects in tmnxBfdAdminValueObjects tables are set to the current Operational values, from the corresponding tmnxBfdOperValueObjects tables. Any uncommitted changes are lost, so setting this value corresponds to both BEGIN-TRANSACTION and ABORT-TRANSACTION. When set to commit(3) (END-TRANSACTION), all of the objects from tmnxBfdAdminValueObjects tables are copied to the corresponding tmnxBfdOperValueObjects table objects.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), initialize(2), commit(3)  

tmnxBfdAdminLastSetTimer 1.3.6.1.4.1.6527.3.1.2.85.2.1.3
The time remaining until the agent re-initializes the administrative tables. If tmnxBfdAdminControlApply is not set to commit(3) within tmnxBfdAdminLastSetTimeout centiseconds, the agent will set it to initialize(2) and all uncommitted changes will be lost. This way, uncommitted changes from failed (uncompleted) change sets will eventually be removed, and another transaction can safely begin. This object is reset to tmnxBfdAdminLastSetTimeout after SNMP SET operation to any of the tmnxBfdAdminValueObjects tables.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

tmnxBfdAdminLastSetTimeout 1.3.6.1.4.1.6527.3.1.2.85.2.1.4
Timeout for tmnxBfdAdminLastSetTimer. The value zero is not allowed.
Status: current Access: read-write
OBJECT-TYPE    
  TimeInterval  

tmnxBfdAdminTemplateTable 1.3.6.1.4.1.6527.3.1.2.85.2.2.1
Administrative value table for BFD templates.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxBfdAdminTemplateEntry

tmnxBfdAdminTemplateEntry 1.3.6.1.4.1.6527.3.1.2.85.2.2.1.1
Information about a particular BFD template. Entries are created by user. Entries are deleted by user.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxBfdAdminTemplateEntry  

tmnxBfdAdminTemplateName 1.3.6.1.4.1.6527.3.1.2.85.2.2.1.1.1
The name of this BFD template that uniquely identifies an entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tmnxBfdAdminTemplateRowStatus 1.3.6.1.4.1.6527.3.1.2.85.2.2.1.1.2
RowStatus for this row. Legal values to write are: active(1), createAndGo(4), createAndWait(5), destroy(6). To Create a row, set this object to createAndGo or createAndWait. When tmnxBfdAdminControlApply is set to commit(3), the row will actually be created in the tmnxBfdOperTemplateTable. To destroy a row, set this object to destroy(6). If there are no objects that refer to the entry, when tmnxBfdAdminControlApply is set to commit(3) the row will actually be removed from the tmnxBfdOperTemplateTable. If there are objects that refer to the entry, the destroy SET request will fail with an error.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxBfdAdminTemplateTxInt 1.3.6.1.4.1.6527.3.1.2.85.2.2.1.1.3
The value of tmnxBfdAdminTemplateTxInt specifies the transmit timers for the BFD packets.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 10..100000  

tmnxBfdAdminTemplateRxInt 1.3.6.1.4.1.6527.3.1.2.85.2.2.1.1.4
The value of tmnxBfdAdminTemplateRxInt specifies the receive timers for the BFD packets.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 10..100000  

tmnxBfdAdminTemplateMultiplier 1.3.6.1.4.1.6527.3.1.2.85.2.2.1.1.5
The value of tmnxBfdAdminTemplateMultiplier specifies the number of consecutive BFD messages that must be missed from the peer before the BFD session state is changed to down and the upper level protocols (OSPF, IS-IS or PIM) are notified of the fault.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 3..20  

tmnxBfdAdminTemplateEchoRxInt 1.3.6.1.4.1.6527.3.1.2.85.2.2.1.1.6
The value of tmnxBfdAdminTemplateEchoRxInt specifies the minimum echo recieve interval for a BFD session.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 100..100000  

tmnxBfdAdminTemplateType 1.3.6.1.4.1.6527.3.1.2.85.2.2.1.1.7
The value of tmnxBfdAdminTemplateType specifies the configured termination of a BFD session. The value of 'cpmNp(1)' specifies termination on the CPM card's Network Processor. The value of 'auto(2)' specifies a system-selected termination other than the CPM Network Processor.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER cpmNp(1), auto(2), iomHw(3)  

tmnxBfdOperValueObjects 1.3.6.1.4.1.6527.3.1.2.85.1.1
OBJECT IDENTIFIER    

tmnxBfdOperTemplateTable 1.3.6.1.4.1.6527.3.1.2.85.1.1.1
Operational value table for BFD templates.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxBfdOperTemplateEntry

tmnxBfdOperTemplateEntry 1.3.6.1.4.1.6527.3.1.2.85.1.1.1.1
Information about a particular BFD template. Entries are created by user via tmnxBfdAdminTemplateTable. Entries are deleted by user via tmnxBfdAdminTemplateTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxBfdOperTemplateEntry  

tmnxBfdOperTemplateName 1.3.6.1.4.1.6527.3.1.2.85.1.1.1.1.1
The name of this BFD template that uniquely identifies an entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tmnxBfdOperTemplateRowStatus 1.3.6.1.4.1.6527.3.1.2.85.1.1.1.1.2
RowStatus for this row. Values read will only be active(1). To create or destroy entries in this table, use the tmnxBfdAdminTemplateEntry.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

tmnxBfdOperTemplateTxInt 1.3.6.1.4.1.6527.3.1.2.85.1.1.1.1.3
The value of tmnxBfdOperTemplateTxInt indicates the transmit timers for the BFD packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 10..100000  

tmnxBfdOperTemplateRxInt 1.3.6.1.4.1.6527.3.1.2.85.1.1.1.1.4
The value of tmnxBfdOperTemplateTxInt indicates the recieve timers for the BFD packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 10..100000  

tmnxBfdOperTemplateMultiplier 1.3.6.1.4.1.6527.3.1.2.85.1.1.1.1.5
The value of tmnxBfdOperTemplateMultiplier indicates the number of consecutive BFD messages that must be missed from the peer before the BFD session state is changed to down and the upper level protocols (OSPF, IS-IS or PIM) are notified of the fault.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 3..20  

tmnxBfdOperTemplateEchoRxInt 1.3.6.1.4.1.6527.3.1.2.85.1.1.1.1.6
The value of tmnxBfdOperTemplateEchoRxInt indicates the minimum echo recieve interval for a BFD session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 100..100000  

tmnxBfdOperTemplateType 1.3.6.1.4.1.6527.3.1.2.85.1.1.1.1.7
The value of tmnxBfdOperTemplateType indicates the configured termination of a BFD session. The value of 'cpmNp(1)' specifies termination on the CPM card's Network Processor. The value of 'auto(2)' specifies a system-selected termination other than the CPM Network Processor.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER cpmNp(1), auto(2), iomHw(3)  

tmnxBfdV11v0Compliance 1.3.6.1.4.1.6527.3.1.1.85.1.1
The compliance statement for management of BFD features on version 11.0 of the Alcatel-Lucent SROS series systems.
Status: current Access: read-only
MODULE-COMPLIANCE    

tmnxBfdV11v0Group 1.3.6.1.4.1.6527.3.1.1.85.2.1
The group of objects supporting management of BFD features on version 11.0 of the Alcatel-Lucent SROS series systems.
Status: current Access: read-only
OBJECT-GROUP