dlCStatus
LUXN-MIB ·
.1.3.6.1.4.1.4253.2.3.2.1
Object
The global status of the download task. The download task (download to the device) is either ftp-inprogress, module update inprogress or currently idle. Since only one download at the time is handled by the system, this flag is set to inprogress as soon as any download starts. It is reset back to idle when the download is completed. This flag is set to idle on system startup. This flag can be remotely set to idle if a previous FTP download was interrupted.
Context
- MIB
- LUXN-MIB
- OID
.1.3.6.1.4.1.4253.2.3.2.1- Type
- scalar
- Access
- noaccess
- Status
- mandatory
- Parent
- downloadCond
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 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUXN-MIB::dlCStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUXN-MIB::dlCStatus'
Syntax
- Source
- DownloadStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | idle |
2 | ftp-inprogress |
3 | mod-inprogress |