CISCO-IMAGE-UPGRADE-MIB
90 objects
This mib provides, objects to upgrade images on modules in the system, objects showing the status of the upgrade operation, and objects showing the type of images that could be run in the system. For example the modules could be Controller card, Line card .. etc. The system fills up the ciuImageVariableTable with the type of images the system can support. For performing an upgrade operation a management application must first read this table and use this info in other tables, as explained below. The ciuImageURITable table is also filled by the system and provides the image name presently running for each type of image in the system. The user is allowed to configure a new image name for each image type as listed in ciuImageVariableTable. The system would use this image on the particular module on the next reboot. The management application on deciding to do an upgrade operation must first check if an upgrade operation is already in progress in the system. This is done by reading the ciuUpgradeOpCommand and if it contains 'none', signifies that no other upgrade operation is in progress. Any other value, signifies that upgrade is in progress and a new upgrade operation is not allowed. To start an 'install' operation, first the user must perform a 'check' operation to do the version compatibility for the given set of image files (provided using the ciuImageLocInputTable) against the current system configuration. Only if the result of this operation is 'success' can the user proceed to do an install operation. The tables, ciuVersionCompChkTable, ciuUpgradeImageVersionTable, ciuUpgradeOpStatusTable, provide the result of the 'check' or 'install' operation performed using ciuUpgradeOpCommand. These tables are in addition to objects ciuUpgradeOpStatus, ciuUpgradeOpTimeStarted, ciuUpgradeOpTimeCompleted, ciuUpgradeOpStatusReason. The ciuUpgradeOpStatus object provides the status of the selected upgrade operation. An option is available for user to upgrade only some modules, provided using ciuUpgradeTargetTable. If this table is empty than an upgrade operation would be performed on all the modules in the system.
Imported Objects
| CISCO-SMI | ciscoMgmt |
| CISCO-TC | EntPhysicalIndexOrZero |
| ENTITY-MIB | entPhysicalIndex |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP |
| SNMPv2-SMI | Integer32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | RowStatus TEXTUAL-CONVENTION TimeStamp TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.9.9.360 | IdentityciscoImageUpgradeMIB | This mib provides, objects to upgrade images on modules in the system, objects showing the status of the upgrade operation, and objects showing the type of ima… | ||
| 1.3.6.1.4.1.9.9.360.0 | NodeciscoImageUpgradeMIBNotifs | |||
| 1.3.6.1.4.1.9.9.360.0.1 | NotificationciuUpgradeOpCompletionNotify | current | A ciuUpgradeOpCompletionNotify is sent at the completion of upgrade operation denoted by ciuUpgradeOpCommand object if such a notification was requested when t… | |
| 1.3.6.1.4.1.9.9.360.0.2 | NotificationciuUpgradeJobStatusNotify | current | A ciuUpgradeJobStatusNotify is sent when there is status change in the upgrade process. ciuUpgradeOpStatusOperation indicates the operation to change the upgra… | |
| 1.3.6.1.4.1.9.9.360.1 | NodeciscoImageUpgradeMIBObjects | |||
| 1.3.6.1.4.1.9.9.360.1.1 | NodeciscoImageUpgradeConfig | |||
| 1.3.6.1.4.1.9.9.360.1.1.1 | ScalarciuTotalImageVariables | read-only | current | Total number of image variables supported in the device at this time. |
| 1.3.6.1.4.1.9.9.360.1.1.2 | TableciuImageVariableTable | not-accessible | current | A table listing the image variable types that exist in the device. |
| 1.3.6.1.4.1.9.9.360.1.1.2.1 | RowciuImageVariableEntry | not-accessible | current | A ciuImageVariableEntry entry. Each entry provides the image variable type existing in the device. |
| 1.3.6.1.4.1.9.9.360.1.1.2.1.1 | ColumnciuImageVariableName | read-only | current | The type of image that the system can run. The value of this object depends on the underlying agent. e.g. Let us say that the device has 3 image variables name… |
| 1.3.6.1.4.1.9.9.360.1.1.3 | TableciuImageURITable | not-accessible | current | A table listing the Universal Resource Identifier(URI) of images that are assigned to variables of the ciuImageVariableTable. In the example for ciuImageVariab… |
| 1.3.6.1.4.1.9.9.360.1.1.3.1 | RowciuImageURIEntry | not-accessible | current | A ciuImageURITable entry. Each entry provides the Image URI corresponding to this image variable name, identified by ciuImageVariableName, on this module ident… |
| 1.3.6.1.4.1.9.9.360.1.1.3.1.1 | ColumnciuImageURI | read-write | current | This object contains the string value of the image corresponding to ciuImageVariableName on this entity. |
| 1.3.6.1.4.1.9.9.360.1.1.4 | NodeciscoImageUpgradeOp | |||
| 1.3.6.1.4.1.9.9.360.1.1.4.1 | ScalarciuUpgradeOpCommand | read-write | current | The command to be executed. Note that it is possible for a system to support only a subset of these commands. If a command is unsupported, it will complete imm… |
| 1.3.6.1.4.1.9.9.360.1.1.4.2 | ScalarciuUpgradeOpStatus | read-only | current | The status of the specified operation. none(1) - no operation was performed. invalidOperation(2) - the selected operation is not supported. failure(3) - the se… |
| 1.3.6.1.4.1.9.9.360.1.1.4.3 | ScalarciuUpgradeOpNotifyOnCompletion | read-write | current | Specifies whether or not a notification should be generated on the completion of an operation. If 'true', ciuUpgradeOpCompletionNotify will be generated, else … |
| 1.3.6.1.4.1.9.9.360.1.1.4.4 | ScalarciuUpgradeOpTimeStarted | read-only | current | Specifies the time the upgrade operation was started. This object would return 0 if ciuUpgradeOpCommand contains 'none'. |
| 1.3.6.1.4.1.9.9.360.1.1.4.5 | ScalarciuUpgradeOpTimeCompleted | read-only | current | Specifies the time the upgrade operation completed. This object would return 0 if ciuUpgradeOpCommand contains 'none'. |
| 1.3.6.1.4.1.9.9.360.1.1.4.6 | ScalarciuUpgradeOpAbort | read-write | current | Provides the means to abort an operation. If this object is set to 'true' when an upgrade operation is in progress and the corresponding instance of ciuUpgrade… |
| 1.3.6.1.4.1.9.9.360.1.1.4.7 | ScalarciuUpgradeOpStatusReason | read-only | current | Specifies the description of the cause of 'failed' state of the object 'ciuUpgradeOpStatus'. This object would be a null string if value of 'ciuUpgradeOpStatus… |
| 1.3.6.1.4.1.9.9.360.1.1.4.8 | ScalarciuUpgradeOpLastCommand | read-only | current | This object indicates previous OpCommand value. It will be updated after new OpCommand is set and delivered to upgrade process. 'none' if this object is read w… |
| 1.3.6.1.4.1.9.9.360.1.1.4.9 | ScalarciuUpgradeOpLastStatus | read-only | current | This object indicates previous OpStatus value. It will be updated after new OpCommand is set and delivered to upgrade process. 'none' - no operation was perfor… |
| 1.3.6.1.4.1.9.9.360.1.1.4.10 | ScalarciuUpgradeOpLastStatusReason | read-only | current | This object indicates the previous OpStatusReason value. It will be updated after new OpCommand is set and delivered to upgrade process. |
| 1.3.6.1.4.1.9.9.360.1.1.4.11 | ScalarciuUpgradeJobStatusNotifyOnCompletion | read-write | current | This object specifies whether or not ciuUpgradeJobStatusCompletionNotify notification should be generated on the completion of an operation. If 'true', ciuUpgr… |
| 1.3.6.1.4.1.9.9.360.1.1.5 | TableciuUpgradeTargetTable | not-accessible | current | A table listing the modules and the type of upgrade operation to be performed on these modules. |
| 1.3.6.1.4.1.9.9.360.1.1.5.1 | RowciuUpgradeTargetEntry | not-accessible | current | Each entry provides the module that needs to be upgraded and the type of operation that needs to be performed on this module. The upgrade operation, selected u… |
| 1.3.6.1.4.1.9.9.360.1.1.5.1.1 | ColumnciuUpgradeTargetAction | read-create | current | The type of operation to be performed on this module. image - upgrade image. bios - upgrade bios. loader - upgrade loader.loader is the program that loads and … |
| 1.3.6.1.4.1.9.9.360.1.1.5.1.2 | ColumnciuUpgradeTargetEntryStatus | read-create | current | The status of this table entry. A multivarbind set containing this object and ciuUpgradeTargetAction must be done in the same PDU for the operation to succeed. |
| 1.3.6.1.4.1.9.9.360.1.1.6 | TableciuImageLocInputTable | not-accessible | current | A table listing the URI of the images that need to be upgraded. |
| 1.3.6.1.4.1.9.9.360.1.1.6.1 | RowciuImageLocInputEntry | not-accessible | current | Each entry provides the image location URI that need to be upgraded. This table cannot be modified if ciuUpgradeOpCommand object contains any value other than … |
| 1.3.6.1.4.1.9.9.360.1.1.6.1.1 | ColumnciuImageLocInputURI | read-create | current | An ASCII string specifying the system image location. For example the string could be 'bootflash:file1'. This object cannot be modified while the corresponding… |
| 1.3.6.1.4.1.9.9.360.1.1.6.1.2 | ColumnciuImageLocInputEntryStatus | read-create | current | The status of this table entry. |
| 1.3.6.1.4.1.9.9.360.1.1.7 | TableciuVersionCompChkTable | not-accessible | current | A table showing the result of the version compatibility check operation performed in response to the option 'check' selected for ciuUpgradeOpCommand. The table… |
| 1.3.6.1.4.1.9.9.360.1.1.7.1 | RowciuVersionCompChkEntry | not-accessible | current | An entry containing the results of the version compatibility check operation performed on each module, identified by entPhysicalIndex. Each such module of the … |
| 1.3.6.1.4.1.9.9.360.1.1.7.1.1 | ColumnciuVersionCompImageSame | read-only | current | Specifies whether for this module the image provided by the user for upgrade is same as the current running image. |
| 1.3.6.1.4.1.9.9.360.1.1.7.1.2 | ColumnciuVersionCompUpgradable | read-only | current | Specifies whether the set of images provided in ciuImageLocInputTable are compatible with each other as far as this module is concerned. If 'true' the set of i… |
| 1.3.6.1.4.1.9.9.360.1.1.7.1.3 | ColumnciuVersionCompUpgradeAction | read-only | current | Specifies the type of upgrade action that would be performed on this module if ciuUpgradeOpCommand were set to 'install' or to 'check'. none(1) : is no upgrade… |
| 1.3.6.1.4.1.9.9.360.1.1.7.1.4 | ColumnciuVersionCompUpgradeBios | read-only | current | Specifies whether the BIOS will be upgraded. If 'true' the bios would be upgraded else it would not. |
| 1.3.6.1.4.1.9.9.360.1.1.7.1.5 | ColumnciuVersionCompUpgradeBootrom | read-only | current | Specifies whether the bootrom will be upgraded. If 'true' the bootrom would be upgraded else it would not. |
| 1.3.6.1.4.1.9.9.360.1.1.7.1.6 | ColumnciuVersionCompUpgradeLoader | read-only | current | Specifies whether the loader will be upgraded. If 'true' the loader would be upgraded else it would not. |
| 1.3.6.1.4.1.9.9.360.1.1.7.1.7 | ColumnciuVersionCompUpgradeImpact | read-only | current | Specifies the impact of the upgrade operation that would have on this module. other(1) : reasons other than defined here nonDisruptive(2): this module would be… |
| 1.3.6.1.4.1.9.9.360.1.1.7.1.8 | ColumnciuVersionCompUpgradeReason | read-only | current | This object would give the reason for the following cases: 1)value of object ciuVersionCompUpgradable is 'false' then it would give the reason why the module i… |
| 1.3.6.1.4.1.9.9.360.1.1.8 | TableciuUpgradeImageVersionTable | not-accessible | current | A table showing the current version of images running on the modules and the images they would be upgraded with. The table would be emptied out once the value … |
| 1.3.6.1.4.1.9.9.360.1.1.8.1 | RowciuUpgradeImageVersionEntry | not-accessible | current | An entry containing the current version of image running on a particular module and the images they would be upgraded with. An ciuUpgradeImageVersionVarName id… |
| 1.3.6.1.4.1.9.9.360.1.1.8.1.1 | ColumnciuUpgradeImageVersionIndex | not-accessible | current | This is an arbitrary integer which uniquely identifies different rows which have the same value of entPhysicalIndex. |
| 1.3.6.1.4.1.9.9.360.1.1.8.1.2 | ColumnciuUpgradeImageVersionVarName | read-only | current | The type of image on this module. |
| 1.3.6.1.4.1.9.9.360.1.1.8.1.3 | ColumnciuUpgradeImageVersionRunning | read-only | current | An ASCII string specifying the running image version. |
| 1.3.6.1.4.1.9.9.360.1.1.8.1.4 | ColumnciuUpgradeImageVersionNew | read-only | current | An ASCII string specifying what the new image version would be after an upgrade. |
| 1.3.6.1.4.1.9.9.360.1.1.8.1.5 | ColumnciuUpgradeImageVersionUpgReqd | read-only | current | Specifies whether an upgrade is required for this software component, identified by entPhysicalIndex and ciuUpgradeImageVersionVarName. If the value of objects… |
| 1.3.6.1.4.1.9.9.360.1.1.9 | TableciuUpgradeOpStatusTable | not-accessible | current | A table showing the result of the upgrade operation selected from ciuUpgradeOpCommand in ciuUpgradeOpTable. The table would be emptied out once the value of ci… |
| 1.3.6.1.4.1.9.9.360.1.1.9.1 | RowciuUpgradeOpStatusEntry | not-accessible | current | An entry containing the status of the upgrade operation. |
| 1.3.6.1.4.1.9.9.360.1.1.9.1.1 | ColumnciuUpgradeOpStatusOperIndex | not-accessible | current | This is an arbitrary integer which identifies uniquely an entry in this table. |
| 1.3.6.1.4.1.9.9.360.1.1.9.1.2 | ColumnciuUpgradeOpStatusOperation | read-only | current | Specifies the operation that is currently in progress or completed in response to the ciuUpgradeOpCommand. 'unknown' - operation status unknown. 'other' - oper… |
| 1.3.6.1.4.1.9.9.360.1.1.9.1.3 | ColumnciuUpgradeOpStatusModule | read-only | current | The physical entity of the module for which this status is being shown. For example such an entity is one of the type PhysicalClass module(9). This object must… |
| 1.3.6.1.4.1.9.9.360.1.1.9.1.4 | ColumnciuUpgradeOpStatusSrcImageLoc | read-only | current | An ASCII string specifying the source image location. For example the string could be 'bootflash:file1'. This object is only valid if the value of ciuUpgradeOp… |
| 1.3.6.1.4.1.9.9.360.1.1.9.1.5 | ColumnciuUpgradeOpStatusDestImageLoc | read-only | current | An ASCII string specifying the destination image location. For example the string could be 'bootflash:file1'. |
| 1.3.6.1.4.1.9.9.360.1.1.9.1.6 | ColumnciuUpgradeOpStatusJobStatus | read-only | current | The status of this operation. 'unknown' - operation status unknown. 'other' - operation status other than defined here. 'failed' - this operation has failed 'i… |
| 1.3.6.1.4.1.9.9.360.1.1.9.1.7 | ColumnciuUpgradeOpStatusPercentCompl | read-only | current | The percentage completion of the upgrade operation selected from ciuUpgradeOpTable. If this object is invalid for a particular operation, identified by ciuUpgr… |
| 1.3.6.1.4.1.9.9.360.1.1.9.1.8 | ColumnciuUpgradeOpStatusJobStatusReas | read-only | current | Specifies the description of the cause of 'failed' state of the object 'ciuUpgradeOpStatusJobStatus'. This object would be a null string if value of 'ciuUpgrad… |
| 1.3.6.1.4.1.9.9.360.1.1.10 | NodeciscoImageUpgradeMisc | |||
| 1.3.6.1.4.1.9.9.360.1.1.10.1 | ScalarciuUpgradeMiscAutoCopy | read-write | current | Specifies whether or not the images on the active supervisor will be copied to the standby supervisor, if the standby supervisor exists. If the standby supervi… |
| 1.3.6.1.4.1.9.9.360.1.1.11 | TableciuUpgradeMiscInfoTable | not-accessible | current | A table showing additional information such as warnings during upgrade. The table would be emptied out once the value of ciuUpgradeOpCommand object is 'none'. |
| 1.3.6.1.4.1.9.9.360.1.1.11.1 | RowciuUpgradeMiscInfoEntry | not-accessible | current | An entry containing additional information of upgrade operation being performed on modules. Each entry is uniquely identified by ciuUpgradeMiscInfoIndex. If th… |
| 1.3.6.1.4.1.9.9.360.1.1.11.1.1 | ColumnciuUpgradeMiscInfoIndex | not-accessible | current | This is an arbitrary integer which identifies uniquely an entry in this table. |
| 1.3.6.1.4.1.9.9.360.1.1.11.1.2 | ColumnciuUpgradeMiscInfoModule | read-only | current | The entPhysicalIndex of the module. The value of this object would be 0 if the information shown in ciuUpgradeMiscInfoDescr is not for any module. |
| 1.3.6.1.4.1.9.9.360.1.1.11.1.3 | ColumnciuUpgradeMiscInfoDescr | read-only | current | Specifies the miscelleneous information of the upgrade operation. |
| 1.3.6.1.4.1.9.9.360.2 | NodeciscoImageUpgradeMIBConform | |||
| 1.3.6.1.4.1.9.9.360.2.1 | NodeciuImageUpgradeCompliances | |||
| 1.3.6.1.4.1.9.9.360.2.1.1 | ComplianceciuImageUpgradeCompliance | deprecated | Compliance statement for Image Upgrade MIB. For the (mandatory) ciuImageLocInputGroup, it is compliant to allow only a limited number of entries to be created … | |
| 1.3.6.1.4.1.9.9.360.2.1.2 | ComplianceciuImageUpgradeComplianceRev1 | deprecated | Compliance statement for Image Upgrade MIB. For the (mandatory) ciuImageLocInputGroup, it is compliant to allow only a limited number of entries to be created … | |
| 1.3.6.1.4.1.9.9.360.2.1.3 | ComplianceciuImageUpgradeComplianceRev2 | deprecated | Compliance statement for Image Upgrade MIB. For the (mandatory) ciuImageLocInputGroup, it is compliant to allow only a limited number of entries to be created … | |
| 1.3.6.1.4.1.9.9.360.2.1.4 | ComplianceciuImageUpgradeComplianceRev3 | deprecated | Compliance statement for Image Upgrade MIB. For the (mandatory) ciuImageLocInputGroup, it is compliant to allow only a limited number of entries to be created … | |
| 1.3.6.1.4.1.9.9.360.2.1.5 | ComplianceciuImageUpgradeComplianceRev4 | current | Compliance statement for Image Upgrade MIB. For the (mandatory) ciuImageLocInputGroup, it is compliant to allow only a limited number of entries to be created … | |
| 1.3.6.1.4.1.9.9.360.2.2 | NodeciuImageUpgradeGroups | |||
| 1.3.6.1.4.1.9.9.360.2.2.1 | GroupciuImageUpgradeGroup | current | A collection of objects providing information about Image upgrade. | |
| 1.3.6.1.4.1.9.9.360.2.2.2 | GroupciuImageVariableGroup | current | A group containing an object providing information about the type of the system images. | |
| 1.3.6.1.4.1.9.9.360.2.2.3 | GroupciuImageURIGroup | current | A group containing an object providing information about the name of system variable or parameter. | |
| 1.3.6.1.4.1.9.9.360.2.2.4 | GroupciuUpgradeOpGroup | current | A collection of objects for Upgrade operation. | |
| 1.3.6.1.4.1.9.9.360.2.2.5 | GroupciuUpgradeTargetGroup | current | A collection of objects giving the modules and the type of image to be upgraded. | |
| 1.3.6.1.4.1.9.9.360.2.2.6 | GroupciuImageLocInputGroup | current | A collection of objects giving the location of the images to be upgraded. | |
| 1.3.6.1.4.1.9.9.360.2.2.7 | GroupciuVersionCompChkGroup | current | A collection of objects showing the results of the version compatibility check done. | |
| 1.3.6.1.4.1.9.9.360.2.2.8 | GroupciuUpgradeImageVersionGroup | current | A collection of objects showing the current running images and the images to be upgraded with. | |
| 1.3.6.1.4.1.9.9.360.2.2.9 | GroupciuUpgradeOpStatusGroup | current | A collection of objects showing the status of the upgrade operation. | |
| 1.3.6.1.4.1.9.9.360.2.2.10 | GroupciuUpgradeNotificationGroup | current | A collection of notifications for upgrade operations. | |
| 1.3.6.1.4.1.9.9.360.2.2.11 | GroupciuUpgradeMiscGroup | current | A collection of objects for Miscelleneous operation. | |
| 1.3.6.1.4.1.9.9.360.2.2.12 | GroupciuUpgradeMiscInfoGroup | current | A collection of objects for Miscelleneous info for upgrade operation. | |
| 1.3.6.1.4.1.9.9.360.2.2.13 | GroupciuUpgradeNotificationGroupSup | current | A collection of notifications for upgrade operations. | |
| 1.3.6.1.4.1.9.9.360.2.2.14 | GroupciuUpgradeOpNewGroup | current | A collection of objects for Upgrade operation. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| CiuImageVariableTypeName | OCTET STRING (SIZE (1..32)) | current | The type of image that the system can run. e.g. Let us say that the device has 3 image variables names - 'system', 'kickstart' and 'ilce'. This TC would, then be as follows: system kickstart ilce. |