TUBS-IBR-TNM-MIB

File: TUBS-IBR-TNM-MIB.mib (8799 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC TUBS-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Integer32 Unsigned32 TEXTUAL-CONVENTION
DisplayString RowStatus DateAndTime
TruthValue TimeStamp TAddress
ibr

Defined Types

URL  
A uniform ressource locator as defined in RFC 1738.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

TnmPeerEntry  
SEQUENCE    
  tnmPeerTAddress TAddress
  tnmPeerAuth OCTET STRING
  tnmPeerState INTEGER
  tnmPeerLastChecked TimeStamp
  tnmPeerStatus RowStatus

TnmEvalEntry  
SEQUENCE    
  tnmEvalIndex Integer32
  tnmEvalString DisplayString
  tnmEvalValue DisplayString
  tnmEvalStatus RowStatus

Defined Values

tnmMIB 1.3.6.1.4.1.1575.1.1
Experimental MIB modules for tnm based agents.
MODULE-IDENTITY    

tnmStatus 1.3.6.1.4.1.1575.1.1.1
OBJECT IDENTIFIER    

tnmVersion 1.3.6.1.4.1.1575.1.1.1.1
The version number of the tnm agent.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

tnmTclVersion 1.3.6.1.4.1.1575.1.1.1.2
The version number of the running Tcl interpreter.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

tnmTclCmdCount 1.3.6.1.4.1.1575.1.1.1.3
The nummber of Tcl statements evaluated so far.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnmDate 1.3.6.1.4.1.1575.1.1.1.4
The current date.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

tnmTrapDst 1.3.6.1.4.1.1575.1.1.1.5
The host name of the trap sink host.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

tnmTrapMsg 1.3.6.1.4.1.1575.1.1.1.6
The description of the last trap create by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

tnmDownload 1.3.6.1.4.1.1575.1.1.2
OBJECT IDENTIFIER    

tnmHttpProxy 1.3.6.1.4.1.1575.1.1.2.1
This variable specifies the proxy server. It must be of the form [:] where is either a domain name or an IP address and is the port number used to access the proxy server. The default port number is 80.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

tnmHttpSource 1.3.6.1.4.1.1575.1.1.2.2
Setting this variable will make tnm to download and source the document with the given URL. The agent will try to retrieve the document and sets the variable to the URL if this operations was successfull. Otherwise, the value will become an empty string.
Status: current Access: read-write
OBJECT-TYPE    
  URL  

tnmHttpError 1.3.6.1.4.1.1575.1.1.2.3
This variable contains an error string is an http operation fails. An empty string signals that the last operation completed successfully.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

tnmPeers 1.3.6.1.4.1.1575.1.1.3
OBJECT IDENTIFIER    

tnmPeerTable 1.3.6.1.4.1.1575.1.1.3.1
A (conceptual) table storing known tnm peers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnmPeerEntry

tnmPeerEntry 1.3.6.1.4.1.1575.1.1.3.1.1
An entry (conceptual row) in the peer table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnmPeerEntry  

tnmPeerTAddress 1.3.6.1.4.1.1575.1.1.3.1.1.1
The address and port number of the peer agent.
Status: current Access: read-create
OBJECT-TYPE    
  TAddress  

tnmPeerAuth 1.3.6.1.4.1.1575.1.1.3.1.1.2
The authentication information for this peer. This will usually be a community string until we get the final SNMPv2 decisions about the security model.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tnmPeerState 1.3.6.1.4.1.1575.1.1.3.1.1.3
The current status of the peer as returned by the last status probe message.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER up(1), down(2)  

tnmPeerLastChecked 1.3.6.1.4.1.1575.1.1.3.1.1.4
The value of sysUpTime when the status of the peer was retrieved and written to tnmPeerState.
Status: current Access: read-create
OBJECT-TYPE    
  TimeStamp  

tnmPeerStatus 1.3.6.1.4.1.1575.1.1.3.1.1.5
The status column used for creating, modifying, and deleting instances of the columnar objects in the tnm peer table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tnmElection 1.3.6.1.4.1.1575.1.1.4
OBJECT IDENTIFIER    

tnmElectionIndex 1.3.6.1.4.1.1575.1.1.4.1
The (hopefully) unique index of this peer used by the bully election algorithm.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnmElectionPanic 1.3.6.1.4.1.1575.1.1.4.2
Reading this variable will start the panic algorithm on this peer. (We should use an inform request here.)
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

tnmElectionMaster 1.3.6.1.4.1.1575.1.1.4.3
This variable will be set by a new master appearing on the scene. (We should use an inform request here.)
Status: current Access: read-write
OBJECT-TYPE    
  TAddress  

tnmEval 1.3.6.1.4.1.1575.1.1.5
OBJECT IDENTIFIER    

tnmEvalSlot 1.3.6.1.4.1.1575.1.1.5.1
The index number of the first unassigned entry in the evaluation table. A management station should create new entries in the evaluation table using this algorithm: first, issue a management protocol retrieval operation to determine the value of evalSlot; and, second, issue a management protocol set operation to create an instance of the evalStatus object setting its value to underCreation(1). If this latter operation succeeds, then the management station may continue modifying the instances corresponding to the newly created conceptual row, without fear of collision with other management stations.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

tnmEvalTable 1.3.6.1.4.1.1575.1.1.5.2
The (conceptual) evaluation table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnmEvalEntry

tnmEvalEntry 1.3.6.1.4.1.1575.1.1.5.2.1
An entry (conceptual row) in the evaluation table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnmEvalEntry  

tnmEvalIndex 1.3.6.1.4.1.1575.1.1.5.2.1.1
The auxiliary variable used for identifying instances of the columnar objects in the evaluation table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..7fffffff  

tnmEvalString 1.3.6.1.4.1.1575.1.1.5.2.1.2
The string to evaluate.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

tnmEvalValue 1.3.6.1.4.1.1575.1.1.5.2.1.3
The value resturned by executing evalString.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

tnmEvalStatus 1.3.6.1.4.1.1575.1.1.5.2.1.4
The status column used for creating, modifying, and deleting instances of the columnar objects in the evaluation table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus