fileAutoDownloadResultAction
ECS4810-12M-MIB ·
.1.3.6.1.4.1.259.10.1.11.1.24.3.1.2
Object
column Enumeration
The status of the auto download action.
value copying(2) will be obtained if the auto download action is currently processing,
or value notCopying(1) will be obtained if no auto download action is currently processing.
You can check the download result through the fileAutoDownloadResultStatus object
after the download action has finished.
Please note that this object is read-only, since the auto download action is triggered
automatically by the system when an image file or a config file is set as startup setting
through the fileInfoIsStartUp, restartOpCodeFile or restartConfigFile objects,
but not set by the user manually through this fileAutoDownloadResultAction object.
Context
- MIB
- ECS4810-12M-MIB
- OID
.1.3.6.1.4.1.259.10.1.11.1.24.3.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- fileAutoDownloadResultEntry
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 'ECS4810-12M-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4810-12M-MIB::fileAutoDownloadResultAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ECS4810-12M-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4810-12M-MIB::fileAutoDownloadResultAction.<fileAutoDownloadResultUnitID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS4810-12M-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS4810-12M-MIB::fileAutoDownloadResultAction'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.