aniDevControlUploadState
DEVCONTROL-MIB ·
.1.3.6.1.4.1.4325.2.4.4
Object
scalar Enumeration
Reading this object returns the status of the previous upload
process.
The possible return values are:
successful(1) - upload operation completed successfully
failed(2) - upload operation failed
If a Get request is sent before aniDevControlStartUpload
is actually set, the value successful(1) will be returned
by default.
Context
- MIB
- DEVCONTROL-MIB
- OID
.1.3.6.1.4.1.4325.2.4.4- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- aniDevControl
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 'DEVCONTROL-MIB' -M '/opt/observium/mibs/aperto:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DEVCONTROL-MIB::aniDevControlUploadState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DEVCONTROL-MIB' -M '/opt/observium/mibs/aperto:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DEVCONTROL-MIB::aniDevControlUploadState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | successful |
2 | failed |