MIBs Depot

CTRON-DOWNLOAD-MIB

Registered at
1.3.6.1.4.1.52.4.1.5.8.1
Namespace
enterasys
Source file
CTRON-DOWNLOAD-MIB
Digest
sha256:8ac0b3cc78f9c6a4489ca568f7c6e9acb943fe9d41beb20364835baea00110ce

Imports

FromSymbols
CTRON-MIB-NAMESctDownLoad
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIIpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

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

CTRON-DOWNLOAD-MIB
CTRON-MIB-NAMES
CTRON-OIDS
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
ctDL
OBJECT-IDENTITY
1.3.6.1.4.1.52.4.1.5.8.1
ctDLForceOnBoot
OBJECT-TYPE
When set to a 1, the system will request a download during the next system restart. If no server is found and the current image in flash memory is valid, the system will boot using the flash-resident image.
1.3.6.1.4.1.52.4.1.5.8.1.1INTEGERread-writeobsolete
ctDLCommitRAMToFlash
OBJECT-TYPE
When written with a 1, the boot software will erase flash memory, compress the downloaded code if necessary, and save the image into flash memory. Upon completion of this operation, the flash memory driver resets this object to 0, indicating completion of the programming operation.
1.3.6.1.4.1.52.4.1.5.8.1.2INTEGERread-writeobsolete
ctDLInitiateColdBoot
OBJECT-TYPE
When written with a 1, the boot software initiates a system reboot. When written with a 2, the boot software initiates a soft reboot of the system. The soft reboot does not perform the Boot PROM Power-Up diagnostics. If only one form of reboot is supported initiate that reboot in both cases. A read always returns a 0.
1.3.6.1.4.1.52.4.1.5.8.1.3INTEGERread-writemandatory
ctDLTFTPRequestHost
OBJECT-TYPE
The IP address of the TFTP server to be used when firmware is to be loaded across the network.
1.3.6.1.4.1.52.4.1.5.8.1.4IpAddressread-writeobsolete
ctDLTFTPRequest
OBJECT-TYPE
The filename requested of the server when firmware is to be loaded across the network.
1.3.6.1.4.1.52.4.1.5.8.1.5DisplayStringread-writeobsolete
ctDLLastImageFilename
OBJECT-TYPE
The value of ctDLFileName during the last successful image download. This is the name of the file, on the TFTP server, that was download to become the current image.
1.3.6.1.4.1.52.4.1.5.8.1.6DisplayStringread-onlymandatory
ctDLLastServerIPAddress
OBJECT-TYPE
The value of ctDLNetAddress during the last successful image download. This is the IP address of the TFTP server used to download the current image.
1.3.6.1.4.1.52.4.1.5.8.1.7IpAddressread-onlymandatory
ctDLFlashSize
OBJECT-TYPE
Denotes the size, in bytes, of flash memory contained on this module.
1.3.6.1.4.1.52.4.1.5.8.1.8INTEGERread-onlyobsolete
ctDLFlashCount
OBJECT-TYPE
Denotes the number of times that flash memory has been reprogrammed. This value is initialized to 1, when the module is initially powered up.
1.3.6.1.4.1.52.4.1.5.8.1.9INTEGERread-onlyobsolete
ctDLFirmwareBase
OBJECT-TYPE
Denotes the starting RAM address of the firmware.
1.3.6.1.4.1.52.4.1.5.8.1.10INTEGERread-onlyobsolete
ctDLFirmwareTop
OBJECT-TYPE
Denotes the ending RAM address of firmware.
1.3.6.1.4.1.52.4.1.5.8.1.11INTEGERread-onlyobsolete
ctDLFirmwareStart
OBJECT-TYPE
Denotes the RAM entry point of the firmware as established by the boot process.
1.3.6.1.4.1.52.4.1.5.8.1.12INTEGERread-onlyobsolete
ctDLBootRev
OBJECT-TYPE
Denotes the revision of boot firmware in the module. The first octet provides the version, and the second provides the revision.
1.3.6.1.4.1.52.4.1.5.8.1.13OCTET STRING (SIZE(9))read-onlyobsolete
ctDLForceBootp
OBJECT-TYPE
When set to 1, this object forces the client to send a BOOTP request packet when rebooting. The client will make several attempts before timing out if a BOOTP server does not respond. This object remains set.
1.3.6.1.4.1.52.4.1.5.8.1.14INTEGERread-writeobsolete
ctDLServerName
OBJECT-TYPE
This OID is reserved for future use of the BOOTP server name. This field can be used when a client wants to get boot information from a particular BOOTP server.
1.3.6.1.4.1.52.4.1.5.8.1.15OCTET STRINGread-writeobsolete
ctDLOnLineDownLoad
OBJECT-TYPE
During normal operation this object has the value of 1. By setting this object to a value of forceDownLoad(2) an image download via TFTP will be performed, ctDLNetAddress specifies the TFTP server and ctDLFileName specifies the file name of the image on the TFTP server. By setting this object to a value of forceDownLoadReset(3) an image download via TFTP will be performed, ctDLNetAddress specifies the TFTP server and ctDLFileName specifies the file name of the image on the TFTP server. A reset will be forced upon successful completion of the download. By setting this object to a value of downLoadConfiguration(4) the specified configuration file will be downloaded, verified, and, if valid, committed to NVRAM, if valid. A reset will be forced upon successful completion. ctDLNetAddress specifies the TFTP server and ctDLFileName specifies the name of the configuration file on the TFTP server. By setting this object to upLoadConfiguration(5), the contents of NVRAM will be uploaded via TFTP to the specified file on the specified TFTP server. ctDLNetAddress specifies the TFTP server and ctDLFileName specifies the name of the configuration file.
1.3.6.1.4.1.52.4.1.5.8.1.16INTEGER {normalOperation(1), forceDownLoad(2), forceDownLoadReset(3), downLoadConfiguration(4), upLoadConfiguration(5)}read-writemandatory
ctDLOperStatus
OBJECT-TYPE
This object reflects the status of the download code. normalOperation(3) - Indicates that either no download has been started, or that a download was started and has finished normally. downLoadActive(4) - indicates a download is currently in progress. downLoadCompleteError(5) - Indicates that a download was started but an error was detected.
1.3.6.1.4.1.52.4.1.5.8.1.17INTEGER {other(1), unknown(2), normalOperation(3), downLoadActive(4), downLoadCompleteError(5)}read-onlymandatory
ctDLNetAddress
OBJECT-TYPE
The IP Address of the TFTP server to be used for uploading and downloading configuration files and for downloading images.
1.3.6.1.4.1.52.4.1.5.8.1.18IpAddressread-writemandatory
ctDLFileName
OBJECT-TYPE
The file name to be used to specify the image or configuration file on the TFTP server specified by ctDLNetAddress. This should be a complete path filename.
1.3.6.1.4.1.52.4.1.5.8.1.19DisplayString (SIZE(0..128))read-writemandatory
ctDLErrorString
OBJECT-TYPE
If the value of ctDLOperStatus is downloadCompleteError(5) then this object will provide a more complete description of the error. Otherwise this object will be the zero length string.
1.3.6.1.4.1.52.4.1.5.8.1.20DisplayStringread-onlymandatory
ctDLTftpServerGatewayIPAddress
OBJECT-TYPE
The IP address of the gateway/router which connects this SNMP agent to the TFTP server.
1.3.6.1.4.1.52.4.1.5.8.1.21IpAddressread-writeobsolete
ctDLBlockCount
OBJECT-TYPE
Current TFTP block count of an active session. If no TFTP transfer is in progress, zero is returned.
1.3.6.1.4.1.52.4.1.5.8.1.22INTEGERread-onlymandatory
ctDLBootPartitionStatus
OBJECT-TYPE
Status of the boot partition or partitions. A value of good(1) indicates that all boot partitions contain a valid checksum. A value of bad(2) indicates that one or more boot partitions contain an invalid checksum and the the image was not able to fix the invalid boot partition. A value of inProgress(3) indicates that the image is attempting to fix an invalid boot partition and this status will change to either good(1) or bad(2).
1.3.6.1.4.1.52.4.1.5.8.1.23INTEGER {good(1), bad(2), inProgress(3)}read-onlyobsolete