H3C-ISSU-MIB

File: H3C-ISSU-MIB.mib (22485 bytes)

Imported modules

HUAWEI-3COM-OID-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

h3cCommon Integer32 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE DisplayString
RowStatus TruthValue

Defined Types

H3cIssuUpgradeImageEntry  
SEQUENCE    
  h3cIssuUpgradeImageIndex Integer32
  h3cIssuUpgradeImageType INTEGER
  h3cIssuUpgradeImageURL DisplayString
  h3cIssuUpgradeImageRowStatus RowStatus

H3cIssuTestResultEntry  
SEQUENCE    
  h3cIssuTestResultIndex Integer32
  h3cIssuTestDeviceChassisID Integer32
  h3cIssuTestDeviceSlotID Integer32
  h3cIssuTestDeviceCpuID Integer32
  h3cIssuTestDeviceUpgradeWay INTEGER

H3cIssuUpgradeResultEntry  
SEQUENCE    
  h3cIssuUpgradeResultIndex Integer32
  h3cIssuUpgradeDeviceChassisID Integer32
  h3cIssuUpgradeDeviceSlotID Integer32
  h3cIssuUpgradeDeviceCpuID Integer32
  h3cIssuUpgradeState INTEGER
  h3cIssuDeviceUpgradeWay INTEGER
  h3cIssuUpgradeDeviceStatus INTEGER
  h3cIssuUpgradeFailedReason DisplayString

Defined Values

h3cIssuUpgrade 1.3.6.1.4.1.2011.10.2.133
This MIB provides objects for upgrading images on modules in the system, objects for showing the result of an upgrade operation, and objects for showing the result of a test operation. To perform an upgrade operation, a management application must first read the h3cIssuUpgradeImageTable table and use the information in other tables, as explained below. You can configure a new image name for each image type as listed in h3cIssuUpgradeImageTable. The system will use this image on the particular module at the next reboot. The management application used to perform an upgrade operation must first check if an upgrade operation is already in progress in the system. This is done by reading the h3cIssuOpType ('none' indicates that no other upgrade operation is in progress. Any other value indicates that an upgrade is already in progress and a new upgrade operation is not allowed. To start an 'install' operation, the user must first perform a 'test' operation to examine the version compatibility between the given set of images and the running images. Only if the result of the 'test' operation is 'success' can the user proceed to do an install operation. The table h3cIssuTestResultTable provides the result of the 'test' operation performed by using h3cIssuOpType. The table h3cIssuUpgradeResultTable provides the result of the 'install' operation performed by using h3cIssuOpType.
MODULE-IDENTITY    

h3cIssuUpgradeMibObjects 1.3.6.1.4.1.2011.10.2.133.1
OBJECT IDENTIFIER    

h3cIssuUpgradeGroup 1.3.6.1.4.1.2011.10.2.133.1.1
OBJECT IDENTIFIER    

h3cIssuUpgradeImageTable 1.3.6.1.4.1.2011.10.2.133.1.1.1
A table listing the image variable types that exist in the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cIssuUpgradeImageEntry

h3cIssuUpgradeImageEntry 1.3.6.1.4.1.2011.10.2.133.1.1.1.1
An h3cIssuUpgradeImageEntry entry. Each entry provides an image variable type that exists in the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cIssuUpgradeImageEntry  

h3cIssuUpgradeImageIndex 1.3.6.1.4.1.2011.10.2.133.1.1.1.1.1
Index of each image.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

h3cIssuUpgradeImageType 1.3.6.1.4.1.2011.10.2.133.1.1.1.1.2
Types of images that the system can run. The value of this object has four image variables names - 'boot', 'system', 'feature' and 'ipe'. This table will then list these four strings as follows: h3cIssuUpgradeImageType boot system feature IPE The user can assign images (using h3cIssuUpgradeImageURL) to these variables and the system will use the assigned images to boot.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER boot(1), system(2), feature(3), ipe(4)  

h3cIssuUpgradeImageURL 1.3.6.1.4.1.2011.10.2.133.1.1.1.1.3
This object contains the path of the image of this entity.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..127)  

h3cIssuUpgradeImageRowStatus 1.3.6.1.4.1.2011.10.2.133.1.1.1.1.4
Row-status of image table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cIssuOp 1.3.6.1.4.1.2011.10.2.133.1.1.2
OBJECT IDENTIFIER    

h3cIssuOpType 1.3.6.1.4.1.2011.10.2.133.1.1.2.1
Command to be executed. The 'test' command must be performed before the 'install' command can be executed. The 'install' command is allowed only if a read of this object returns 'test' and the value of object h3cIssuOpStatus is 'success'. Command Remarks none If the user sets this object to 'none', the agent will return a success without performing an upgrade operation. done If this object returns any value other than 'none', setting this to 'done' will do the required cleanup of the previous upgrade operation and get the system ready for a new upgrade operation. test Check the version compatibility and upgrade method for the given set of image files. install For all the image entities listed in the h3cIssuUpgradeImageTable, perform the required upgrade operation listed in that table. rollback Abort the current 'install' operation and roll back to the previous version.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), done(2), test(3), install(4), rollback(5)  

h3cIssuImageFileOverwrite 1.3.6.1.4.1.2011.10.2.133.1.1.2.2
If you want to overwrite the existing file, set the value of this object to enable. Otherwise, set the value of this object to disable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

h3cIssuOpTrapEnable 1.3.6.1.4.1.2011.10.2.133.1.1.2.3
If you want to enable the trap, set the value of this object to enable. Otherwise, set the value of this object to disable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

h3cIssuOpStatus 1.3.6.1.4.1.2011.10.2.133.1.1.2.4
Status of the specified operation. none - No operation was performed. failure - Specified operation has failed. inProgress - Specified operation is in progress. success - Specified operation completed successfully. rollbackInProgress - Rollback operation is in progress. rollbackSuccess - Rollback operation completed successfully.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), failure(2), inProgress(3), success(4), rollbackInProgress(5), rollbackSuccess(6)  

h3cIssuFailedReason 1.3.6.1.4.1.2011.10.2.133.1.1.2.5
Indicates the the cause of 'failure' state of the object 'h3cIssuOpStatus'. This object would be a null string if the value of 'h3cIssuOpStatus' is not 'failure'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

h3cIssuOpTimeCompleted 1.3.6.1.4.1.2011.10.2.133.1.1.2.6
Indicates the time when the upgrade operation was completed. This object would be a null string if h3cIssuOpType is 'none'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

h3cIssuLastOpType 1.3.6.1.4.1.2011.10.2.133.1.1.2.7
This object indicates the previous h3cIssuOp value. It will be updated after a new h3cIssuOp is set and delivered to the upgrade process. Command Remarks none If the user sets this object to 'none', agent will return a success without performing an upgrade operation. done If this object returns any value other than 'none', setting this to 'done' will do the required cleanup of the previous upgrade operation and get the system ready for a new upgrade operation. test Check the version compatibility and upgrade method for the given set of image files. install For all the image entities listed in the h3cIssuUpgradeImageTable, perform the required upgrade operation listed in that table. rollback Abort the current install operation and roll back to the previous version.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), done(2), test(3), install(4), rollback(5)  

h3cIssuLastOpStatus 1.3.6.1.4.1.2011.10.2.133.1.1.2.8
This object indicates previous h3cIssuOpStatus value. It will be updated after new h3cIssuOp is set and delivered to upgrade process. none - No operation was performed. failure - Specified operation has failed. inProgress - Specified operation is active. success - Specified operation completed successfully. rollbackInProgress - Rollback operation is in progress. rollbackSuccess - Rollback operation completed successfully.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), failure(2), inProgress(3), success(4), rollbackInProgress(5), rollbackSuccess(6)  

h3cIssuLastOpFailedReason 1.3.6.1.4.1.2011.10.2.133.1.1.2.9
Indicates the cause of 'failure' state of the object 'h3cIssuOpStatus'. This object would be a null string if the value of 'h3cIssuOpStatus' is not 'failure'. The value will be updated when new h3cIssuOp is set and delivered to the upgrade process.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

h3cIssuLastOpTimeCompleted 1.3.6.1.4.1.2011.10.2.133.1.1.2.10
Indicates the previous h3cIssuOpTimeCompleted value. The value will be updated when new h3cIssuOp is set and delivered to the upgrade process.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

h3cIssuUpgradeResultGroup 1.3.6.1.4.1.2011.10.2.133.1.2
OBJECT IDENTIFIER    

h3cIssuCompatibleResult 1.3.6.1.4.1.2011.10.2.133.1.2.1
OBJECT IDENTIFIER    

h3cIssuCompatibleResultStatus 1.3.6.1.4.1.2011.10.2.133.1.2.1.1
Specifies whether the images provided in h3cIssuUpgradeImageTable are compatible with each other as far as this module is concerned. none - No operation was performed. inCompatible - The images provided are compatible and can be run on this module. compatible - The images provided are incompatible and can be run on this module. failure - Failed to get the compatibility.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), inCompatible(2), compatible(3), failure(4)  

h3cIssuCompatibleResultFailedReason 1.3.6.1.4.1.2011.10.2.133.1.2.1.2
Indicates the cause of 'failure' state of the object 'h3cIssuCompatibleResultStatus'. This object would be a null string if the value of 'h3cIssuCompatibleResultStatus' is not 'failure'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

h3cIssuTestResultTable 1.3.6.1.4.1.2011.10.2.133.1.2.2
Shows the result of the test operation, from which you can see the upgrade method.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cIssuTestResultEntry

h3cIssuTestResultEntry 1.3.6.1.4.1.2011.10.2.133.1.2.2.1
An h3cIssuTestResultEntry entry. Each entry provides the test result of a card in the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cIssuTestResultEntry  

h3cIssuTestResultIndex 1.3.6.1.4.1.2011.10.2.133.1.2.2.1.1
Internal index, not accessible.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

h3cIssuTestDeviceChassisID 1.3.6.1.4.1.2011.10.2.133.1.2.2.1.2
Chassis ID of the card.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

h3cIssuTestDeviceSlotID 1.3.6.1.4.1.2011.10.2.133.1.2.2.1.3
Slot ID of the card.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

h3cIssuTestDeviceCpuID 1.3.6.1.4.1.2011.10.2.133.1.2.2.1.4
CPU ID of the card.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..7  

h3cIssuTestDeviceUpgradeWay 1.3.6.1.4.1.2011.10.2.133.1.2.2.1.5
Upgrade method of the device. none - No operation was performed. reboot - The upgrade method of this device is Reboot. sequenceReboot - The upgrade method of this device is SequenceReboot. issuReboot - The upgrade method of this device is IssuReboot. serviceUpgrade - The upgrade method of this device is ServiceReboot. fileUpgrade - The upgrade method of this device is FileReboot. incompatibleUpgrade - The upgrade method of this device is IncompatibleUpgrade.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), reboot(2), sequenceReboot(3), issuReboot(4), serviceUpgrade(5), fileUpgrade(6), incompatibleUpgrade(7)  

h3cIssuUpgradeResultTable 1.3.6.1.4.1.2011.10.2.133.1.2.3
Shows the result of the install operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cIssuUpgradeResultEntry

h3cIssuUpgradeResultEntry 1.3.6.1.4.1.2011.10.2.133.1.2.3.1
An h3cIssuUpgradeResultEntry entry. Each entry provides the upgrade result of a card in the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cIssuUpgradeResultEntry  

h3cIssuUpgradeResultIndex 1.3.6.1.4.1.2011.10.2.133.1.2.3.1.1
Internal Index, not accessible.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

h3cIssuUpgradeDeviceChassisID 1.3.6.1.4.1.2011.10.2.133.1.2.3.1.2
Chassis ID of the card.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

h3cIssuUpgradeDeviceSlotID 1.3.6.1.4.1.2011.10.2.133.1.2.3.1.3
Slot ID of the card.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

h3cIssuUpgradeDeviceCpuID 1.3.6.1.4.1.2011.10.2.133.1.2.3.1.4
CPU ID of the card.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..7  

h3cIssuUpgradeState 1.3.6.1.4.1.2011.10.2.133.1.2.3.1.5
Upgrade status of the device. init -The current status of the device is Init. loading -The current status of the device is Loading. loaded -The current status of the device is Loaded. switching -The current status of the device is Switching. switchover -The current status of the device is Switchover. committing -The current status of the device is Committing. committed -The current status of the device is Committed. rollbacking -The current status of the device is Rollbacking. rollbacked -The current status of the device is Rollbacked.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER init(1), loading(2), loaded(3), switching(4), switchover(5), committing(6), committed(7), rollbacking(8), rollbacked(9)  

h3cIssuDeviceUpgradeWay 1.3.6.1.4.1.2011.10.2.133.1.2.3.1.6
Upgrade method of the card. none - No operation was performed. reboot - The upgrade method of this device is Reboot. sequenceReboot - The upgrade method of this device is SequenceReboot. issuReboot - The upgrade method of this device is IssuReboot. serviceUpgrade - The upgrade method of this device is ServiceReboot. fileUpgrade - The upgrade method of this device is FileReboot. incompatibleUpgrade - The upgrade method of this device is IncompatibleUpgrade.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), reboot(2), sequenceReboot(3), issuReboot(4), serviceUpgrade(5), fileUpgrade(6), incompatibleUpgrade(7)  

h3cIssuUpgradeDeviceStatus 1.3.6.1.4.1.2011.10.2.133.1.2.3.1.7
Upgrade status of the device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER waitingUpgrade(1), inProcess(2), success(3), failure(4)  

h3cIssuUpgradeFailedReason 1.3.6.1.4.1.2011.10.2.133.1.2.3.1.8
Indicates the cause of 'failure' state of the object 'h3cIssuUpgradeDeviceStatus'. This object would be a null string if the value of 'h3cIssuCompatibleResultStatus' is not 'failure'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

h3cIssuUpgradeNotify 1.3.6.1.4.1.2011.10.2.133.2
OBJECT IDENTIFIER    

h3cIssuUpgradeTrapPrefix 1.3.6.1.4.1.2011.10.2.133.2.0
OBJECT IDENTIFIER    

h3cIssuUpgradeOpCompletionNotify 1.3.6.1.4.1.2011.10.2.133.2.0.1
An h3cIssuUpgradeOpCompletionNotify is sent at the completion of upgrade operation denoted by h3cIssuOp object, if such a notification was requested when the operation was initiated. h3cIssuOpType indicates the type of the operation. h3cIssuOpStatus indicates the result of the operation. h3cIssuFailedReason indicates the operation failure reason. h3cIssuOpTimeCompleted indicates the time when the operation was completed.
Status: current Access: read-only
NOTIFICATION-TYPE