CIENA-CES-FILE-TRANSFER-MIB: View SNMP OID List / Download MIB

VENDOR: CIENA CORPORATION


 Home MIB: CIENA-CES-FILE-TRANSFER-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 cienaCesFileTransferMIB 1.3.6.1.4.1.1271.2.1.15
This module defines the file transfer objects.
       cienaCesFileTransferMIBObjects 1.3.6.1.4.1.1271.2.1.15.1
           cienaCesFileTransfer 1.3.6.1.4.1.1271.2.1.15.1.1
               cienaCesFTransferRemoteFilename 1.3.6.1.4.1.1271.2.1.15.1.1.1 displaystring no-access
The file name (including the path, if applicable) to be retrieved from the xFTP server. If the switch/device is downloading a file, then this should be the name of the file on the remote server. The length of the filename string must not exceed 64 alpha-numeric characters, no spaces in filenames.
               cienaCesFTransferLocalFilename 1.3.6.1.4.1.1271.2.1.15.1.1.2 displaystring no-access
The file name (including the path, if applicable) to be written to. If the switch/device is downloading a file, then this should be name of the file on the switch/device. Length of filename string must not exceed 64 alpha-numeric characters, no spaces in filenames. By default it will have the same value as of cienaCesFTransferRemoteFilename.
               cienaCesFTransferNotificationStatus 1.3.6.1.4.1.1271.2.1.15.1.1.3 integer no-access
The status of the file transfer that is to be reported via the FileTransfer Notification. Enumeration: 'badFileCrc': 8, 'fileSystemError': 5, 'notEnoughSpace': 15, 'serverIpAddrInvalid': 10, 'allFilesSkipped': 9, 'internalError': 18, 'noStatus': 0, 'sourceNotFound': 13, 'fileNameInvalid': 12, 'fileGetError': 3, 'putSuccessful': 16, 'fileNameNeeded': 14, 'filePutError': 4, 'fileContentsInvalid': 6, 'filePathInvalid': 11, 'tftpServerNotFound': 2, 'flashOffline': 7, 'downloadSuccess': 17, 'fileAlreadyExist': 1.
               cienaCesFTransferNotificationInfo 1.3.6.1.4.1.1271.2.1.15.1.1.4 displaystring no-access
The string explaining the error code in detail or the additional information for the file transfer completion.
 cienaCesFileTransferMIBNotificationPrefix 1.3.6.1.4.1.1271.2.2.16
       cienaCesFileTransferMIBNotifications 1.3.6.1.4.1.1271.2.2.16.0
           cienaCesFTransferCompletion 1.3.6.1.4.1.1271.2.2.16.0.1
A cienaCesFTransferCompletion notification is sent at the completion of a file transfer request. The cienaCesFileTransferCompletionTrapState must be enabled to generate this notification. Variable bindings include: cienaGlobalSeverity, cienaGlobalMacAddress, cienaCesFTransferRemoteFilename, cienaCesFTransferLocalFilename, cienaCesFTransferNotificationStatus, and cienaCesFTransferNotificationInfo.