downloadAction
PACKETFRONT-DRG-MIB ·
.1.3.6.1.4.1.9303.4.3.1.3.3
Object
scalar r/w
Enumeration
When this object is set to startDownload(2), the system will attempt to connect to the server specified in downloadServer (or the host part of downloadFile if a URL has been specified there), using the method defined in downloadMethod. If the file is found and verified, it will be downloaded to the device and stored. When the download process is completed, the device will restart the newly loaded application. When the device is not downloading, this object will have a value of notDownloading(1).
Context
- MIB
- PACKETFRONT-DRG-MIB
- OID
.1.3.6.1.4.1.9303.4.3.1.3.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- downloadConfig
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 'PACKETFRONT-DRG-MIB' -M '/opt/observium/mibs/packetfront:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PACKETFRONT-DRG-MIB::downloadAction.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PACKETFRONT-DRG-MIB' -M '/opt/observium/mibs/packetfront:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PACKETFRONT-DRG-MIB::downloadAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notDownloading |
2 | startDownload |