scriptsStatsLastTransferResult
MX-CONF-MIB ·
.0.800.1.100.10000.800
Object
scalar Enumeration
Last Transfer Result
Result of the last configuration scripts transfer and run
command.
* None: No configuration scripts transfer performed since
the last reset to default settings.
* Success: The last configuration scripts transfer succeeded
and the transferred scripts were ran successfully.
* ExecutionFailed: The last configuration scripts transfer
succeeded but at least one of the transferred scripts
failed to run.
* TransferFailed: At least one of the last configuration
scripts transfer failed.
Context
- MIB
- MX-CONF-MIB
- OID
.0.800.1.100.10000.800- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- scriptsStatsGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-CONF-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CONF-MIB::scriptsStatsLastTransferResult.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-CONF-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-CONF-MIB::scriptsStatsLastTransferResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | none |
200 | success |
300 | executionFailed |
400 | transferFailed |