expExpressionError
EXPRESSION-MIB ·
.1.3.6.1.4.1.9.10.22.1.3.1.1.10
Object
column
Enumeration
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 expValueTable or in ongoing delta
processing.
invalidSyntax the value sent for expExpression
is not valid Expression MIB
expression syntax (S)
undefinedObjectIndex an object reference ($n) in
expExpression does not have a
matching instance in
expObjectTable (E)
unrecognizedOperator the value sent for expExpression
held an unrecognized operator (S)
unrecognizedFunction the value sent for expExpression
held an unrecognized function
name (S)
invalidOperandType an operand in expExpression is not
the right type for the associated
operator or result (SE)
unmatchedParenthesis the value sent for expExpression
is not correctly parenthesized (S)
tooManyWildcardValues evaluating the expression exceeded
the limit set by expResourceDelta
WildcardInstanceMaximum (E)
recursion through some chain of embedded
expressions the expression invokes
itself (E)
deltaTooShort the delta for the next evaluation
passed before the system could
evaluate the present sample (E)
resourceUnavailable some resource, typically dynamic
memory, was unavailable (SE)
divideByZero an attempt to divide by zero
occurred (E)
For the errors that occur when the attempt is made to set
expExpression Set request fails with the SNMP error code
'wrongValue'. Such failures refer to the most recent failure
to Set expExpression, not to the present value of
expExpression which must be either unset or syntactically
correct.
Errors that occur during evalutaion for a Get* operation
return the SNMP error code 'genErr' except for
'tooManyWildcardValues' and 'resourceUnavailable' which
return the SNMP error code 'resourceUnavailable'.
This object is not instantiated if there have been no
errors.
Context
- MIB
- EXPRESSION-MIB
- OID
.1.3.6.1.4.1.9.10.22.1.3.1.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- expExpressionEntry
- Table
- expExpressionTable
- Siblings
- 11
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | invalidSyntax |
2 | undefinedObjectIndex |
3 | unrecognizedOperator |
4 | unrecognizedFunction |
5 | invalidOperandType |
6 | unmatchedParenthesis |
7 | tooManyWildcardValues |
8 | recursion |
9 | deltaTooShort |
10 | resourceUnavailable |
11 | divideByZero |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| expExpressionName The unique name of the expression, the same as expName.
Use this object to change the expression's name without
changing its expExpressionIndex. | column | ExpressionName | .1.3.6.1.4.1.9.10.22.1.3.1.1.1 |
| expExpressionInstance The expValueInstance being evaluated when the error
occurred. A zero-length indicates irrelevance.
This object is not instantiated if there have been no
errors. | column | ObjectIdentifier | .1.3.6.1.4.1.9.10.22.1.3.1.1.11 |
| expExpressionOwner The entity that configured this entry and is therefore
using the resources assigned to it. | column | OctetString | .1.3.6.1.4.1.9.10.22.1.3.1.1.12 |
| 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 i… | column | OctetString | .1.3.6.1.4.1.9.10.22.1.3.1.1.2 |
| 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 c… | column | Enumeration | .1.3.6.1.4.1.9.10.22.1.3.1.1.3 |
| expExpressionComment A comment to explain the use or meaning of the expression. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.9.10.22.1.3.1.1.4 |
| expExpressionDeltaInterval Sampling interval for objects in this expression with
expObjectSampleType 'deltaValue'.
This object is not instantiated if not applicable.
A value of… | column | seconds Integer32 | .1.3.6.1.4.1.9.10.22.1.3.1.1.5 |
| 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
determi… | column | ObjectIdentifier | .1.3.6.1.4.1.9.10.22.1.3.1.1.6 |
| 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. It is a l… | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.9.10.22.1.3.1.1.7 |
| expExpressionErrorTime The value of sysUpTime the last time an error caused a
failure to evaluate this expression.
This object is not instantiated if there have been no
errors. | column | SNMPv2-TCTimeStamp | .1.3.6.1.4.1.9.10.22.1.3.1.1.8 |
| expExpressionErrorIndex The 1-based character index into expExpression for where
the error occurred. The value zero indicates irrelevance.
This object is not instantiated if there have be… | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.9.10.22.1.3.1.1.9 |