fileAutoDownloadResultStatus
SMC6152L2-MIB ·
.1.3.6.1.4.1.202.20.66.1.24.3.1.3
Object
column FileCopyStatus
The last auto download result status. value fileCopyUnknown(18) will be obtained if no download action has been performed before.
Context
- MIB
- SMC6152L2-MIB
- OID
.1.3.6.1.4.1.202.20.66.1.24.3.1.3- 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 'SMC6152L2-MIB' -M '/opt/observium/mibs/smc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SMC6152L2-MIB::fileAutoDownloadResultStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SMC6152L2-MIB' -M '/opt/observium/mibs/smc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SMC6152L2-MIB::fileAutoDownloadResultStatus.<fileAutoDownloadResultUnitID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SMC6152L2-MIB' -M '/opt/observium/mibs/smc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SMC6152L2-MIB::fileAutoDownloadResultStatus'
Syntax
- Source
- FileCopyStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | fileCopyTftpUndefError |
2 | fileCopyTftpFileNotFound |
3 | fileCopyTftpAccessViolation |
4 | fileCopyTftpDiskFull |
5 | fileCopyTftpIllegalOperation |
6 | fileCopyTftpUnkownTransferId |
7 | fileCopyTftpFileExisted |
8 | fileCopyTftpNoSuchUser |
9 | fileCopyTftpTimeout |
10 | fileCopyTftpSendError |
11 | fileCopyTftpReceiverError |
12 | fileCopyTftpSocketOpenError |
13 | fileCopyTftpSocketBindError |
14 | fileCopyTftpUserCancel |
15 | fileCopyTftpCompleted |
16 | fileCopyParaError |
17 | fileCopyBusy |
18 | fileCopyUnknown |
19 | fileCopyReadFileError |
20 | fileCopySetStartupError |
21 | fileCopyFileSizeExceed |
22 | fileCopyMagicWordError |
23 | fileCopyImageTypeError |
24 | fileCopyHeaderChecksumError |
25 | fileCopyImageChecksumError |
26 | fileCopyWriteFlashFinish |
27 | fileCopyWriteFlashError |
28 | fileCopyWriteFlashProgramming |
29 | fileCopyError |
30 | fileCopySuccess |
31 | fileCopyCompleted |