ADTRAN-AOSDOWNLOAD

File: ADTRAN-AOSDOWNLOAD.mib (25991 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
ADTRAN-MIB ADTRAN-AOS

Imported symbols

Integer32 Gauge32 OBJECT-TYPE
MODULE-IDENTITY DisplayString RowStatus
TDomain TAddress MODULE-COMPLIANCE
OBJECT-GROUP adIdentity adGenAOSCommon
adGenAOSConformance

Defined Types

AdAOSDownloadEntry  
SEQUENCE    
  adAOSDownloadIndex INTEGER
  adAOSDownloadOwnerAddress TAddress
  adAOSDownloadOwnerDomain TDomain
  adAOSDownloadTAddress TAddress
  adAOSDownloadTDomain TDomain
  adAOSDownloadFilename DisplayString
  adAOSDownloadResetType INTEGER
  adAOSDownloadErrorStatus INTEGER
  adAOSDownloadErrorText DisplayString
  adAOSDownloadStatus RowStatus
  adAOSDownloadPassesLeft Integer32
  adAOSDownloadOctetCount Integer32
  adAOSDownloadDestination DisplayString
  adAOSDownloadDestinationType INTEGER

AdAOSDownloadLogEntry  
SEQUENCE    
  adAOSDlLogIndex Integer32
  adAOSDlLogOwnerAddress TAddress
  adAOSDlLogOwnerDomain TDomain
  adAOSDlLogTAddress TAddress
  adAOSDlLogTDomain TDomain
  adAOSDlLogFilename DisplayString
  adAOSDlLogResetType INTEGER
  adAOSDlLogErrorStatus INTEGER
  adAOSDlLogErrorText DisplayString

Defined Values

adAOSDownloadMib 1.3.6.1.4.1.664.6.10000.53.1.3
This MIB defines how the method for commanding an ADTRAN OS device to initiate a download or upload of configuration or firmware from a TFTP server
MODULE-IDENTITY    

adAOSDownload 1.3.6.1.4.1.664.5.53.1.3
OBJECT IDENTIFIER    

adAOSDownloadTable 1.3.6.1.4.1.664.5.53.1.3.1
A table of firmware downloads to this device. There will at any time be either 0 or 1 rows in this table, and the only valid index for this table is 1. It is only a table so that we may take advantage of the RowStatus textual convention for configuring the download parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AdAOSDownloadEntry

adAOSDownloadEntry 1.3.6.1.4.1.664.5.53.1.3.1.1
The row in the adAOSDownloadTable containing the download parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  AdAOSDownloadEntry  

adAOSDownloadIndex 1.3.6.1.4.1.664.5.53.1.3.1.1.1
The index which uniquely identifies this row. The only legal value for this object is 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER dlInstance(1)  

adAOSDownloadOwnerAddress 1.3.6.1.4.1.664.5.53.1.3.1.1.2
The transport address of the management station that initiated this download attempt, formatted according to the value of the associated instance of adAOSDownloadOwnerDomain.
Status: current Access: read-only
OBJECT-TYPE    
  TAddress  

adAOSDownloadOwnerDomain 1.3.6.1.4.1.664.5.53.1.3.1.1.3
The kind of transport service used by the management station that initiated this download attempt.
Status: current Access: read-only
OBJECT-TYPE    
  TDomain  

adAOSDownloadTAddress 1.3.6.1.4.1.664.5.53.1.3.1.1.4
The transport address of the node to download firmware from, formatted according to the value of the associated instance of adAOSDownloadTDomain. An attempt to modify this value will fail if the associated adAOSDownloadStatus object would be equal to 'active' both before and after the modification attempt.
Status: current Access: read-create
OBJECT-TYPE    
  TAddress  

adAOSDownloadTDomain 1.3.6.1.4.1.664.5.53.1.3.1.1.5
The kind of transport service to be used for the download. Currently supports snmpUDPDomain and snmpIPXDomain. An attempt to modify this value will fail if the associated adAOSDownloadStatus object would be equal to 'active' both before and after the modification attempt.
Status: current Access: read-create
OBJECT-TYPE    
  TDomain  

adAOSDownloadFilename 1.3.6.1.4.1.664.5.53.1.3.1.1.6
Filename and path of file to download (maximum length of 63 characters + NULL). An attempt to modify this value will fail if the associated adAOSDownloadStatus object would be equal to 'active' both before and after the modification attempt.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..63)  

adAOSDownloadResetType 1.3.6.1.4.1.664.5.53.1.3.1.1.7
The type of reset to perform after completion of the firmware download. Note that not all agents will support all possible values, and there may be other agent-specific values for this object.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noReset(1), warmReset(2), factoryReset(3)  

adAOSDownloadErrorStatus 1.3.6.1.4.1.664.5.53.1.3.1.1.8
Status of download. The first seven codes are equal to the codes defined by the TFTP protocol. 'notDefined' is the same as TFTP protocol error 0. The following are the other possible values for this object: corruptFile - the agent detected a problem with the download file format. noServer - the TFTP server at adAOSDownloadTAddress did not respond to the TFTP request. tftpTimeout - the download was aborted due to excessive timeouts. hardwareError - there was a hardware problem on the agent that forced an abort of the download (see adAOSDownloadErrorText for more detailed information). success - the download has completed successfully. aborted - the download was aborted by setting the adAOSDownloadStatus to 'notInService' or 'delete'. inProgress - the TFTP transfer is currently active. idle - means that the download has not yet started (i.e. the value of adAOSDownloadStatus has not yet been set to 'active'). erasingEeprom - the agent is currently erasing the EEPROM device. incompleteFirmware - the agent is running an incomplete version of firmware and requires a download. requirePowerCycle - the agent must be power cycled to run the newly downloaded firmware. cannotUpgrade - the agent's current firmware revision cannot be upgraded to the revision in the download file. cannotDowngrade - the agent's current firmware revision cannot be downgraded to the revision in the download file.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fileNotFound(1), accessViolation(2), diskFull(3), illegalOperation(4), unknownTID(5), fileExists(6), noSuchUser(7), notDefined(8), corruptFile(9), noServer(10), tftpTimeout(11), hardwareError(12), success(13), aborted(14), inProgress(15), idle(16), erasingEeprom(17), incompleteFirmware(18), requirePowerCycle(19), cannotUpgrade(20), cannotDowngrade(21)  

adAOSDownloadErrorText 1.3.6.1.4.1.664.5.53.1.3.1.1.9
A textual description of the current error status of the firmware download.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

adAOSDownloadStatus 1.3.6.1.4.1.664.5.53.1.3.1.1.10
The status of this download entry. This object may not be set to 'active' unless the following columnar objects exist in this row: adAOSDownloadTAddress, adAOSDownloadTDomain, adAOSDownloadFilename, and adAOSDownloadResetType.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

adAOSDownloadPassesLeft 1.3.6.1.4.1.664.5.53.1.3.1.1.11
The number of passes remaining in the current download attempt. Some agents require multiple passes through the download file in order to download a firmware image. This object indicates the number of passes remaining, including the current pass. The object is initialized by the agent to the number of passes required to complete the download when the corresponding instance of adAOSDownloadStatus is set to 'active'. It is decremented by one each time a pass completes.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

adAOSDownloadOctetCount 1.3.6.1.4.1.664.5.53.1.3.1.1.12
The number of octets that have been transferred during the current pass. This object is initialized to zero by the agent when the corresponding instance of adAOSDownloadStatus is set to 'active', and reinitialized to zero at the beginning of each pass.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

adAOSDownloadDestination 1.3.6.1.4.1.664.5.53.1.3.1.1.13
The destination of the download file. The allowable destination names depend on the type of agent being downloaded. In all cases, a destination of '/os/primary' or '/os/secondary' indicates that this is a download of the agent's firmware image. The agent will use '/os/primary' as the default value for this object when the row is created. ICF router agents also allow a download of a config file. Currently, the name of the config file on the agent is '/config'. An agent should reject an attempt to set this object to a destination name that does not make sense for this type of agent.
Status: deprecated Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..63)  

adAOSDownloadDestinationType 1.3.6.1.4.1.664.5.53.1.3.1.1.14
The destination of the download file. The allowable destination names depend on the type of agent being downloaded. In all cases, a destination of 'primary(1)' or 'secondary(2)' indicates that this is a download of the agent's firmware image. The agent will use 'primary(1)' as the default value for this object when the row is created. ICF router agents also allow a download of a config file. Currently, the name of the config file on the agent is 'config(3)'. ICF router agents also allow a download of a file to a remote server. A destination of 'remote(4)' indicates that this is a download to a remote server. An agent should reject an attempt to set this object to a destination name that does not make sense for this type of agent.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER primary(1), secondary(2), config(3), remote(4), other(5)  

adAOSDownloadLogMaxSize 1.3.6.1.4.1.664.5.53.1.3.2
The maximum number of the download log entries supported by this agent. Note that 0 is a legal value for this variable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

adAOSDownloadLogSize 1.3.6.1.4.1.664.5.53.1.3.3
The number of download log entries currently in the adAOSDownloadLogTable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..65535  

adAOSDownloadLogTable 1.3.6.1.4.1.664.5.53.1.3.4
A log of the adAOSDownloadSize most recent download attempts to this device. The first entry in the table is the oldest.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AdAOSDownloadLogEntry

adAOSDownloadLogEntry 1.3.6.1.4.1.664.5.53.1.3.4.1
An entry in the adAOSDownloadLogTable containing information about a single download attempt.
Status: current Access: not-accessible
OBJECT-TYPE    
  AdAOSDownloadLogEntry  

adAOSDlLogIndex 1.3.6.1.4.1.664.5.53.1.3.4.1.1
The index of this entry in the download log table. Index 1 will always contain the oldest entry. If the table is full when a download attempt is made, the new entry becomes the last entry (adAOSDownloadLogMaxSize), and all earlier entries are shifted down by one entry, removing the old index 1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

adAOSDlLogOwnerAddress 1.3.6.1.4.1.664.5.53.1.3.4.1.2
The transport address of the management station that attempted to initiate a download of this device, formatted according to the value of adAOSDlLastOwnerDomain.
Status: current Access: read-only
OBJECT-TYPE    
  TAddress  

adAOSDlLogOwnerDomain 1.3.6.1.4.1.664.5.53.1.3.4.1.3
The kind of transport service used by the management station that attempted to initiate a download of this device.
Status: current Access: read-only
OBJECT-TYPE    
  TDomain  

adAOSDlLogTAddress 1.3.6.1.4.1.664.5.53.1.3.4.1.4
The transport address of the node from which this device attempted to download firmware, formatted according to the value of adAOSDlLastTDomain.
Status: current Access: read-only
OBJECT-TYPE    
  TAddress  

adAOSDlLogTDomain 1.3.6.1.4.1.664.5.53.1.3.4.1.5
The kind of transport service which was used for the attempt to download firmware to this device.
Status: current Access: read-only
OBJECT-TYPE    
  TDomain  

adAOSDlLogFilename 1.3.6.1.4.1.664.5.53.1.3.4.1.6
The filename from which this device attempted to download firmware.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

adAOSDlLogResetType 1.3.6.1.4.1.664.5.53.1.3.4.1.7
The type of reset requested to be performed after completion of the firmware download attempt.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noReset(1), warmReset(2), factoryReset(3)  

adAOSDlLogErrorStatus 1.3.6.1.4.1.664.5.53.1.3.4.1.8
The result of the attempt to download firmware to this device. The values are the same as the corresponding values of adAOSDownloadErrorStatus.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fileNotFound(1), accessViolation(2), diskFull(3), illegalOperation(4), unknownTID(5), fileExists(6), noSuchUser(7), notDefined(8), corruptFile(9), noServer(10), tftpTimeout(11), hardwareError(12), success(13), aborted(14)  

adAOSDlLogErrorText 1.3.6.1.4.1.664.5.53.1.3.4.1.9
A textual description of the final error status of the attempt to download firmware to this device.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

adAOSDownloadConformance 1.3.6.1.4.1.664.5.53.99.3
OBJECT IDENTIFIER    

adAOSDownloadCompliances 1.3.6.1.4.1.664.5.53.99.3.1
OBJECT IDENTIFIER    

adAOSDownloadGroups 1.3.6.1.4.1.664.5.53.99.3.2
OBJECT IDENTIFIER    

adAOSDownloadConfigCompliance 1.3.6.1.4.1.664.5.53.99.3.1.1
New version of the compliance statement for network downloadable devices that allows for monitoring in-progress downloads and for directing a download to different destinations on the device.
Status: current Access: read-only
MODULE-COMPLIANCE    

adAOSDownloadLogGroup 1.3.6.1.4.1.664.5.53.99.3.2.1
A collection of objects for maintaining a log of network download attempts to ICF devices.
Status: current Access: read-only
OBJECT-GROUP    

adAOSDownloadConfigGroup 1.3.6.1.4.1.664.5.53.99.3.2.2
A collection of objects for controlling and monitoring network download of device firmware to ICF devices.
Status: current Access: read-only
OBJECT-GROUP