zxr10DownloadFailureCause
ZXR10-CLI-MIB ·
.1.3.6.1.4.1.3902.3.6000.52.1.4.11
Object
scalar Enumeration
The cause of file download failure. The description of each failure is given below: noError: file is downloading or download successfully. invalidFile: file name is invalid. directError: the operation to the directory/file is forbidden or directory/file is error. ftpNoResponse: can not recieve response from FTP. sftpNoResponse: can not recieve response from SFTP. noSuchFileOrDirect: no such file(s) or directory(s). ftpTransmitFail: fail to transmit file by FTP server. directCreateFail: fail to create directory. otherTerminalRunning: copy-config is running in other terminal. batchCommandRunning: batch command is running in other terminal. copyFileFail: fail to copy file. disconnect: can not connect FTP/SFTP server. ftpServerDown: FTP server can not provide services. sftpServerDown: SFTP server can not provide services. parameterError: parameter is incorrect.
Context
- MIB
- ZXR10-CLI-MIB
- OID
.1.3.6.1.4.1.3902.3.6000.52.1.4.11- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- zxr10StartrunGlobalObjects
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 'ZXR10-CLI-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXR10-CLI-MIB::zxr10DownloadFailureCause.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZXR10-CLI-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZXR10-CLI-MIB::zxr10DownloadFailureCause'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | invalidFile |
2 | directError |
3 | noSuchFileOrDirect |
4 | ftpTransmitFail |
5 | ftpNoResponse |
6 | sftpNoResponse |
7 | requestSftpFail |
8 | commonError |
9 | directCreateFail |
10 | otherTerminalRunning |
11 | batchCommandRunning |
12 | copyFileFail |
13 | disconnect |
14 | ftpServerDown |
15 | sftpServerDown |
16 | parameterError |
255 | noError |