zxr10DownloadState
ZXR10-CLI-MIB ·
.1.3.6.1.4.1.3902.3.6000.52.1.4.10
Object
scalar Enumeration
The status of file download. The description of each status is given below: idle: there is no downloading request. running: files is downloading. success: file downloading is completed and successful. failure: download request is failure.
Context
- MIB
- ZXR10-CLI-MIB
- OID
.1.3.6.1.4.1.3902.3.6000.52.1.4.10- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- zxr10StartrunGlobalObjects
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 'ZXR10-CLI-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXR10-CLI-MIB::zxr10DownloadState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZXR10-CLI-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZXR10-CLI-MIB::zxr10DownloadState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | running |
3 | success |
4 | failure |