expObjectIDWildcard

DISMAN-EXPRESSION-MIB · .1.3.6.1.2.1.90.1.2.3.1.3

Object

column r/w SNMPv2-TCTruthValue
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.0).
              
NOTE:  The simplest implementations of this MIB may not allow
wildcards.

Context

MIB
DISMAN-EXPRESSION-MIB
OID
.1.3.6.1.2.1.90.1.2.3.1.3
Type
column
Access
readwrite
Status
current
Parent
expObjectEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DISMAN-EXPRESSION-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-EXPRESSION-MIB::expObjectIDWildcard'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DISMAN-EXPRESSION-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-EXPRESSION-MIB::expObjectIDWildcard.<expExpressionOwner>.<expExpressionName>.<expObjectIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DISMAN-EXPRESSION-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DISMAN-EXPRESSION-MIB::expObjectIDWildcard'

Syntax

Source
SNMPv2-TCTruthValue
Base type
Enumeration
Type Description
Represents a boolean value.

Values & Constraints

Type Values
1true
2false

Conformance

Member of
Compliance refinements
Implementation may allow wildcards.