ipeSysOpFileDownloadStatus
IPE-SYSTEM-MIB ·
.1.3.6.1.4.1.119.2.3.69.5.1.3.2.1.5
Object
column Enumeration
Download result.
0:Invalidity
1:Completed
2:Failed
3:Executing
4:Suspending
*'0:Invalidity' is used as an initial state.
*A change state is the following three kinds.
1)When it operates normally:
(Start)->(3:Executing)->(1:Completed)
2)When it cancels on the way:
(Start)->(3:Executing)->(4:Suspending)-> (Completed)
3)When unusual detection is carried out on the way:
(Start)->(3:Executing)->(2:Failed)
*The download start from excluding (3:Executing) is permitted.
*The download start from (3:Executing) is not permitted.
*Pertinent details: ipeSysOpFileDownloadCtrl
Context
- MIB
- IPE-SYSTEM-MIB
- OID
.1.3.6.1.4.1.119.2.3.69.5.1.3.2.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipeSysOpFileDownloadEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'IPE-SYSTEM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-SYSTEM-MIB::ipeSysOpFileDownloadStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPE-SYSTEM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-SYSTEM-MIB::ipeSysOpFileDownloadStatus.<ipeSysOpFileDownloadIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPE-SYSTEM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPE-SYSTEM-MIB::ipeSysOpFileDownloadStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | invalid |
1 | downloadCompleted |
2 | downloadFailed |
3 | downloadExecuting |
4 | downloadSuspending |