EXTREME-FILETRANSFER-MIB
AI MIB Summary
The EXTREME-FILETRANSFER-MIB enables monitoring and management of file transfer sessions, including transfer status, throughput rates, and error counters, on Extreme Networks hardware devices. It provides specific OID access to track active file transfers, protocol states, and completion metrics for TFTP, FTP, or SCP operations within the network infrastructure.
Extreme File transfer objects
Main OID:
extremeFileTransfer.1.3.6.1.4.1.1916.1.10
15
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
15 total| Object Name |
|---|
extremeFileTransferExtreme File transfer objects MODULE-IDENTITY .1.3.6.1.4.1.1916.1.10 |
extremeFileTransferGroup OBJECT IDENTIFIER .1.3.6.1.4.1.1916.1.10.1 |
extremeFileTransferNextAvailableIndexThe index of the next free row in the extremeFileTransferTable.ro TestAndIncr (SNMPv2-TC) .1.3.6.1.4.1.1916.1.10.1.1 |
extremeFileTransferTableA table of pending and completed file transfers. SEQUENCE OF FileTransferEntry .1.3.6.1.4.1.1916.1.10.1.2 |
extremeFileTransferEntryA table entry containing information on a pending or completed file transfer. FileTransferEntry .1.3.6.1.4.1.1916.1.10.1.2.1 |
extremeFileTransferIndexAn index into the file transfer table. INTEGER .1.3.6.1.4.1.1916.1.10.1.2.1.1 |
extremeFileTransferServerAddressThis is the address of the TFTP server from which to download the image or configuration or upload the configuration.rw IpAddress .1.3.6.1.4.1.1916.1.10.1.2.1.2 |
extremeFileTransferFileNameThis is the name of the file to be downloaded or uploaded.rw DisplayString .1.3.6.1.4.1.1916.1.10.1.2.1.3 |
extremeFileTransferOperationIndication 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.rw Enumeration .1.3.6.1.4.1.1916.1.10.1.2.1.4 |
extremeFileTransferScheduledTimeThe 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.rw OCTET STRING .1.3.6.1.4.1.1916.1.10.1.2.1.5 |
extremeFileTransferStartAdminStatusWriting 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).rw Enumeration .1.3.6.1.4.1.1916.1.10.1.2.1.6 |
extremeFileTransferStartOperStatusThe 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.ro Enumeration .1.3.6.1.4.1.1916.1.10.1.2.1.7 |
extremeFileTransferLastExecutionStatusThe 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.ro Enumeration .1.3.6.1.4.1.1916.1.10.1.2.1.8 |
extremeFileTransferOwnerIndicates the identity of the manager that configured this file transfer entry.rw OwnerString .1.3.6.1.4.1.1916.1.10.1.2.1.9 |
extremeFileTransferRowStatusThe 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.1916.1.10.1.2.1.10 |