CXFileServer-MIB: View SNMP OID List / Download MIB

VENDOR: MEMOTEC COMMUNICATIONS


 Home MIB: CXFileServer-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
 cxFsTftpTransfer 1.3.6.1.4.1.495.2.1.5.3.1 integer read-write
Used to control a TFTP server running on a sub-system. Options: disabled (1): For security reasons, no file transfer requests are accepted. enabled (2): Requests to download files from the TFTP server are accepted. Default Value: disabled (1) Configuration Changed: operative Enumeration: 'disabled': 1, 'enabled': 2.
 cxFsTftpTargetSlot 1.3.6.1.4.1.495.2.1.5.3.2 integer read-write
The slot number where a sub-system resides. All TFTP file transfer packets are directed toward this sub-system. Range of Values: 0 - 16 Note: A value of 0 is used for the sub-system where the TFTP server resides. Default Value: 0 Configuration Changed: operative
 cxFsTftpRemxt 1.3.6.1.4.1.495.2.1.5.3.3 integer read-write
Timeout (in seconds) between retransmissions of a TFTP packet whose original transmission was unsuccessful. Range of Values: 1 - 600 Default Value: 5 (seconds) Configuration Changed: operative
 cxFsIsBusy 1.3.6.1.4.1.495.2.1.5.3.4 integer read-only
Indicates whether the file server is currently busy. Options: no (1): File server is unoccupied. File transfer requests can be sent. yes (2): File server is busy. Any activities such as file transfer or file list requests initiated at this time will likely be unsuccessful. Enumeration: 'yes': 2, 'no': 1.
 cxFsBackGroundCleanup 1.3.6.1.4.1.495.2.1.5.3.5 integer read-write
Used to enable or disable a continuous clean-up process which makes file server resources re-usable. When enabled, this process runs continuously as a background operation. Options: disabled (1): File server resources remain allocated to the activity or application that originally used them, even if they are no longer required. enabled (2): File server resources are dynamically reallocated to new activities or applications each time they are freed from their current use. Default Value: enabled (2) Related Objects: cxFsCleanupOnce Configuration Changed: operative Enumeration: 'disabled': 1, 'enabled': 2.
 cxFsCleanupOnce 1.3.6.1.4.1.495.2.1.5.3.6 integer read-write
Initiates a clean-up of the file server to free up resources that are still allocated to activities or applications that no longer require them. This process does not run continuously (as with 'cxFsBackGroundCleanup'), but occurs once only each time it is initiated. Options: no (1): No clean-up initiated yes (2): Clean-up initiated Default Value: no (1) Related Objects: cxFsBackGroundCleanup Configuration Changed: operative Enumeration: 'yes': 2, 'no': 1.
 cxFsFreeBytes 1.3.6.1.4.1.495.2.1.5.3.7 integer read-only
Shows the amount of space (in bytes) currently available on the local file server.
 cxFsDeleteFile 1.3.6.1.4.1.495.2.1.5.3.8 displaystring read-write
Used to specify the name of a file you wish to delete from the file server. Configuration Changed: operative
 cxFsFileList 1.3.6.1.4.1.495.2.1.5.3.9 displaystring read-only
Contains a list of files currently stored on the file server. Filenames are separated by a space character.
 cxFsTransferDestSlot 1.3.6.1.4.1.495.2.1.5.3.10 integer read-write
The slot number where a sub-system resides. The file specified by the object cxFsTransferFileName is either copied to this sub-system or retrieved from this sub-system according to the action specified by the object cxFsTransferAction. Range of Values: 0 - 16 Note: 0 is reserved for the master card in the system. Default Value: 0 Related Objects: cxFsTransferFileName cxFsTransferAction Configuration Changed: operative
 cxFsTransferFileName 1.3.6.1.4.1.495.2.1.5.3.11 displaystring read-write
Identifies the file to be retrieved from or copied to the sub-system specified by the object 'cxFsTransferDestSlot'. Range of Values: 5 to 15 characters Related Objects: cxFsTransferDestSlot Configuration Changed: operative
 cxFsTransferAction 1.3.6.1.4.1.495.2.1.5.3.12 integer read-write
Determines the type of file transfer action to be taken with the file specified by the cxFsTransferFileName object. The status of a transfer process can be obtained from the cxFsTransferStatus object. Multiple simultaneous file transfers are not supported. Therefore, if the value of the cxFsTransferStatus object is 'processing', no GET or PUT can be initiated. Options: no-action (1): No action taken with the specified file. get (2): Retrieves the file specified by the cxFsTransferFileName object from the slot specified by the cxFsTransferDestSlot object to the master card. put (3): Copies the file specified by the cxFsTransferFileName object from the master card to the slot specified by the cxFsTransferDestSlot object. Default Value: no-action (1) Related Objects: cxFsTransferFileName cxFsTransferDestSlot cxFsTransferStatus Configuration Changed: operative Enumeration: 'put': 3, 'no-action': 1, 'get': 2.
 cxFsTransferStatus 1.3.6.1.4.1.495.2.1.5.3.13 integer read-only
The status of the last file transfer action initiated using the cxFsTransferAction object. Options: idle (1): No file transfer in progress. The last file transfer has either completed successfully or failed and been aborted. processing (2): File transfer in progress. succeeded (3): No file transfer in progress. The last file transfer was completed successfully. failed (4): No file transfer in progress. The last file transfer failed and was aborted. Related Objects: cxFsTransferFileName cxFsTransferDestSlot cxFsTransferAction cxFsTransferErrorCode Enumeration: 'failed': 4, 'idle': 1, 'processing': 2, 'succeeded': 3.
 cxFsTransferErrorCode 1.3.6.1.4.1.495.2.1.5.3.14 integer read-only
Indicates whether any errors occurred during the last file transfer action initiated using the 'cxFsTransferAction' object. The cxFsTransferErrorCode object also indicates the nature of any errors that occur during file transfer. Options: not-applicable (1): No action taken; therefore, no error generated. ok (2): No errors. The last file transfer operation was successfully completed. local-open-error (3): Could not open the local file for which a PUT or GET command was issued. nfs-open-error (4): Could not open the remote file for which a PUT or GET command was issued. local-reading-error (5): Either a local file for which a PUT command was issued could not be read, or a remote file obtained through a GET command could not be read locally. nfs-reading-error (6): Either a remote file PUT to a destination slot could not be read at that location, or a remote file for which a GET command was issued could not be read in the remote slot. local-writing-error (7): The 'cxFsTransferAction' object was unable to copy the specified file to the local directory. nfs-writing-error (8): The 'cxFsTransferAction' object was unable to copy the specified file to the destination directory. local-close-error (9): Could not close local file used in either a GET or PUT action. nfs-close-error (10): Could not close a remote file used in either a GET or PUT action. other-error (11): An unspecified error (other than those listed above) occurred. Related Objects: cxFsTransferAction cxFsTransferFileName cxFsTransferDestSlot cxFsTransferStatus Enumeration: 'ok': 2, 'nfs-close-error': 10, 'local-open-error': 3, 'local-close-error': 9, 'other-error': 11, 'nfs-open-error': 4, 'local-reading-error': 5, 'not-applicable': 1, 'nfs-reading-error': 6, 'local-writing-error': 7, 'nfs-writing-error': 8.