EXPRESSION-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
4
Rows
4
Columns
33
expNameTable
table.1.3.6.1.4.1.9.10.22.1.2.3
·
1 row entry
·
3 columns
Uses the cisco variant from
Command help
/opt/observium/mibs/cisco.
Walk expNameTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'EXPRESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXPRESSION-MIB::expNameTable'
A table of expression names, for creating and deleting expressions.
Information about a single expression. New expressions
can be created using expNameStatus.
To create an expression first create the named entry in this
table. Then use expExpressionIndex to populate
expEx…
can be created using expNameStatus.
To create an expression first create the named entry in this
table. Then use expExpressionIndex to populate
expEx…
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The name of the expression. Choosing names with useful
lexical ordering supports using GetNext or GetBulk to retrieve a useful subset of the table. |
ExpressionName Type Constraints: range: 1..64 |
.1.3.6.1.4.1.9.10.22.1.2.3.1.1 |
||||||||||||
|
The numeric identification of the expression.
Applications may select this number in ascending numerical order by using expNameHighestIndex as a hint or may use any other acceptable, unused number. … |
ExpressionIndexr/w Type Constraints: range: 1..4294967295 |
.1.3.6.1.4.1.9.10.22.1.2.3.1.2 |
||||||||||||
|
The control that allows creation/deletion of entries.
|
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.9.10.22.1.2.3.1.3 |
expExpressionTable
table.1.3.6.1.4.1.9.10.22.1.3.1
·
1 row entry
·
12 columns
Uses the cisco variant from
Command help
/opt/observium/mibs/cisco.
Walk expExpressionTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'EXPRESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXPRESSION-MIB::expExpressionTable'
A table of expression definitions.
Information about a single expression. An entry appears
in this table when an entry is created in expNameTable.
Deleting that expNameTable entry automatically deletes
this entry and its associated expObjectTable entrie…
in this table when an entry is created in expNameTable.
Deleting that expNameTable entry automatically deletes
this entry and its associated expObjectTable entrie…
Indexes
| Column | Syntax | OID | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The unique name of the expression, the same as expName.
Use this object to change the expression's name without changing its expExpressionIndex. |
ExpressionNamer/w Type Constraints: range: 1..64 |
.1.3.6.1.4.1.9.10.22.1.3.1.1.1 |
||||||||||||||||||||||
|
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 … |
OctetStringr/w Constraints: range: 1-1024 |
.1.3.6.1.4.1.9.10.22.1.3.1.1.2 |
||||||||||||||||||||||
|
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 invali… |
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.9.10.22.1.3.1.1.3 |
||||||||||||||||||||||
|
A comment to explain the use or meaning of the expression.
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.9.10.22.1.3.1.1.4 |
||||||||||||||||||||||
|
Sampling interval for objects in this expression with
expObjectSampleType 'deltaValue'. This object is not instantiated if not applicable. A value of 0 indicates no automated sampling. In … |
secondsInteger32r/w Constraints: range: 0-86400 |
.1.3.6.1.4.1.9.10.22.1.3.1.1.5 |
||||||||||||||||||||||
|
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 exp… |
ObjectIdentifier | .1.3.6.1.4.1.9.10.22.1.3.1.1.6 |
||||||||||||||||||||||
|
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 legitimate condition that causes the corr… |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.10.22.1.3.1.1.7 |
||||||||||||||||||||||
|
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. |
SNMPv2-TCTimeStamp Based On: SNMPv2-SMITimeTicks Description: The value of the sysUpTime object at which a specific occurrence happened. The specific occurrence must be defined in the description of any object defined using this type. If sysUpTime is reset t… |
.1.3.6.1.4.1.9.10.22.1.3.1.1.8 |
||||||||||||||||||||||
|
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 been no errors. |
SNMPv2-SMIInteger32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.9.10.22.1.3.1.1.9 |
||||||||||||||||||||||
|
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 expres… |
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.9.10.22.1.3.1.1.10 |
||||||||||||||||||||||
|
The expValueInstance being evaluated when the error
occurred. A zero-length indicates irrelevance. This object is not instantiated if there have been no errors. |
ObjectIdentifier | .1.3.6.1.4.1.9.10.22.1.3.1.1.11 |
||||||||||||||||||||||
|
The entity that configured this entry and is therefore
using the resources assigned to it. |
OctetStringr/w Constraints: range: 0-255 |
.1.3.6.1.4.1.9.10.22.1.3.1.1.12 |
expObjectTable
table.1.3.6.1.4.1.9.10.22.1.3.2
·
1 row entry
·
10 columns
Uses the cisco variant from
Command help
/opt/observium/mibs/cisco.
Walk expObjectTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'EXPRESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXPRESSION-MIB::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
if more than one object in the same expression is wildcarded
in this way, they all must be objects where that portion of
the instance is the same. In other words, all objects may
be in the same SEQUENCE or in different SEQUENCEs but with
the same semantic index value (e.g., a value of ifIndex)
for the wildcarded portion.
Information about an object. An application uses
expObjectStatus 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 a…
expObjectStatus 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 a…
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
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. |
Unsigned32 Constraints: range: 1-4294967295 |
.1.3.6.1.4.1.9.10.22.1.3.2.1.1 |
||||||||||||
|
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 … |
ObjectIdentifierr/w | .1.3.6.1.4.1.9.10.22.1.3.2.1.2 |
||||||||||||
|
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 re… |
SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.9.10.22.1.3.2.1.3 |
||||||||||||
|
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 expExpressionDel… |
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.9.10.22.1.3.2.1.4 |
||||||||||||
|
The OBJECT IDENTIFIER (OID) of a TimeTicks or TimeStamp
object that indicates a discontinuity in the value at expObjectID. This object is not instantiated if expObject is not 'deltaValue'. … |
ObjectIdentifierr/w | .1.3.6.1.4.1.9.10.22.1.3.2.1.5 |
||||||||||||
|
A true value indicates the expObjectDeltaDiscontinuityID
of this row is a wildcard object. False indicates that expObjectDeltaDiscontinuityID is fully instanced. This object is not instantiated if expObj… |
SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.9.10.22.1.3.2.1.6 |
||||||||||||
|
The value 'timeTicks' indicates the
expObjectDeltaDiscontinuityID of this row is of syntax TimeTicks. The value 'timeStamp' indicates that expObjectDeltaDiscontinuityID is of syntax TimeStamp. This objec… |
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.9.10.22.1.3.2.1.7 |
||||||||||||
|
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 expObje… |
ObjectIdentifierr/w | .1.3.6.1.4.1.9.10.22.1.3.2.1.8 |
||||||||||||
|
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… |
SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.9.10.22.1.3.2.1.9 |
||||||||||||
|
The control that allows creation/deletion of entries.
Objects in this table may be changed while expObjectStatus is in any state. |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.9.10.22.1.3.2.1.10 |
expValueTable
table.1.3.6.1.4.1.9.10.22.1.4.1
·
1 row entry
·
8 columns
Uses the cisco variant from
Command help
/opt/observium/mibs/cisco.
Walk expValueTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'EXPRESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXPRESSION-MIB::expValueTable'
A table of values from evaluated expressions.
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…
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…
Indexes
| Column | Syntax | OID |
|---|---|---|
|
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 ther… |
ObjectIdentifier | .1.3.6.1.4.1.9.10.22.1.4.1.1.1 |
|
The value when expExpressionValueType is 'counter32'.
|
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.10.22.1.4.1.1.2 |
|
The value when expExpressionValueType is
'unsignedOrGauge32' or 'timeTicks'. |
SNMPv2-SMIUnsigned32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.10.22.1.4.1.1.3 |
|
The value when expExpressionValueType is 'integer32'.
|
SNMPv2-SMIInteger32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.9.10.22.1.4.1.1.4 |
|
The value when expExpressionValueType is 'ipAddress'.
|
SNMPv2-SMIIpAddress Type Constraints: range: 4 |
.1.3.6.1.4.1.9.10.22.1.4.1.1.5 |
|
The value when expExpressionValueType is 'octetString'.
|
OctetString Constraints: range: 0-65535 |
.1.3.6.1.4.1.9.10.22.1.4.1.1.6 |
|
The value when expExpressionValueType is 'objectId'.
|
ObjectIdentifier | .1.3.6.1.4.1.9.10.22.1.4.1.1.7 |
|
The value when expExpressionValueType is 'counter64'.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.9.10.22.1.4.1.1.8 |