scriptsStatsCurrentExportState
MX-CONF-MIB ·
.0.800.1.100.10000.1000
Object
scalar Enumeration
Current Script Export State
The current state of the configuration script exportation.
* Idle: No configuration script is currently exporting.
* Exporting: A configuration script exportation is currently
in progress.
* Transfering: The exported configuration script is
currently being transferred.
Context
- MIB
- MX-CONF-MIB
- OID
.0.800.1.100.10000.1000- 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::scriptsStatsCurrentExportState.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::scriptsStatsCurrentExportState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | idle |
200 | transfering |
300 | exporting |