DISMAN-EXPRESSION-MIB

DISMAN-EXPRESSION-MIB Download

MIBs list

OID list for DISMAN-EXPRESSION-MIB

expResourceDeltaMinimum
The minimum expExpressionDeltaInterval this system will accept. A system may use the larger values of this minimum to lessen the impact of constantly computing deltas. For larger delta sampling intervals the system samples less often and suffers less ov ...
expResourceDeltaWildcardInstanceMaximum
For every instance of a deltaValue object, one dynamic instance entry is needed for holding the instance value from the previous sample, i.e. to maintain state. This object limits maximum number of dynamic instance entries this system will support for wil ...
expResourceDeltaWildcardInstances
The number of currently active instance entries as defined for expResourceDeltaWildcardInstanceMaximum.
expResourceDeltaWildcardInstancesHigh
The highest value of expResourceDeltaWildcardInstances that has occurred since initialization of the managed system.
expResourceDeltaWildcardInstanceResourceLacks
The number of times this system could not evaluate an expression because that would have created a value instance in excess of expResourceDeltaWildcardInstanceMaximum.
expExpressionTable
A table of expression definitions.
expExpressionEntry
Information about a single expression. New expressions can be created using expExpressionRowStatus. To create an expression first create the named entry in this table. Then use expExpressionName to populate expObjectTable. For expression evaluation to s ...
expExpressionOwner
The owner of this entry. The exact semantics of this string are subject to the security policy defined by the security administrator.
expExpressionName
The name of the expression. This is locally unique, within the scope of an expExpressionOwner.
expExpression
The expression to be evaluated. This object is the same as a DisplayString (RFC 1903) except for its maximum length. Except for the variable names the expression is in ANSI C syntax. Only the subset of ANSI C operators and functions listed here is allow ...
expExpressionValueType
The type of the expression value. One and only one of the value objects in expValueTable will be instantiated to match this type. If the result of the expression can not be made into this type, an invalidOperandType error will occur.
expExpressionComment
A comment to explain the use or meaning of the expression.
expExpressionDeltaInterval
Sampling interval for objects in this expression with expObjectSampleType 'deltaValue'. This object has no effect if the the expression has no deltaValue objects. A value of 0 indicates no automated sampling. In this case the delta is the difference from ...
expExpressionPrefix
An object prefix to assist an application in determining the instance indexing to use in expValueTable, relieving the application of the need to scan the expObjectTable to determine such a prefix. See expObjectTable for information on wildcarded objects. ...
expExpressionErrors
The number of errors encountered while evaluating this expression. Note that an object in the expression not being accessible, is not considered an error. An example of an inaccessible object is when the object is excluded from the view of the user whose ...
expExpressionEntryStatus
The control that allows creation and deletion of entries.
expErrorTable
A table of expression errors.
expErrorEntry
Information about errors in processing an expression. Entries appear in this table only when there is a matching expExpressionEntry and then only when there has been an error for that expression as reflected by the error codes defined for expErrorCode.
expErrorTime
The value of sysUpTime the last time an error caused a failure to evaluate this expression.
expErrorIndex
The one-dimensioned character array index into expExpression for where the error occurred. The value zero indicates irrelevance.
expErrorCode
The error that occurred. In the following explanations the expected timing of the error is in parentheses. 'S' means the error occurs on a Set request. 'E' means the error occurs on the attempt to evaluate the expression either due to Get from expValue ...
expErrorInstance
The expValueInstance being evaluated when the error occurred. A zero-length indicates irrelevance.
expObjectTable
A table of object definitions for each expExpression. Wildcarding instance IDs: It is legal to omit all or part of the instance portion for some or all of the objects in an expression. (See the DESCRIPTION of expObjectID for details. However, note that i ...
expObjectEntry
Information about an object. An application uses expObjectEntryStatus to create entries in this table while in the process of defining an expression. Values of read-create objects in this table may be changed at any time.
expObjectIndex
Within an expression, a unique, numeric identification for an object. Prefixed with a dollar sign ('$') this is used to reference the object in the corresponding expExpression.
expObjectID
The OBJECT IDENTIFIER (OID) of this object. The OID may be fully qualified, meaning it includes a complete instance identifier part (e.g., ifInOctets.1 or sysUpTime.0), or it may not be fully qualified, meaning it may lack all or part of the instance ide ...
expObjectIDWildcard
A true value indicates the expObjecID of this row is a wildcard object. False indicates that expObjectID is fully instanced. If all expObjectWildcard values for a given expression are FALSE, expExpressionPrefix will reflect a scalar object (i.e. will be 0 ...
expObjectSampleType
The method of sampling the selected variable. An 'absoluteValue' is simply the present value of the object. A 'deltaValue' is the present value minus the previous value, which was sampled expExpressionDeltaInterval seconds ago. This is intended primarily ...
expObjectDeltaDiscontinuityID
The OBJECT IDENTIFIER (OID) of a TimeTicks, TimeStamp, or DateAndTime object that indicates a discontinuity in the value at expObjectID. This object is instantiated only if expObjectSampleType is 'deltaValue' or 'changedValue'. The OID may be for a leaf o ...
expObjectDiscontinuityIDWildcard
A true value indicates the expObjectDeltaDiscontinuityID of this row is a wildcard object. False indicates that expObjectDeltaDiscontinuityID is fully instanced. This object is instantiated only if expObjectSampleType is 'deltaValue' or 'changedValue'. N ...
expObjectDiscontinuityIDType
The value 'timeTicks' indicates the expObjectDeltaDiscontinuityID of this row is of syntax TimeTicks. The value 'timeStamp' indicates syntax TimeStamp. The value 'dateAndTime indicates syntax DateAndTime. This object is instantiated only if expObjectSam ...
expObjectConditional
The OBJECT IDENTIFIER (OID) of an object that overrides whether the instance of expObjectID is to be considered usable. If the value of the object at expObjectConditional is 0 or not instantiated, the object at expObjectID is treated as if it is not inst ...
expObjectConditionalWildcard
A true value indicates the expObjectConditional of this row is a wildcard object. False indicates that expObjectConditional is fully instanced. NOTE: The simplest implementations of this MIB may not allow wildcards.
expObjectEntryStatus
The control that allows creation/deletion of entries. Objects in this table may be changed while expObjectEntryStatus is in any state.
expValueTable
A table of values from evaluated expressions.
expValueEntry
A single value from an evaluated expression. For a given instance, only one 'Val' object in the conceptual row will be instantiated, that is, the one with the appropriate type for the value. For values that contain no objects of expObjectSampleType 'del ...
expValueInstance
The final instance portion of a value's OID according to the wildcarding in instances of expObjectID for the expression. The prefix of this OID fragment is 0.0, leading to the following behavior. If there is no wildcarding, the value is 0.0.0. In other ...
expValueCounter32Val
The value when expExpressionValueType is 'counter32'.
expValueUnsigned32Val
The value when expExpressionValueType is 'unsigned32'.
expValueTimeTicksVal
The value when expExpressionValueType is 'timeTicks'.
expValueInteger32Val
The value when expExpressionValueType is 'integer32'.
expValueIpAddressVal
The value when expExpressionValueType is 'ipAddress'.
expValueOctetStringVal
The value when expExpressionValueType is 'octetString'.
expValueOidVal
The value when expExpressionValueType is 'objectId'.
expValueCounter64Val
The value when expExpressionValueType is 'counter64'.
dismanExpressionResourceGroup
Expression definition resource management.
dismanExpressionDefinitionGroup
Expression definition.
dismanExpressionValueGroup
Expression value.

MIBs list