expObjectIDWildcard
EXPRESSION-MIB ·
.1.3.6.1.4.1.9.10.22.1.3.2.1.3
Object
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 (ie will be 0.0).
NOTE: The simplest implementations of this MIB may not
allow wildcards.
Context
- MIB
- EXPRESSION-MIB
- OID
.1.3.6.1.4.1.9.10.22.1.3.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- expObjectEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk 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 'EXPRESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXPRESSION-MIB::expObjectIDWildcard'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXPRESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXPRESSION-MIB::expObjectIDWildcard.<expExpressionIndex>.<expObjectIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXPRESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXPRESSION-MIB::expObjectIDWildcard'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |
Conformance
Member of