WWP-LEOS-SW-XGRADE-MIB

File: WWP-LEOS-SW-XGRADE-MIB.mib (35509 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IANA-ADDRESS-FAMILY-NUMBERS-MIB
WWP-SMI

Imported symbols

OBJECT-TYPE NOTIFICATION-TYPE MODULE-IDENTITY
DisplayString TruthValue TEXTUAL-CONVENTION
AddressFamilyNumbers wwpModulesLeos

Defined Types

SwDownloadState  
The state of a package download operation. The description of each state is given below: idle: No package download operation is in place. downloading: this state signifies that the package is being downloaded from the TFTP server. downloadComplete: the state when a package download is successfully completed. downloadFailed: the package download was unsuccessful.
TEXTUAL-CONVENTION    
  INTEGER idle(1), downloading(2), downloadComplete(3), downloadFailed(4)  

SwDownloadFailCause  
The reason a package download or Xgrade request failed.
TEXTUAL-CONVENTION    
  INTEGER downloadSuccess(0), invalidPkgFile(1), couldNotGetFile(2), tftpServerNotFound(3), cmdFileParseError(4), internalFilesystemError(5), flashOffline(6), noStatus(7), badFileCrc(8), alreadyUpgradeMode(9), unknownError(10)  

SwXgradeOp  
The possible options for upgrading the software. The description of each option is given below: none: No upgrade option is selected. install: This option will install the software on the specified blade, if the software is not currently installed there. inServiceActivate : This option will activate any new software installed on the specified blade (or all the blades) only if the installation is not service affecting. The option will fail if the blade cannot be activated without affecting service. serviceAffectingActivate : This option will activate any new software installed on the specified blade. It will attempt to do so without affecting service, but will override if necessary. inServiceXgrade: This option will Xgrade the specified blade without affecting the services. If inServiceXgrade is not possible for the blade, then setting this option will result in Error and a service affecting report will be generated. serviceAffectingXgrade: This option will Xgrade the specified blade with minimum service affecting downtime. servAffectingXgradeReport: This option will generate a service affecting report for a blade to go to the specified package. Report file will be stored in local flash at following location (/flash0/software/xgrade-sequence.txt) servNonAffectingXgradeReport: This option will generate a service non affecting report for a blade to go to the specified package. Report file will be stored in local flash at following location (/flash0/software/xgrade-sequence.txt)
TEXTUAL-CONVENTION    
  INTEGER none(0), install(1), inServiceActivate(2), serviceAffectingActivate(3), inServiceXgrade(4), serviceAffectingXgrade(5), servAffectingXgradeReport(6), servNonAffectingXgradeReport(7), download(8), cancelDownload(9)  

WwpLeosSwXgradeBladeEntry  
SEQUENCE    
  wwpLeosSwXgradeBladeId INTEGER
  wwpLeosSwXgradePackage DisplayString
  wwpLeosSwXgradeOp INTEGER
  wwpLeosSwXgradeTftpAddrType AddressFamilyNumbers
  wwpLeosSwXgradeTftpAddr DisplayString
  wwpLeosSwXgradeOpActivate TruthValue
  wwpLeosSwXgradeOpStatus INTEGER
  wwpLeosSwXgradePackagePath DisplayString
  wwpLeosSwXgradeTransferMode INTEGER
  wwpLeosSwXgradeLoginId DisplayString
  wwpLeosSwXgradePassword DisplayString
  wwpLeosSwXgradeSecret DisplayString

WwpLeosBladePackageInfoEntry  
SEQUENCE    
  wwpLeosBladeInstPackageVer OCTET STRING
  wwpLeosBladeRunPackageVer OCTET STRING
  wwpLeosBladeDnldPackageVer OCTET STRING
  wwpLeosBladeInstPackageRlsStatus OCTET STRING

Defined Values

wwpLeosSwXgradeMIB 1.3.6.1.4.1.6141.2.60.10
The MIB module for downloading and installing packages.
MODULE-IDENTITY    

wwpLeosSwXgradeMIBObjects 1.3.6.1.4.1.6141.2.60.10.1
OBJECT IDENTIFIER    

wwpLeosSwXgrade 1.3.6.1.4.1.6141.2.60.10.1.1
OBJECT IDENTIFIER    

wwpLeosSwXgradeMIBNotificationPrefix 1.3.6.1.4.1.6141.2.60.10.2
OBJECT IDENTIFIER    

wwpLeosSwXgradeMIBNotifications 1.3.6.1.4.1.6141.2.60.10.2.0
OBJECT IDENTIFIER    

wwpLeosSwXgradeMIBConformance 1.3.6.1.4.1.6141.2.60.10.3
OBJECT IDENTIFIER    

wwpLeosSwXgradeMIBCompliances 1.3.6.1.4.1.6141.2.60.10.3.1
OBJECT IDENTIFIER    

wwpLeosSwXgradeMIBGroups 1.3.6.1.4.1.6141.2.60.10.3.2
OBJECT IDENTIFIER    

wwpLeosSwDownload 1.3.6.1.4.1.6141.2.60.10.1.1.1
OBJECT IDENTIFIER    

wwpLeosSwDownloadServerAddrType 1.3.6.1.4.1.6141.2.60.10.1.1.1.1
Specifies the wwpLeosSwDownloadServerAddr type. It can be set to 1 for IPV4 type addresses or can be set to 16 for host name. This MIB object is not supported. Any operation on this MIB object will fail!!!
Status: deprecated Access: read-write
OBJECT-TYPE    
  AddressFamilyNumbers  

wwpLeosSwDownloadServerAddr 1.3.6.1.4.1.6141.2.60.10.1.1.1.2
The ip address of the TFTP server or the host name from which the software package should be downloaded. Address must be a unicast address or host name that is reachable from the agent and no firewalls/acls preventing TFTP datagrams from being transferred. This MIB object is not supported. Any operation on this MIB object will fail!!!
Status: deprecated Access: read-write
OBJECT-TYPE    
  DisplayString  

wwpLeosSwDownloadPackageName 1.3.6.1.4.1.6141.2.60.10.1.1.1.3
The package name (including the path, if applicable) to be retrieved from the TFTP server. Length of package string must not exceed 128 alpha-numeric characters, no spaces in filenames. This MIB object is not supported. Any operation on this MIB object will fail!!!
Status: deprecated Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..128)  

wwpLeosSwDownLoadActivate 1.3.6.1.4.1.6141.2.60.10.1.1.1.4
Activate the software download operation with a value of True(1). The object will return to 'false' once the software download is completed. Poll wwpLeosSwDownloadStatus for current status. Default value is False. WwpSwDownLoadServerAddr and wwpLeosSwDownloadPackageName must be valid prior to setting this object to True. The management station will not be able to set this object to 'true' if the package name does not follow the correct syntax (i.e. wwp/cmd/pmf-1.0.gz). This MIB object is not supported. Any operation on this MIB object will fail!!!
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpLeosSwDownloadNotifOnCompletion 1.3.6.1.4.1.6141.2.60.10.1.1.1.5
Specifies whether or not a wwpLeosSwDownloadCompletion notification should be issued on completion of the TFTP transfer. If such a notification is desired, it is the responsibility of the management entity to ensure that the SNMP administrative model is configured in such a way as to allow the notification to be delivered. This MIB object is not supported. Any operation on this MIB object will fail!!!
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpLeosSwDownloadStatus 1.3.6.1.4.1.6141.2.60.10.1.1.1.6
Specifies the state of this package download request. If no package download request is being processed, then the wwpLeosSwDownloadStatus should be 'idle'. This MIB object is not supported. Any operation on this MIB object will fail!!!
Status: deprecated Access: read-only
OBJECT-TYPE    
  SwDownloadState  

wwpLeosSwDownloadFailCause 1.3.6.1.4.1.6141.2.60.10.1.1.1.7
The reason why the software download operation failed. If no software download transfer request is being processed, then the wwpLeosSwDownloadFailCause should be 'noStatus'. This MIB object is not supported. Any operation on this MIB object will fail!!!
Status: deprecated Access: read-only
OBJECT-TYPE    
  SwDownloadFailCause  

wwpLeosSwDownloadNotificationInfo 1.3.6.1.4.1.6141.2.60.10.1.1.1.8
The string explaining the error code in detail or the additional info for the software download completion. This MIB object is not supported. Any operation on this MIB object will fail!!!
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..127)  

wwpLeosSwXgradeBladeTable 1.3.6.1.4.1.6141.2.60.10.1.1.2
The (conceptual) table applies for all the blades.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosSwXgradeBladeEntry

wwpLeosSwXgradeBladeEntry 1.3.6.1.4.1.6141.2.60.10.1.1.2.1
An entry (conceptual row) in the wwpLeosSwXgradeTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosSwXgradeBladeEntry  

wwpLeosSwXgradeBladeId 1.3.6.1.4.1.6141.2.60.10.1.1.2.1.1
The object indicates the unique id for the blade. The id zero is reserved for chassis and the corresponding Xgrade entry will be applied to all the blades.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

wwpLeosSwXgradePackage 1.3.6.1.4.1.6141.2.60.10.1.1.2.1.2
The package name to be Xgraded.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..128)  

wwpLeosSwXgradeOp 1.3.6.1.4.1.6141.2.60.10.1.1.2.1.3
The Xgrade operation to be performed on the specified blade. Following option can be set. none: No upgrade option is selected. install: This option will install the software on the specified blade, if the software is not currently installed there. inServiceActivate : This option will activate any new software installed on the specified blade (or all the blades) only if the installation is not service affecting. The option will fail if the blade cannot be activated without affecting service. serviceAffectingActivate : This option will activate any new software installed on the specified blade. It will attempt to do so without affecting service, but will override if necessary. inServiceXgrade: This option will Xgrade the specified blade without affecting the services. If inServiceXgrade is not possible for the blade, then setting this option will result in Error and a service affecting report will be generated. serviceAffectingXgrade: This option will Xgrade the specified blade with minimum service affecting downtime. servAffectingXgradeReport: This option will generate a service affecting report for a blade to go to the specified package. Report file will be stored in local flash at following location (/flash0/software/xgrade-sequence.txt) servNonAffectingXgradeReport: This option will generate a service non affecting report for a blade to go to the specified package. Report file will be stored in local flash at following location (/flash0/software/xgrade-sequence.txt)
Status: current Access: read-write
OBJECT-TYPE    
  SwXgradeOp  

wwpLeosSwXgradeTftpAddrType 1.3.6.1.4.1.6141.2.60.10.1.1.2.1.4
Specifies the wwpLeosSwXgradeTftpAddr type. It can be set to 1 for IPV4 type addresses or can be set to 16 for host name.
Status: current Access: read-write
OBJECT-TYPE    
  AddressFamilyNumbers  

wwpLeosSwXgradeTftpAddr 1.3.6.1.4.1.6141.2.60.10.1.1.2.1.5
The ip address of the TFTP server or the host name from which the software package should be downloaded. This is optional. Address must be a unicast address or host name that is reachable from the agent and no firewalls/acls preventing TFTP datagrams from being transferred.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

wwpLeosSwXgradeOpActivate 1.3.6.1.4.1.6141.2.60.10.1.1.2.1.6
Setting this object to 'true' will activate the Xgrade operation for the blade.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpLeosSwXgradeOpStatus 1.3.6.1.4.1.6141.2.60.10.1.1.2.1.7
Display the result of the wwpLeosSwXgradeOpActivate.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), processing(2), success(3), failure(4)  

wwpLeosSwXgradePackagePath 1.3.6.1.4.1.6141.2.60.10.1.1.2.1.8
Specifies the path for the package. If this object is set, then device will prepend the package name specified by wwpLeosSwXgradePackage object with wwpLeosSwXgradePackagePath. To reset this object set it to 0
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

wwpLeosSwXgradeTransferMode 1.3.6.1.4.1.6141.2.60.10.1.1.2.1.9
The type of server to use.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tftp(1), ftp(2), sftp(3), defaultTftp(4), defaultFtp(5), defaultSftp(6), default(7)  

wwpLeosSwXgradeLoginId 1.3.6.1.4.1.6141.2.60.10.1.1.2.1.10
The username to use for xftp downloads.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

wwpLeosSwXgradePassword 1.3.6.1.4.1.6141.2.60.10.1.1.2.1.11
The password to use for xftp downloads.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..128)  

wwpLeosSwXgradeSecret 1.3.6.1.4.1.6141.2.60.10.1.1.2.1.12
The secret to use for xftp downloads.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..256)  

wwpLeosBladePackageInfoTable 1.3.6.1.4.1.6141.2.60.10.1.1.3
The (conceptual) table applies for all the blades.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosBladePackageInfoEntry

wwpLeosBladePackageInfoEntry 1.3.6.1.4.1.6141.2.60.10.1.1.3.1
An entry (conceptual row) in the wwpLeosSwXgradeTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosBladePackageInfoEntry  

wwpLeosBladeInstPackageVer 1.3.6.1.4.1.6141.2.60.10.1.1.3.1.1
This displays the installed package version of the blade.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

wwpLeosBladeRunPackageVer 1.3.6.1.4.1.6141.2.60.10.1.1.3.1.2
This displays the running package version of the blade.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

wwpLeosBladeDnldPackageVer 1.3.6.1.4.1.6141.2.60.10.1.1.3.1.3
This displays the downloaded package version on the blade.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

wwpLeosBladeInstPackageRlsStatus 1.3.6.1.4.1.6141.2.60.10.1.1.3.1.4
This displays the running release status of the blade.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

wwpLeosSwXgradeGlobalAttrs 1.3.6.1.4.1.6141.2.60.10.1.1.4
OBJECT IDENTIFIER    

wwpLeosSwMIBVersion 1.3.6.1.4.1.6141.2.60.10.1.1.4.1
This MIB object shows the MIB version currently supported by the device.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wwpLeosSwXgradeDestPath 1.3.6.1.4.1.6141.2.60.10.1.1.4.2
This object can be used to specify the destination path where file is transferred to from the TFTP server. Length of destination string must not exceed 128 alpha-numeric characters, no spaces in filenames.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

wwpLeosSwXgradePackagePathName 1.3.6.1.4.1.6141.2.60.10.1.1.4.3
This object can be used to specify the path for the package to be retrieved from the TFTP server. Length of package path string must not exceed 128 alpha-numeric characters, no spaces in filenames.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

wwpLeosSwXgradeTftpServer 1.3.6.1.4.1.6141.2.60.10.1.1.4.4
The dotted IP address of the TFTP server or the host name from which the software package should be downloaded. This is optional. The default TFTP server will be used if this object is set to empty string. Address must be a unicast address or host name that is reachable from the agent and no firewalls/acls preventing TFTP datagrams from being transferred.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

wwpLeosSwXgradeRevertTimeout 1.3.6.1.4.1.6141.2.60.10.1.1.4.5
The value in seconds that the system will revert to previous software package if the protect operation is not issued follows the activate operation. Value of 0 implies the system will not revert automatically and it will remain in the unprotected state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

wwpLeosSwXgradeBootOrder 1.3.6.1.4.1.6141.2.60.10.1.1.4.6
Set system boot order.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER localFlash(1), localFlashThenCompactFlash(2), compactFlashThenLocalFlash(3), unknown(4)  

wwpLeosSwXgradeOptype 1.3.6.1.4.1.6141.2.60.10.1.1.25
The possible operations upgrading the software. The description of each option is given below: none : No upgrade operation is selected. download : This operation to initiate the file transfer of software package from TFTP server specified by wwpLeosTceSwXgradePackagePath to wwpLeosTceSwXgradeDestPath. The default TFTP server will be used for file transfer if the wwpLeosTceSwXgradeTftpServer is set to empty string. install : This operation to install the software to the standby CM (if present) and all line cards. The image files are either stored in the TFTP server specified by wwpLeosTceSwXgradePackagePath and wwpLeosTceSwXgradeTftpServer or the compact flash of the active CM. activate : This operation to activate any new software installed on all the blades. the system will automatically revert to the previous software package if a protect operation is not set within a time period specified by wwpLeosTceSwXgradeRevertTimeout. If no time period is specified (wwpLeosTceSwXgradeRevertTimeout value 0) then the system will not revert automatically and it will remain in the unprotected state indefinitely. WARNING: Activating software requires a system restart. protect : This operation to protect a new software package. If the protect operation is not entered before the protect timeout is reached specified by wwpLeosTceSwXgradeRevertTimeout, the system will automatically revert to the previous software package. revert : This operation to revert to the previous software package. validate : This operation to validate the software package at the location specified by the wwpLeosTceSwXgradePackagePath. Setting the wwpLeosTceSwXgradePackagePath to empty string will validate the installed software. run : This operation refers to the downloading, parsing, and executing of a specified command file as initiated through CLI, DHCP or the file transfer MIB module. This is used in appropriate notifications to report completion of such event. An error will be returned when this object is attempted to be set to this value using an SNMP set-request.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), download(1), install(2), activate(3), protect(4), revert(5), validate(6), run(7)  

wwpLeosSwXgradeStatus 1.3.6.1.4.1.6141.2.60.10.1.1.30
Display the result of the last wwpLeosTceSwXgradeOp.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER success(1), failed(2), unknown(3), processing(4), invalidCfgRule(5), invalidFileName(6), fileSystemError(7), cannotResolveHostName(8), tftpClientTimeout(9), tftpServerError(10), tftpBadTag(11), tftpBadValue(12), networkError(13), platformTypeNotSupported(14), swMgrBusy(15), needBackupSw(16), internalError(17), fileNotExist(18), missingAttribute(19), invalidXgradeOp(20), noDefaultTftpConfigured(21)  

wwpLeosSwDownloadCompletion 1.3.6.1.4.1.6141.2.60.10.2.0.1
A wwpLeosSwDownloadCompletion notification is sent at the completion of a software download request.
Status: current Access: read-only
NOTIFICATION-TYPE    

wwpLeosSwXgradeOpCompletion 1.3.6.1.4.1.6141.2.60.10.2.0.2
A wwpLeosSwXgradeOpCompletion notification is sent at the completion of a install/activate/Xgrade request.
Status: current Access: read-only
NOTIFICATION-TYPE    

wwpLeosSwXgradeBladePkgIncorrect 1.3.6.1.4.1.6141.2.60.10.2.0.3
A wwpLeosSwXgradeBladePkgIncorrect notification is sent if device recognizes that it is running incorrect software version.
Status: current Access: read-only
NOTIFICATION-TYPE    

wwpLeosSwXgradeCompletion 1.3.6.1.4.1.6141.2.60.10.2.0.4
A wwpLeosTceSwXgradeCompletion notification is sent at the completion of a wwpLeosTceSwXgradeOp (download/install/ activate/... etc).
Status: current Access: read-only
NOTIFICATION-TYPE