tftpStatus
ECS4810-28TS-MIB ·
.1.3.6.1.4.1.259.10.1.18.1.6.6
Object
scalar Enumeration
The status of the last transfer procedure, if any. This object will have a value of downloadStatusUnknown(2) if no transfer process has been performed.
Context
- MIB
- ECS4810-28TS-MIB
- OID
.1.3.6.1.4.1.259.10.1.18.1.6.6- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- tftpMgt
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 'ECS4810-28TS-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4810-28TS-MIB::tftpStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS4810-28TS-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS4810-28TS-MIB::tftpStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tftpSuccess |
2 | tftpStatusUnknown |
3 | tftpGeneralError |
4 | tftpNoResponseFromServer |
5 | tftpDownloadChecksumError |
6 | tftpDownloadIncompatibleImage |
7 | tftpTftpFileNotFound |
8 | tftpTftpAccessViolation |