ceDiagTestPerfLastResult

CISCO-ENTITY-DIAG-MIB · .1.3.6.1.4.1.9.9.350.1.6.1.1.1

Object

column Enumeration
This object indicates the result the last time this test was
executed by the corresponding physical entity:
              
'unknown' - the corresponding physical entity has not executed
            the test.
              
'fail'    - the test executed and detected at least one
            failure.
              
'pass'    - the test executed without detecting a failure.
              
'skipped' - the test was skipped due to insufficient resources.

Context

MIB
CISCO-ENTITY-DIAG-MIB
OID
.1.3.6.1.4.1.9.9.350.1.6.1.1.1
Type
column
Access
readonly
Status
current
Parent
ceDiagTestPerfEntry
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 'CISCO-ENTITY-DIAG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ENTITY-DIAG-MIB::ceDiagTestPerfLastResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-ENTITY-DIAG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ENTITY-DIAG-MIB::ceDiagTestPerfLastResult.<entPhysicalIndex>.<ceDiagTestId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-ENTITY-DIAG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-ENTITY-DIAG-MIB::ceDiagTestPerfLastResult'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1unknown
2fail
3pass
4skipped

Conformance