TUBS-MLM-MIB
AI MIB Summary
TUBS-MLM-MIB defines the management information base for the Mid-Level Manager (MLM) component of the TUBS (Telecommunications User Based System) architecture, enabling SNMP-based monitoring of MLM session states, resource allocation counters, and protocol interaction metrics. This module facilitates the tracking of mid-tier service processing performance and connectivity status within TUBS-based telecommunications environments.
The MIB module for the SNMP Mid-Level-Manager MIB
Main OID:
mlmMIB.1.3.6.1.4.1.1575.1.4
46
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
46 total| Object Name |
|---|
mlmMIBThe MIB module for the SNMP Mid-Level-Manager MIB MODULE-IDENTITY .1.3.6.1.4.1.1575.1.4 |
mlmMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.1575.1.4.1 |
mlmLockThis variable is used for creating new rows in the mlmScriptTable. When creating a new row, this variable must be set as well as the mlmScriptStatus. If the value it is set to does not equal its current value, the set completely fails. A manager should only perform set requests on rows in the mlmScriptTable which it has created using mlmLock. The value of mlmLock is equal to the first unused row in the mlmScriptTable.rw TestAndIncr (SNMPv2-TC) .1.3.6.1.4.1.1575.1.4.1.1 |
mlmNextScriptThis variable is used for creating scripts in the mlmScriptTable. The current value of mlmNextScript should first be retrieved, and this value should then be included in the set request for creating the first row of a new script. If the value it is set to does not equal its current value, the set completely fails. A manager should only perform set requests on scripts in the mlmScriptTable which it has created using mlmNextScript. The value of mlmNextScript is equal to the first unused set of rows in the mlmScriptTable.rw TestAndIncr (SNMPv2-TC) .1.3.6.1.4.1.1575.1.4.1.2 |
mlmScriptTableA mlmScriptTable entry. SEQUENCE OF MlmScriptEntry .1.3.6.1.4.1.1575.1.4.1.3 |
mlmScriptEntryA mlmScriptTable entry. MlmScriptEntry .1.3.6.1.4.1.1575.1.4.1.3.1 |
mlmScriptIndexUnique identifier for a mlmScriptEntry.ro INTEGER .1.3.6.1.4.1.1575.1.4.1.3.1.1 |
mlmScriptNameThis variable is used to reference a script stored in non-volatile memory, instead of entries in the mlmScriptTable. The mlmScriptName variable can also be used for downloading scripts from a management station to non-volatile storage on the agent, or for examining the contents of a script stored in non- volatile memory on the agent. If this variable is not empty the script referenced by mlmScriptName will be run when mlmExecutionStatus is set to the appropriate value.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.1575.1.4.1.3.1.2 |
mlmScriptDescrThis variable should contain a short description of the script.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.1575.1.4.1.3.1.3 |
mlmScriptStorageTypeThis column indicates how the MLM should treat the current row in the mlmScriptTable. If the value is 'volatile', no record of the row is kept when the MLM is restarted (e.g. the machine is rebooted). If the value is 'nonVolatile', the row is stored in non-volatile memory and is restored when the MLM is restarted. If the value is 'permanent', the row is kept in ROM memory and restored when the MLM is restartedrw StorageType (SNMPv2-PARTY-MIB) .1.3.6.1.4.1.1575.1.4.1.3.1.4 |
mlmScriptStatusTo create new row, a manager sets this object to createAndWait. Until this object is set to active or notInService, its value is returned as notReady. If its value is notReady and is set to active, the script is loaded and compiled if necessary. To delete a row, the manager sets this object to destroy. When a row with a particular mlmScriptIndex has been destroyed, all rows with corresponding mlmExecutionScript values in the mlmExecutionTable and all rows with corresponding mlmSourceScript value in mlmSourceTable and all rows with corresponding mlmResultScript value in mlmResultTable are destroyed.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.1575.1.4.1.3.1.5 |
mlmSourceTableA mlmSourceTable entry. SEQUENCE OF MlmSourceEntry .1.3.6.1.4.1.1575.1.4.1.4 |
mlmSourceEntryA mlmSourceTable entry. MlmSourceEntry .1.3.6.1.4.1.1575.1.4.1.4.1 |
mlmSourceScriptIndex into the mlmSourceTable. This is the major index, and indicates which script the row belongs to. The mlmScriptIndex variable in the mlmScriptTable refers to this variable.ro INTEGER .1.3.6.1.4.1.1575.1.4.1.4.1.1 |
mlmSourceLineIndex into the mlmSourceTable. This is the minor index, and indicates the line number of rows within the script indicated by mlmSourceScript. There cannot be any 'holes' within a particular script in the mlmSourceTable, so all rows with identical values for mlmSourceScript must have ascending values for mlmSourceLine, starting at 1.ro INTEGER .1.3.6.1.4.1.1575.1.4.1.4.1.2 |
mlmSourceCodeThis variable contains the actual code of the script.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.1575.1.4.1.4.1.3 |
mlmNextExecutionThis variable is used for creating rows in the mlmExecutionTable. The current value of mlmNextExecution should first be retrieved, and this value should then be included in the set request for creating the first row. If the value it is set to does not equal its current value, the set completely fails. A manager should only perform set requests on scripts in the mlmExecutionTable which it has created using mlmNextExecution. The value of mlmNextExecution is equal to the first unused set of rows in the mlmExecutionTable.rw TestAndIncr (SNMPv2-TC) .1.3.6.1.4.1.1575.1.4.1.5 |
mlmExecutionTableContains list of runnable scripts, including indices into the mlmScriptTable, script arguments, and script execution period SEQUENCE OF MlmExecutionEntry .1.3.6.1.4.1.1575.1.4.1.6 |
mlmExecutionEntryAn entry in the mlm execution table. MlmExecutionEntry .1.3.6.1.4.1.1575.1.4.1.6.1 |
mlmExecutionIndexUnique identifier for a mlmExecutionEntry.ro INTEGER .1.3.6.1.4.1.1575.1.4.1.6.1.1 |
mlmExecutionScriptPointer into the mlmScriptTable. If this is not provided when the row is created, it defaults to a non-existent script.rw INTEGER .1.3.6.1.4.1.1575.1.4.1.6.1.2 |
mlmExecutionArgumentsSpace separated list of arguments to be passed to the script when it is executed.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.1575.1.4.1.6.1.3 |
mlmExecutionIntervalThe time interval between to successive script executions.rw TimeInterval (SNMPv2-TC) .1.3.6.1.4.1.1575.1.4.1.6.1.4 |
mlmExecutionRepetitionsThe total number of times the script should be executed.rw INTEGER .1.3.6.1.4.1.1575.1.4.1.6.1.5 |
mlmExecutionPermanencero Enumeration .1.3.6.1.4.1.1575.1.4.1.6.1.6 |
mlmExecutionStatusTo create new row, a manager sets this object to createAndWait. Until this object is set to active or notInService, its value is returned as notReady. If its value is set to active, the script is executed. Execution will happen mlmExecutionRepetitions times with an interval of mlmExecutionInterval. When the script is finished executing, the agent sets this object to notInService. To halt execution of a script, the manager sets this object to notInService. To delete a row, the manager sets this object to destroy. If the manager sets mlmRowStatus to active or notInService when the values of mlmExecutionScript does not reference a script, the agent will return a BAD_VALUE_ERROR.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.1575.1.4.1.6.1.7 |
mlmResultTableTable containing results of script execution. SEQUENCE OF MlmResultEntry .1.3.6.1.4.1.1575.1.4.1.7 |
mlmResultEntryNote that rows in this table are only visible after a script has been run. It is unfortunate that SNMP/SNMPv2 does not provide a better way to return a discriminated union. If errors occur while a script is running (for example, a division by 0 is attempted), the resulting messages will also be stored in this table. In this case, the list of variable bindings returned by the script is discarded. MlmResultEntry .1.3.6.1.4.1.1575.1.4.1.7.1 |
mlmResultExecutionIndex into the mlmExecutionTable identifying the script that created this result.ro INTEGER .1.3.6.1.4.1.1575.1.4.1.7.1.1 |
mlmResultIndexIndex into the list of VarBinds returned by a script. All rows with identical mlmExecutionIndex are results for the corresponding row in the mlmExecutionTable.ro INTEGER .1.3.6.1.4.1.1575.1.4.1.7.1.2 |
mlmResultTimeStampThe time stamp when this result was generated. All the mlmResultTimeStamp variables belonging to the varbind of one result should be identical.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.1575.1.4.1.7.1.3 |
mlmResultTypeContains a code representing the type of the varbind returned by the script, or a 1 if an error occurred during execution. A value of nothing(2) means the script returned an empty varbind list. This variable also indicates which of the mlm...Value variables exists within the same row.ro Enumeration .1.3.6.1.4.1.1575.1.4.1.7.1.4 |
mlmInteger32ValueSigned 32-bit integer valuero Integer32 .1.3.6.1.4.1.1575.1.4.1.7.1.5 |
mlmCounter32Value32-bit counter valuero Counter32 .1.3.6.1.4.1.1575.1.4.1.7.1.6 |
mlmGauge32Value32-bit gauge valuero Gauge32 .1.3.6.1.4.1.1575.1.4.1.7.1.7 |
mlmTimeTicksValueTime ticks valuero TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.1575.1.4.1.7.1.8 |
mlmIpAddressValueIP address valuero IpAddress .1.3.6.1.4.1.1575.1.4.1.7.1.9 |
mlmOctetStringValueOctet string valuero OCTET STRING .1.3.6.1.4.1.1575.1.4.1.7.1.10 |
mlmObjectIDValueobject id valuero OBJECT IDENTIFIER .1.3.6.1.4.1.1575.1.4.1.7.1.11 |
mlmCounter64Value64-bit counter valuero Counter64 .1.3.6.1.4.1.1575.1.4.1.7.1.13 |
mlmResultStatusContains a description of any runtime errors which occurred during script execution.ro Enumeration .1.3.6.1.4.1.1575.1.4.1.7.1.15 |
mlmMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.1575.1.4.2 |
mlmMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.1575.1.4.2.1 |
mlmComplianceThe compliance statement for SNMPv2 entities which implement the SNMP MLM Script MIB. Unknown .1.3.6.1.4.1.1575.1.4.2.1.1 |
mlmMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.1575.1.4.2.2 |
mlmMIBGroupA collection of objects providing an interface for configuring and controlling an SNMP MLM. Unknown .1.3.6.1.4.1.1575.1.4.2.2.1 |