vmsGlobalStatusFileUploadResult
BINTEC-VMS-MIB ·
.0.34.1.2.3
Object
scalar r/w
Enumeration
file upload result (error) code: success(1) : the file upload was successful, no-mem-card(2) : no memory card plugged, no-mem-space(3) : no more space available on the memory card, incomp-format(4) : the file format doesn't match the requirements, transfer-error(5) : any transfer error occured during upload, write-protection(6): active write protection on storage device, internal-error(7) : unexpected internal error occured.
Context
- MIB
- BINTEC-VMS-MIB
- OID
.0.34.1.2.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- vmsGlobalStatus
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 'BINTEC-VMS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-VMS-MIB::vmsGlobalStatusFileUploadResult.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-VMS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-VMS-MIB::vmsGlobalStatusFileUploadResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | success |
2 | no-mem-card |
3 | no-mem-space |
4 | incomp-format |
5 | transfer-error |
6 | write-protection |
7 | internal-error |