MIBs Depot

EXTREME-FILETRANSFER-MIB

Registered at
1.3.6.1.4.1.1916.1.10
Last updated
1998-10-21 16:30
Organization
Extreme Networks, Inc.
Namespace
extreme
Source file
EXTREME-BASE-MIB
Digest
sha256:920ec3f1c764d83d84c3c0ad6a4d3ca2aa2e105baf75bb47bf910c2a7454dbfc

Description

Extreme File transfer objects

Contact

www.extremenetworks.com

Imports

FromSymbols
EXTREME-BASE-MIBextremeAgent
RMON-MIBOwnerString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIIpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION, TestAndIncr

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

EXTREME-BASE-MIB
EXTREME-FILETRANSFER-MIB
RMON-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
extremeFileTransferGroup
OBJECT-IDENTITY
1.3.6.1.4.1.1916.1.10.1
extremeFileTransferNextAvailableIndex
OBJECT-TYPE
The index of the next free row in the extremeFileTransferTable.
1.3.6.1.4.1.1916.1.10.1.1TestAndIncrread-onlycurrent
extremeFileTransferTable
OBJECT-TYPE
A table of pending and completed file transfers.
1.3.6.1.4.1.1916.1.10.1.2not-accessiblecurrent
extremeFileTransferEntry
OBJECT-TYPE
A table entry containing information on a pending or completed file transfer.
1.3.6.1.4.1.1916.1.10.1.2.1not-accessiblecurrent
extremeFileTransferIndex
OBJECT-TYPE
An index into the file transfer table.
1.3.6.1.4.1.1916.1.10.1.2.1.1INTEGERnot-accessiblecurrent
extremeFileTransferServerAddress
OBJECT-TYPE
This is the address of the TFTP server from which to download the image or configuration or upload the configuration.
1.3.6.1.4.1.1916.1.10.1.2.1.2IpAddressread-createcurrent
extremeFileTransferFileName
OBJECT-TYPE
This is the name of the file to be downloaded or uploaded.
1.3.6.1.4.1.1916.1.10.1.2.1.3DisplayString (SIZE(0..64))read-createcurrent
extremeFileTransferOperation
OBJECT-TYPE
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.
1.3.6.1.4.1.1916.1.10.1.2.1.4INTEGER {downloadImageToPrimaryImmediate(1), downloadImageToSecondaryImmediate(2), downloadConfigImmediate(3), uploadConfigImmediate(4), scheduleConfigUploadPeriodic(5), scheduleConfigUploadOnce(6), scheduleImageDownloadToPrimaryOnce(7), scheduleImageDownloadToSecondaryOnce(8), scheduleConfigDownloadOnce(9)}read-createcurrent
extremeFileTransferScheduledTime
OBJECT-TYPE
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.
1.3.6.1.4.1.1916.1.10.1.2.1.5OCTET STRING (SIZE(0 | 8 | 11))read-createcurrent
extremeFileTransferStartAdminStatus
OBJECT-TYPE
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).
1.3.6.1.4.1.1916.1.10.1.2.1.6INTEGER {start(1), cancel(2)}read-createcurrent
extremeFileTransferStartOperStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.1916.1.10.1.2.1.7INTEGER {idle(1), scheduled(2), inProgress(3)}read-onlycurrent
extremeFileTransferLastExecutionStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.1916.1.10.1.2.1.8INTEGER {success(1), statusUnknown(2), generalError(3), noResponseFromServer(4), checksumError(5), incompatibleImage(6), tftpFileNotFound(7), tftpAccessViolation(8), fileTooLarge(9), downloadInProgress(10)}read-onlycurrent
extremeFileTransferOwner
OBJECT-TYPE
Indicates the identity of the manager that configured this file transfer entry.
1.3.6.1.4.1.1916.1.10.1.2.1.9OwnerString (SIZE(0..32))read-createcurrent
extremeFileTransferRowStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.1916.1.10.1.2.1.10RowStatusread-createcurrent