osExportDataErrorStatus

OS-EXPORT-DATA-MIB · .1.3.6.1.4.1.6926.2.16.2.1.32

Object

column Enumeration
Specifies the error which occurred (if at all) during the export (used in Traps).

Context

MIB
OS-EXPORT-DATA-MIB
OID
.1.3.6.1.4.1.6926.2.16.2.1.32
Type
column
Access
readonly
Status
current
Parent
osExportDataEntry
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 'OS-EXPORT-DATA-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'OS-EXPORT-DATA-MIB::osExportDataErrorStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'OS-EXPORT-DATA-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'OS-EXPORT-DATA-MIB::osExportDataErrorStatus.<osExportDataName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'OS-EXPORT-DATA-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'OS-EXPORT-DATA-MIB::osExportDataErrorStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1noError
2transferFailure
3sampleFailure
4stopFailure
5startFailure
6deleteFailure
7unknownError

Conformance