EXTREME-FILETRANSFER-MIB: View SNMP OID List / Download MIB

VENDOR: EXTREME NETWORKS


 Home MIB: EXTREME-FILETRANSFER-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
 extremeFileTransfer 1.3.6.1.4.1.1916.1.10
Extreme File transfer objects
       extremeFileTransferGroup 1.3.6.1.4.1.1916.1.10.1
           extremeFileTransferNextAvailableIndex 1.3.6.1.4.1.1916.1.10.1.1 testandincr read-only
The index of the next free row in the extremeFileTransferTable.
           extremeFileTransferTable 1.3.6.1.4.1.1916.1.10.1.2 no-access
A table of pending and completed file transfers.
               extremeFileTransferEntry 1.3.6.1.4.1.1916.1.10.1.2.1 no-access
A table entry containing information on a pending or completed file transfer.
                   extremeFileTransferIndex 1.3.6.1.4.1.1916.1.10.1.2.1.1 integer no-access
An index into the file transfer table.
                   extremeFileTransferServerAddress 1.3.6.1.4.1.1916.1.10.1.2.1.2 ipaddress read-only
This is the address of the TFTP server from which to download the image or configuration or upload the configuration.
                   extremeFileTransferFileName 1.3.6.1.4.1.1916.1.10.1.2.1.3 displaystring read-only
This is the name of the file to be downloaded or uploaded.
                   extremeFileTransferOperation 1.3.6.1.4.1.1916.1.10.1.2.1.4 integer read-only
Indication of the file transfer operation. This object allows configuration of uploads and/or downloads either immediately or at a scheduled time. A value of downloadImageToPrimaryImmediate(1) or downloadImageToSecondaryImmediate(2) describes immediate download of a software image to either the primary or secondary permanent store. A value of downloadConfigImmediate(3) describes immediate download of a configuration file to non-volatile store. A value of uploadConfigImmediate(4) describes the immediate upload of the currently running configuration to the server. A value of scheduleConfigUploadOnce(6) describes a single upload of the current configuration to the server at the time extremeFileTransferScheduledTime. A value of scheduleConfigUploadPeriodic(5) describes daily uploads of the current configuration to the server at the time extremeFileTransferScheduledTime every day. A value of scheduleImageDownloadToPrimaryOnce(7) or scheduleImageDownloadToSecondaryOnce(8) describes a single download of a software image to either the primary or secondary permanent store at the time extremeFileTransferScheduledTime. This object can be modified only if extremeFileTransferStartOperStatus for this entry is idle(1). Note that any attempts to modify this object including row creation which would result in multiple downloads would cause the operation to fail. Managers are strongly recommened to examine the extremeFileTransferStartOperStatus object for the entries in the table to determine the status of downloads before attempting to modify this object. Enumeration: 'scheduleImageDownloadToPrimaryOnce': 7, 'scheduleConfigUploadOnce': 6, 'downloadImageToPrimaryImmediate': 1, 'uploadConfigImmediate': 4, 'scheduleImageDownloadToSecondaryOnce': 8, 'scheduleConfigDownloadOnce': 9, 'scheduleConfigUploadPeriodic': 5, 'downloadImageToSecondaryImmediate': 2, 'downloadConfigImmediate': 3.
                   extremeFileTransferScheduledTime 1.3.6.1.4.1.1916.1.10.1.2.1.5 octet string read-only
The time of the day at which the file transfer operation should be initiated. This object is meaningful only for scheduled file transfers. field octets contents range ----- ------ -------- ----- 1 1-2 year 0..65536 2 3 month 1..12 3 4 day 1..31 4 5 hour 0..23 5 6 minutes 0..59 6 7 seconds 0..60 (use 60 for leap-second) 7 8 deci-seconds 0..9 8 9 direction from UTC '+' / '-' 9 10 hours from UTC 0..11 10 11 minutes from UTC 0..59 For example, Tuesday May 26, 1992 at 1:30:15 PM EDT would be displayed as: 1992-5-26,13:30:15.0,-4:0 Note that if only local time is known, then timezone information (fields 8-10) is not present, and if no time information is known, the null string is returned.
                   extremeFileTransferStartAdminStatus 1.3.6.1.4.1.1916.1.10.1.2.1.6 integer read-only
Writing to this object initiates the upload/download or schedules one. The extremeFileTransferStartOperStatus object should be checked before attempting to set this object. This object cannot be modified while the extremeFileTransferStartOperStatus is inProgress(3). This object can be set start(1) only if the extremeFileTransferStartOperStatus is idle(1). A scheduled upload/download will be cancelled by setting the value of this object to cancel(2). Enumeration: 'cancel': 2, 'start': 1.
                   extremeFileTransferStartOperStatus 1.3.6.1.4.1.1916.1.10.1.2.1.7 integer read-only
The agent sets this value to reflect the current status of the file transfer operation. Reading this object is meaningful only if the extremeFileTransferRowStatus is active(1). The current status is determined by the agent by examining the values for extremeFileTransferOperation and extremeFileTransferStartAdminStatus. Enumeration: 'scheduled': 2, 'idle': 1, 'inProgress': 3.
                   extremeFileTransferLastExecutionStatus 1.3.6.1.4.1.1916.1.10.1.2.1.8 integer read-only
The status of the last file transfer operation. This value is returned as statusUnknown(1) until the extremeFileTransferRowStatus is set to active(1) or when the extremeFileTransferStartOperStatus is inProgress(3). After an upload/download, the agent will update this value with the result of the file transfer. Managers should read this object before modifying extremeFileTransferOperation because the agent would set this value to statusUnknown(2) in such cases. Enumeration: 'incompatibleImage': 6, 'fileTooLarge': 9, 'success': 1, 'statusUnknown': 2, 'tftpAccessViolation': 8, 'downloadInProgress': 10, 'checksumError': 5, 'generalError': 3, 'noResponseFromServer': 4, 'tftpFileNotFound': 7.
                   extremeFileTransferOwner 1.3.6.1.4.1.1916.1.10.1.2.1.9 ownerstring read-only
Indicates the identity of the manager that configured this file transfer entry.
                   extremeFileTransferRowStatus 1.3.6.1.4.1.1916.1.10.1.2.1.10 rowstatus read-only
The status of this table entry. This object can not be modified while the extremeFileTransferStatus is inProgress(1). Setting this object to notInService(2) or destroy(6) will cancel any scheduled uploads if this entry was configured for one. Note that any attempts to create new rows which would result in multiple downloads would cause the row creation to fail. Similarly, attempting to delete a row while extremeFileTransferStartOperStatus is inProgress(3) would fail. Managers are strongly recommened to examine the extremeFileTransferStartOperStatus object for the entries in the table to determine the status of downloads before attempting row creation/deletion.