Home/Catalog/CXFileServer-MIB

CXFileServer-MIB

AI MIB Summary

Standard SNMP MIB module defining data structures for CXFileServer-MIB.

14
Objects
Active
Status
3
Dependencies

Imported Objects

Objects

14 total
Object Name
IMPORTSUsed 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: operativerw
Enumeration
.1.3.6.1.4.1.495.2.1.5.3.1
cxFsTftpTargetSlotThe 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: operativerw
INTEGER
.1.3.6.1.4.1.495.2.1.5.3.2
cxFsTftpRemxtTimeout (in seconds) between retransmissions of a TFTP packet whose original transmission was unsuccessful. Range of Values: 1 - 600 Default Value: 5 (seconds) Configuration Changed: operativerw
INTEGER
.1.3.6.1.4.1.495.2.1.5.3.3
cxFsIsBusyIndicates 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.ro
Enumeration
.1.3.6.1.4.1.495.2.1.5.3.4
cxFsBackGroundCleanupUsed 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: operativerw
Enumeration
.1.3.6.1.4.1.495.2.1.5.3.5
cxFsCleanupOnceInitiates 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: operativerw
Enumeration
.1.3.6.1.4.1.495.2.1.5.3.6
cxFsFreeBytesShows the amount of space (in bytes) currently available on the local file server.ro
INTEGER
.1.3.6.1.4.1.495.2.1.5.3.7
cxFsDeleteFileUsed to specify the name of a file you wish to delete from the file server. Configuration Changed: operativerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.495.2.1.5.3.8
cxFsFileListContains a list of files currently stored on the file server. Filenames are separated by a space character.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.495.2.1.5.3.9
cxFsTransferDestSlotThe 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: operativerw
INTEGER
.1.3.6.1.4.1.495.2.1.5.3.10
cxFsTransferFileNameIdentifies 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: operativerw
DisplayString
.1.3.6.1.4.1.495.2.1.5.3.11
cxFsTransferActionDetermines 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: operativerw
Enumeration
.1.3.6.1.4.1.495.2.1.5.3.12
cxFsTransferStatusThe 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 cxFsTransferErrorCodero
Enumeration
.1.3.6.1.4.1.495.2.1.5.3.13
cxFsTransferErrorCodeIndicates 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 cxFsTransferStatusro
Enumeration
.1.3.6.1.4.1.495.2.1.5.3.14
CXFileServer-MIB - SNMP MIB Reference | MIBs Explorer