MIBs Depot

HP-ICF-DOWNLOAD

Registered at
1.3.6.1.4.1.11.2.14.10.2.4
Last updated
2005-04-04 21:43
Organization
Hewlett Packard Company, Procurve Networking Business
Revisions
2000-11-03 22:16, 1997-03-06 03:36, 1996-09-10 02:25, 1996-01-25 03:56, 1995-07-13 00:00, 1994-11-20 00:00, 1994-02-25 00:00
Namespace
hp
Source file
HP-ICF-DOWNLOAD
Digest
sha256:dd2fbc8711a8b682e0781b983a9322352ceef862aa3863f2787bc1c98e8da775

Description

This MIB module manages the network download capabilities for devices in the HP Integrated Communication Facility product line.

Contact

Hewlett Packard Company 8000 Foothills Blvd. Roseville, CA 95747

Imports

FromSymbols
HP-ICF-OIDhpicfCommon, hpicfObjectModules
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIGauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, RowStatus, TAddress, TDomain, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

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

HP-ICF-DOWNLOAD
HP-ICF-OID
INET-ADDRESS-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
hpicfDownloadConformance
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.10.2.4.1
hpicfDownloadCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.10.2.4.1.1
hpicfDownloadGroups
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.10.2.4.1.2
hpicfDownload
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.1.3
hpicfDownloadTable
OBJECT-TYPE
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. Since this table does not support IPv6, it is deprecated in favor of hpicfDownloadInetTable.
1.3.6.1.4.1.11.2.14.11.1.3.1not-accessibledeprecated
hpicfDownloadEntry
OBJECT-TYPE
The row in the hpicfDownloadTable containing the download parameters. Since this table does not support IPv6, it is depreca ted in favor of hpicfDownloadInetEntry.
1.3.6.1.4.1.11.2.14.11.1.3.1.1not-accessibledeprecated
hpicfDownloadIndex
OBJECT-TYPE
The index which uniquely identifies this row. The only legal value for this object is 1.
1.3.6.1.4.1.11.2.14.11.1.3.1.1.1INTEGER {dlInstance(1)}read-onlydeprecated
hpicfDownloadOwnerAddress
OBJECT-TYPE
The transport address of the management station that initiated this download attempt, formatted according to the value of the associated instance of hpicfDownloadOwnerDomain.
1.3.6.1.4.1.11.2.14.11.1.3.1.1.2TAddressread-onlydeprecated
hpicfDownloadOwnerDomain
OBJECT-TYPE
The kind of transport service used by the management station that initiated this download attempt.
1.3.6.1.4.1.11.2.14.11.1.3.1.1.3TDomainread-onlydeprecated
hpicfDownloadTAddress
OBJECT-TYPE
The transport address of the node to download firmware from, formatted according to the value of the associated instance of hpicfDownloadTDomain. An attempt to modify this value will fail if the associated hpicfDownloadStatus object would be equal to 'active' both before and after the modification attempt.
1.3.6.1.4.1.11.2.14.11.1.3.1.1.4TAddressread-createdeprecated
hpicfDownloadTDomain
OBJECT-TYPE
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 hpicfDownloadStatus object would be equal to 'active' both before and after the modification attempt.
1.3.6.1.4.1.11.2.14.11.1.3.1.1.5TDomainread-createdeprecated
hpicfDownloadFilename
OBJECT-TYPE
Filename and path of file to download (maximum length of 63 characters + NULL). An attempt to modify this value will fail if the associated hpicfDownloadStatus object would be equal to 'active' both before and after the modification attempt.
1.3.6.1.4.1.11.2.14.11.1.3.1.1.6DisplayString (SIZE(0..63))read-createdeprecated
hpicfDownloadResetType
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.1.3.1.1.7INTEGER {noReset(1), warmReset(2), factoryReset(3)}read-createdeprecated
hpicfDownloadErrorStatus
OBJECT-TYPE
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 hpicfDownloadTAddress 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 hpicfDownloadErrorText for more detailed information). success - the download has completed successfully. aborted - the download was aborted by setting the hpicfDownloadStatus 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 hpicfDownloadStatus has not yet been set to 'active'). erasingEeprom - the agent is currently erasing the EEPROM device. Currently only used on JetDirect agents. incompleteFirmware - the agent is running an incomplete version of firmware and requires a download. Currently only used on JetDirect agents. requirePowerCycle - the agent must be power cycled to run the newly downloaded firmware. Currently only used on JetDirect agents. 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.
1.3.6.1.4.1.11.2.14.11.1.3.1.1.8INTEGER {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)}read-onlydeprecated
hpicfDownloadErrorText
OBJECT-TYPE
A textual description of the current error status of the firmware download.
1.3.6.1.4.1.11.2.14.11.1.3.1.1.9DisplayString (SIZE(0..255))read-onlydeprecated
hpicfDownloadStatus
OBJECT-TYPE
The status of this download entry. This object may not be set to 'active' unless the following columnar objects exist in this row: hpicfDownloadTAddress, hpicfDownloadTDomain, hpicfDownloadFilename, and hpicfDownloadResetType.
1.3.6.1.4.1.11.2.14.11.1.3.1.1.10RowStatusread-createdeprecated
hpicfDownloadPassesLeft
OBJECT-TYPE
The number of passes remaining in the current download attempt. Some agents (currently JetDirect 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 hpicfDownloadStatus is set to 'active'. It is decremented by one each time a pass completes.
1.3.6.1.4.1.11.2.14.11.1.3.1.1.11Integer32read-onlydeprecated
hpicfDownloadOctetCount
OBJECT-TYPE
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 hpicfDownloadStatus is set to 'active', and reinitialized to zero at the beginning of each pass.
1.3.6.1.4.1.11.2.14.11.1.3.1.1.12Integer32read-onlydeprecated
hpicfDownloadDestination
OBJECT-TYPE
The destination of the download file on the agent. 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.
1.3.6.1.4.1.11.2.14.11.1.3.1.1.13DisplayString (SIZE(0..63))read-createdeprecated
hpicfDownloadLogMaxSize
OBJECT-TYPE
The maximum number of the download log entries supported by this agent. Note that 0 is a legal value for this variable.
1.3.6.1.4.1.11.2.14.11.1.3.2Integer32 (0..65535)read-onlycurrent
hpicfDownloadLogSize
OBJECT-TYPE
The number of download log entries currently in the hpicfDownloadLogTable.
1.3.6.1.4.1.11.2.14.11.1.3.3Gauge32 (0..65535)read-onlycurrent
hpicfDownloadLogTable
OBJECT-TYPE
A log of the hpicfDownloadSize most recent download attempts to this device. The first entry in the table is the oldest.
1.3.6.1.4.1.11.2.14.11.1.3.4not-accessiblecurrent
hpicfDownloadLogEntry
OBJECT-TYPE
An entry in the hpicfDownloadLogTable containing information about a single download attempt.
1.3.6.1.4.1.11.2.14.11.1.3.4.1not-accessiblecurrent
hpicfDlLogIndex
OBJECT-TYPE
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 (hpicfDownloadLogMaxSize), and all earlier entries are shifted down by one entry, removing the old index 1.
1.3.6.1.4.1.11.2.14.11.1.3.4.1.1Integer32 (1..65535)read-onlycurrent
hpicfDlLogOwnerAddress
OBJECT-TYPE
The transport address of the management station that attempted to initiate a download of this device, formatted according to the value of hpicfDlLastOwnerDomain.
1.3.6.1.4.1.11.2.14.11.1.3.4.1.2TAddressread-onlycurrent
hpicfDlLogOwnerDomain
OBJECT-TYPE
The kind of transport service used by the management station that attempted to initiate a download of this device.
1.3.6.1.4.1.11.2.14.11.1.3.4.1.3TDomainread-onlycurrent
hpicfDlLogTAddress
OBJECT-TYPE
The transport address of the node from which this device attempted to download firmware, formatted according to the value of hpicfDlLastTDomain.
1.3.6.1.4.1.11.2.14.11.1.3.4.1.4TAddressread-onlycurrent
hpicfDlLogTDomain
OBJECT-TYPE
The kind of transport service which was used for the attempt to download firmware to this device.
1.3.6.1.4.1.11.2.14.11.1.3.4.1.5TDomainread-onlycurrent
hpicfDlLogFilename
OBJECT-TYPE
The filename from which this device attempted to download firmware.
1.3.6.1.4.1.11.2.14.11.1.3.4.1.6DisplayString (SIZE(0..63))read-onlycurrent
hpicfDlLogResetType
OBJECT-TYPE
The type of reset requested to be performed after completion of the firmware download attempt.
1.3.6.1.4.1.11.2.14.11.1.3.4.1.7INTEGER {noReset(1), warmReset(2), factoryReset(3)}read-onlycurrent
hpicfDlLogErrorStatus
OBJECT-TYPE
The result of the attempt to download firmware to this device. The values are the same as the corresponding values of hpicfDownloadErrorStatus.
1.3.6.1.4.1.11.2.14.11.1.3.4.1.8INTEGER {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)}read-onlycurrent
hpicfDlLogErrorText
OBJECT-TYPE
A textual description of the final error status of the attempt to download firmware to this device.
1.3.6.1.4.1.11.2.14.11.1.3.4.1.9DisplayString (SIZE(0..255))read-onlycurrent
hpicfDownloadTftpConfig
OBJECT-TYPE
This object allows switch to enable or disable tftp. Default value is 2. Cannot be enabled if sftp is enabled.
1.3.6.1.4.1.11.2.14.11.1.3.5INTEGER {disabled(1), enabled(2)}read-writecurrent
hpicfDownloadTftpServerConfig
OBJECT-TYPE
When this is true(1), the TFTP server is enabled and will process incoming requests. When this is false(2), the TFTP server will be shut down and will not accept incoming connections.
1.3.6.1.4.1.11.2.14.11.1.3.6TruthValueread-writecurrent
hpicfDownloadTftp6Config
OBJECT-TYPE
This object allows switch to enable or disable tftp. Default value is 2. Cannot be enabled if sftp is enabled.
1.3.6.1.4.1.11.2.14.11.1.3.7INTEGER {disabled(1), enabled(2)}read-writecurrent
hpicfDownloadTftp6ServerConfig
OBJECT-TYPE
When this is true(1), the TFTP server is enabled and will process incoming requests. When this is false(2), the TFTP server will be shut down and will not accept incoming connections.
1.3.6.1.4.1.11.2.14.11.1.3.8TruthValueread-writecurrent
hpicfDownloadInetTable
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.1.3.9not-accessiblecurrent
hpicfDownloadInetEntry
OBJECT-TYPE
The row in the hpicfDownloadInetTable containing the download parameters.
1.3.6.1.4.1.11.2.14.11.1.3.9.1not-accessiblecurrent
hpicfDownloadInetIndex
OBJECT-TYPE
The index which uniquely identifies this row.
1.3.6.1.4.1.11.2.14.11.1.3.9.1.1Integer32read-onlycurrent
hpicfDownloadInetTAddressType
OBJECT-TYPE
The type of address in the corresponding hpicfDownloadTAddress object. An attempt to modify this value will fail if the associated hpicfDownloadInetStatus object would be equal to 'active' both before and after the modification attempt.
1.3.6.1.4.1.11.2.14.11.1.3.9.1.2InetAddressTyperead-writecurrent
hpicfDownloadInetTAddress
OBJECT-TYPE
The transport address of the node to download firmware from, formatted according to the value of the associated instance of hpicfDownloadInetTAddressType. An attempt to modify this value will fail if the associated hpicfDownloadInetStatus object would be equal to 'active' both before and after the modification attempt.
1.3.6.1.4.1.11.2.14.11.1.3.9.1.3InetAddressread-createcurrent
hpicfDownloadInetFilename
OBJECT-TYPE
Filename and path of file to download (maximum length of 63 characters + NULL). An attempt to modify this value will fail if the associated hpicfDownloadInetStatus object would be equal to 'active' both before and after the modification attempt.
1.3.6.1.4.1.11.2.14.11.1.3.9.1.4DisplayString (SIZE(0..63))read-createcurrent
hpicfDownloadInetOwnerAddressType
OBJECT-TYPE
The type of address in the corresponding hpicfDownloadInetOwnerAddress object.
1.3.6.1.4.1.11.2.14.11.1.3.9.1.5InetAddressTyperead-writecurrent
hpicfDownloadInetOwnerAddress
OBJECT-TYPE
The transport address of the management station that initiated this download attempt, formatted according to the value of the associated instance of hpicfDownloadInetOwnerAddressType.
1.3.6.1.4.1.11.2.14.11.1.3.9.1.6InetAddressread-onlycurrent
hpicfDownloadInetSourcePort
OBJECT-TYPE
The port of the management station that initiated this download attempt.
1.3.6.1.4.1.11.2.14.11.1.3.9.1.7Integer32 (0..65535)read-writecurrent
hpicfDownloadInetDestinationPort
OBJECT-TYPE
The port of the management station that initiated this download attempt.
1.3.6.1.4.1.11.2.14.11.1.3.9.1.8Integer32 (0..65535)read-writecurrent
hpicfDownloadInetFileTransferType
OBJECT-TYPE
The FileTransfer Method used by the management station to initiate the download attempt.
1.3.6.1.4.1.11.2.14.11.1.3.9.1.9INTEGER {usb(1), tftp(2), xmodem(3)}read-writecurrent
hpicfDownloadInetResetType
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.1.3.9.1.10INTEGER {noReset(1), warmReset(2), factoryReset(3)}read-createcurrent
hpicfDownloadInetErrorStatus
OBJECT-TYPE
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 hpicfDownloadTAddress 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 hpicfDownloadErrorText for more detailed information). success - the download has completed successfully. aborted - the download was aborted by setting the hpicfDownloadStatus 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 hpicfDownloadStatus has not yet been set to 'active'). erasingEeprom - the agent is currently erasing the EEPROM device. Currently only used on JetDirect agents. incompleteFirmware - the agent is running an incomplete version of firmware and requires a download. Currently only used on JetDirect agents. requirePowerCycle - the agent must be power cycled to run the newly downloaded firmware. Currently only used on JetDirect agents. 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.
1.3.6.1.4.1.11.2.14.11.1.3.9.1.11INTEGER {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)}read-onlycurrent
hpicfDownloadInetErrorText
OBJECT-TYPE
A textual description of the current error status of the firmware download.
1.3.6.1.4.1.11.2.14.11.1.3.9.1.12DisplayString (SIZE(0..255))read-onlycurrent
hpicfDownloadInetStatus
OBJECT-TYPE
The status of this download entry. This object may not be set to 'active' unless the following columnar objects exist in this row: hpicfDownloadInetTAddress, hpicfDownloadInetTAddressType, hpicfDownloadInetFilename, and hpicfDownloadInetResetType.
1.3.6.1.4.1.11.2.14.11.1.3.9.1.13RowStatusread-createcurrent
hpicfDownloadInetPassesLeft
OBJECT-TYPE
The number of passes remaining in the current download attempt. Some agents (currently JetDirect 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 hpicfDownloadStatus is set to 'active'. It is decremented by one each time a pass completes.
1.3.6.1.4.1.11.2.14.11.1.3.9.1.14Integer32read-onlycurrent
hpicfDownloadInetOctetCount
OBJECT-TYPE
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 hpicfDownloadStatus is set to 'active', and reinitialized to zero at the beginning of each pass.
1.3.6.1.4.1.11.2.14.11.1.3.9.1.15Integer32read-onlycurrent
hpicfDownloadInetDestination
OBJECT-TYPE
The destination of the download file on the agent. 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.
1.3.6.1.4.1.11.2.14.11.1.3.9.1.16DisplayString (SIZE(0..63))read-createcurrent
hpicfDownloadInetOpType
OBJECT-TYPE
The OpType which is used for Geting or Puting file from to the server.
1.3.6.1.4.1.11.2.14.11.1.3.9.1.17INTEGER {ftget(1), ftput(2)}read-writecurrent

Conformance

NameOIDStatus
hpicfDownloadCompliance
MODULE-COMPLIANCE
********* THIS COMPLIANCE IS DEPRECATED ********* The compliance statement for HP ICF network downloadable devices.
1.3.6.1.4.1.11.2.14.10.2.4.1.1.1deprecated
hpicfDownloadConfigCompliance
MODULE-COMPLIANCE
New version of the compliance statement for HP ICF network downloadable devices that allows for monitoring in-progress downloads and for directing a download to different destinations on the device.
1.3.6.1.4.1.11.2.14.10.2.4.1.1.2deprecated
hpicfDownloadConfigInetCompliance
MODULE-COMPLIANCE
New version of the compliance statement for HP ICF network downloadable devices that allows for monitoring in-progress downloads and for directing a download to different destinations on the device.
1.3.6.1.4.1.11.2.14.10.2.4.1.1.3current
hpicfDownloadGroup
OBJECT-GROUP
********* THIS GROUP IS DEPRECATED ********* A collection of objects for controlling network download of device firmware to ICF devices.
1.3.6.1.4.1.11.2.14.10.2.4.1.2.1deprecated
hpicfDownloadLogGroup
OBJECT-GROUP
A collection of objects for maintaining a log of network download attempts to ICF devices.
1.3.6.1.4.1.11.2.14.10.2.4.1.2.2current
hpicfDownloadConfigGroup
OBJECT-GROUP
A collection of objects for controlling and monitoring network download of device firmware to ICF devices.
1.3.6.1.4.1.11.2.14.10.2.4.1.2.3deprecated
hpicfDownloadConfigInetGroup
OBJECT-GROUP
A collection of objects for controlling and monitoring network download of device firmware to ICF devices.
1.3.6.1.4.1.11.2.14.10.2.4.1.2.4current