TUBS-IBR-TNM-MIB: View SNMP OID List / Download MIB
VENDOR: TU BRAUNSCHWEIG
Home | MIB: TUBS-IBR-TNM-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
tnmMIB | 1.3.6.1.4.1.1575.1.1 |
Experimental MIB modules for tnm based agents. |
||
tnmStatus | 1.3.6.1.4.1.1575.1.1.1 | |||
tnmVersion | 1.3.6.1.4.1.1575.1.1.1.1 | displaystring | read-only |
The version number of the tnm agent. |
tnmTclVersion | 1.3.6.1.4.1.1575.1.1.1.2 | displaystring | read-only |
The version number of the running Tcl interpreter. |
tnmTclCmdCount | 1.3.6.1.4.1.1575.1.1.1.3 | counter32 | read-only |
The nummber of Tcl statements evaluated so far. |
tnmDate | 1.3.6.1.4.1.1575.1.1.1.4 | dateandtime | read-only |
The current date. |
tnmTrapDst | 1.3.6.1.4.1.1575.1.1.1.5 | displaystring | read-write |
The host name of the trap sink host. |
tnmTrapMsg | 1.3.6.1.4.1.1575.1.1.1.6 | displaystring | read-only |
The description of the last trap create by this entity. |
tnmDownload | 1.3.6.1.4.1.1575.1.1.2 | |||
tnmHttpProxy | 1.3.6.1.4.1.1575.1.1.2.1 | displaystring | read-write |
This variable specifies the proxy server. It must be of the form |
tnmHttpSource | 1.3.6.1.4.1.1575.1.1.2.2 | url | read-write |
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. |
tnmHttpError | 1.3.6.1.4.1.1575.1.1.2.3 | displaystring | read-only |
This variable contains an error string is an http operation fails. An empty string signals that the last operation completed successfully. |
tnmPeers | 1.3.6.1.4.1.1575.1.1.3 | |||
tnmPeerTable | 1.3.6.1.4.1.1575.1.1.3.1 | no-access |
A (conceptual) table storing known tnm peers. |
|
1.3.6.1.4.1.1575.1.1.3.1.1 | no-access |
An entry (conceptual row) in the peer table. |
||
tnmPeerTAddress | 1.3.6.1.4.1.1575.1.1.3.1.1.1 | taddress | read-only |
The address and port number of the peer agent. |
tnmPeerAuth | 1.3.6.1.4.1.1575.1.1.3.1.1.2 | octet string | read-only |
The authentication information for this peer. This will usually be a community string until we get the final SNMPv2 decisions about the security model. |
tnmPeerState | 1.3.6.1.4.1.1575.1.1.3.1.1.3 | integer | read-only |
The current status of the peer as returned by the last status probe message. Enumeration: 'down': 2, 'up': 1. |
tnmPeerLastChecked | 1.3.6.1.4.1.1575.1.1.3.1.1.4 | timestamp | read-only |
The value of sysUpTime when the status of the peer was retrieved and written to tnmPeerState. |
tnmPeerStatus | 1.3.6.1.4.1.1575.1.1.3.1.1.5 | rowstatus | read-only |
The status column used for creating, modifying, and deleting instances of the columnar objects in the tnm peer table. |
tnmElection | 1.3.6.1.4.1.1575.1.1.4 | |||
tnmElectionIndex | 1.3.6.1.4.1.1575.1.1.4.1 | unsigned32 | read-only |
The (hopefully) unique index of this peer used by the bully election algorithm. |
tnmElectionPanic | 1.3.6.1.4.1.1575.1.1.4.2 | truthvalue | read-only |
Reading this variable will start the panic algorithm on this peer. (We should use an inform request here.) |
tnmElectionMaster | 1.3.6.1.4.1.1575.1.1.4.3 | taddress | read-write |
This variable will be set by a new master appearing on the scene. (We should use an inform request here.) |
tnmEval | 1.3.6.1.4.1.1575.1.1.5 | |||
tnmEvalSlot | 1.3.6.1.4.1.1575.1.1.5.1 | integer32 | read-only |
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. |
tnmEvalTable | 1.3.6.1.4.1.1575.1.1.5.2 | no-access |
The (conceptual) evaluation table. |
|
1.3.6.1.4.1.1575.1.1.5.2.1 | no-access |
An entry (conceptual row) in the evaluation table. |
||
tnmEvalIndex | 1.3.6.1.4.1.1575.1.1.5.2.1.1 | integer32 | read-only |
The auxiliary variable used for identifying instances of the columnar objects in the evaluation table. |
tnmEvalString | 1.3.6.1.4.1.1575.1.1.5.2.1.2 | displaystring | read-only |
The string to evaluate. |
tnmEvalValue | 1.3.6.1.4.1.1575.1.1.5.2.1.3 | displaystring | read-only |
The value resturned by executing evalString. |
tnmEvalStatus | 1.3.6.1.4.1.1575.1.1.5.2.1.4 | rowstatus | read-only |
The status column used for creating, modifying, and deleting instances of the columnar objects in the evaluation table. |