eltexProcessCPUMonitorValidValue
ELTEX-PROCESS-MIB ·
.1.3.6.1.4.1.35265.41.1.1.1.1.5
Object
column SNMPv2-TCTruthValue
Indicates whether or not the eltexProcessCPUMonitorValue contain accurate data. If an instance of this object has the value false, the values of eltexProcessCPUMonitorValidValue in the conceptual row may contain inaccurate information.
Context
- MIB
- ELTEX-PROCESS-MIB
- OID
.1.3.6.1.4.1.35265.41.1.1.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- eltexProcessCPUMonitorEntry
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 'ELTEX-PROCESS-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-PROCESS-MIB::eltexProcessCPUMonitorValidValue'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ELTEX-PROCESS-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-PROCESS-MIB::eltexProcessCPUMonitorValidValue.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELTEX-PROCESS-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELTEX-PROCESS-MIB::eltexProcessCPUMonitorValidValue'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |