TUBS-TNM-MIB
Experimental MIB modules for tnm based agents.
Main OID:
tnmMIB.1.3.6.1.4.1.1575.1.1
32
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
32 total| Object Name |
|---|
tnmMIBExperimental MIB modules for tnm based agents. MODULE-IDENTITY .1.3.6.1.4.1.1575.1.1 |
tnmStatus OBJECT IDENTIFIER .1.3.6.1.4.1.1575.1.1.1 |
tnmVersionThe version number of the tnm agent.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.1575.1.1.1.1 |
tnmTclVersionThe version number of the running Tcl interpreter.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.1575.1.1.1.2 |
tnmTclCmdCountThe nummber of Tcl statements evaluated so far.ro Counter32 .1.3.6.1.4.1.1575.1.1.1.3 |
tnmDateThe current date.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.1575.1.1.1.4 |
tnmTrapDstThe host name of the trap sink host.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.1575.1.1.1.5 |
tnmTrapMsgThe description of the last trap create by this entity.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.1575.1.1.1.6 |
tnmDownload OBJECT IDENTIFIER .1.3.6.1.4.1.1575.1.1.2 |
tnmHttpProxyThis variable specifies the proxy server. It must be of the form <name>[:<port>] where <name> is either a domain name or an IP address and <port> is the port number used to access the proxy server. The default port number is 80.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.1575.1.1.2.1 |
tnmHttpSourceSetting 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.rw URL .1.3.6.1.4.1.1575.1.1.2.2 |
tnmHttpErrorThis variable contains an error string is an http operation fails. An empty string signals that the last operation completed successfully.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.1575.1.1.2.3 |
tnmPeers OBJECT IDENTIFIER .1.3.6.1.4.1.1575.1.1.3 |
tnmPeerTableA (conceptual) table storing known tnm peers. SEQUENCE OF TnmPeerEntry .1.3.6.1.4.1.1575.1.1.3.1 |
tnmPeerEntryAn entry (conceptual row) in the peer table. TnmPeerEntry .1.3.6.1.4.1.1575.1.1.3.1.1 |
tnmPeerTAddressThe address and port number of the peer agent.rw TAddress (SNMPv2-TC) .1.3.6.1.4.1.1575.1.1.3.1.1.1 |
tnmPeerAuthThe authentication information for this peer. This will usually be a community string until we get the final SNMPv2 decisions about the security model.rw OCTET STRING .1.3.6.1.4.1.1575.1.1.3.1.1.2 |
tnmPeerStateThe current status of the peer as returned by the last status probe message.rw Enumeration .1.3.6.1.4.1.1575.1.1.3.1.1.3 |
tnmPeerLastCheckedThe value of sysUpTime when the status of the peer was retrieved and written to tnmPeerState.rw TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.1575.1.1.3.1.1.4 |
tnmPeerStatusThe status column used for creating, modifying, and deleting instances of the columnar objects in the tnm peer table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.1575.1.1.3.1.1.5 |
tnmElection OBJECT IDENTIFIER .1.3.6.1.4.1.1575.1.1.4 |
tnmElectionIndexThe (hopefully) unique Index of this peer used by the Gully election algorithm.ro Unsigned32 .1.3.6.1.4.1.1575.1.1.4.1 |
tnmElectionPanicReading this variable will start the panic algorithm on this peer. (We should use an inform request here.)ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.1575.1.1.4.2 |
tnmElectionMasterThis variable will be set by a new master appearing on the scene. (We should use an inform request here.)rw TAddress (SNMPv2-TC) .1.3.6.1.4.1.1575.1.1.4.3 |
tnmEval OBJECT IDENTIFIER .1.3.6.1.4.1.1575.1.1.5 |
tnmEvalSlotThe 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.ro Integer32 .1.3.6.1.4.1.1575.1.1.5.1 |
tnmEvalTableThe (conceptual) evaluation table. SEQUENCE OF TnmEvalEntry .1.3.6.1.4.1.1575.1.1.5.2 |
tnmEvalEntryAn entry (conceptual row) in the evaluation table. TnmEvalEntry .1.3.6.1.4.1.1575.1.1.5.2.1 |
tnmEvalIndexThe auxiliary variable used for identifying instances of the columnar objects in the evaluation table.ro Integer32 .1.3.6.1.4.1.1575.1.1.5.2.1.1 |
tnmEvalStringThe string to evaluate.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.1575.1.1.5.2.1.2 |
tnmEvalValueThe value resturned by executing evalString.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.1575.1.1.5.2.1.3 |
tnmEvalStatusThe status column used for creating, modifying, and deleting instances of the columnar objects in the evaluation table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.1575.1.1.5.2.1.4 |