CIENA-CES-SW-XGRADE-MIB: View SNMP OID List / Download MIB

VENDOR: CIENA CORPORATION


 Home MIB: CIENA-CES-SW-XGRADE-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 cienaCesSwXgradeMIB 1.3.6.1.4.1.1271.2.1.13
This module defines the software xgrade related notifications.
       cienaCesSwXgradeMIBObjects 1.3.6.1.4.1.1271.2.1.13.1
           cienaCesSwXgrade 1.3.6.1.4.1.1271.2.1.13.1.1
               cienaCesSwXgradeGracefulUpgrade 1.3.6.1.4.1.1271.2.1.13.1.1.1 truthvalue no-access
This object specifies whether a graceful upgrade was issued. Returns True(1) if a graceful upgrade was issued. False(2) otherwise.
               cienaCesSwXgradeOp 1.3.6.1.4.1.1271.2.1.13.1.1.2 integer no-access
The possible operations for upgrading the software, including: none: No upgrade operation is selected. download: This operation is to initiate the file transfer of the software package from the TFTP server specified by cienaCesSwXgradePackagePath to cienaCesSwXgradeDestPath. The default TFTP server is used for file transfer if the cienaCesSwXgradeTftpServer is set to an empty string. install: This operation is to install the software to the standby CTM (if present) and all line modules. The image files are either stored in the TFTP server specified by cienaCesSwXgradePackagePath and cienaCesSwXgradeTftpServer or in the compact flash of the active CTM. activate: This operation is to activate any new software installed on all the modules. The system automatically reverts to the previous software package if a protect operation is not set within a time period specified by cienaCesSwXgradeRevertTimeout. If no time period is specified (cienaCesSwXgradeRevertTimeout value 0), then the system does not revert automatically and remains in the unprotected state indefinitely. WARNING: Activating software requires a system restart. protect: This operation protects a new software package. If the protect operation is not entered before the protect timeout is reached (specified by cienaCesSwXgradeReverTimeout), the system automatically reverts to the previous software package. revert: This operation reverts to the previous software package. validate: This operation validates the software package at the location specified by the cienaCesSwXgradePackagePath. Setting the cienaCesSwXgradePackagePath to an empty string validates 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 the completion of such event. An error is returned when this object is attempted to be set to this value using an SNMP set-request. remove: This operation is to remove an installed software package from the CTMs and all line modules. Enumeration: 'none': 0, 'activate': 3, 'run': 8, 'configure': 7, 'revert': 6, 'protect': 4, 'remove': 9, 'install': 2, 'download': 1, 'validate': 5.
               cienaCesSwXgradeStatus 1.3.6.1.4.1.1271.2.1.13.1.1.3 integer no-access
Display the result of the last cienaCesSwXgradeOp. Enumeration: 'fileSystemError': 7, 'noDefaultTftpConfigured': 21, 'tftpServerError': 10, 'tftpBadValue': 12, 'invalidCfgRule': 5, 'tftpBadTag': 11, 'platformTypeNotSupported': 14, 'unknown': 3, 'networkError': 13, 'invalidFileName': 6, 'missingAttribute': 19, 'failed': 2, 'fileNotExist': 18, 'invalidXgradeOp': 20, 'processing': 4, 'tftpClientTimeout': 9, 'needBackupSw': 16, 'swMgrBusy': 15, 'success': 1, 'internalError': 17, 'completedWithFailures': 22, 'cannotResolveHostName': 8.
       cienaCesSwXgradeMIBConformance 1.3.6.1.4.1.1271.2.1.13.3
           cienaCesSwXgradeMIBCompliances 1.3.6.1.4.1.1271.2.1.13.3.1
           cienaCesSwXgradeMIBGroups 1.3.6.1.4.1.1271.2.1.13.3.2
 cienaCesSwXgradeMIBNotificationPrefix 1.3.6.1.4.1.1271.2.2.13
       cienaCesSwXgradeMIBNotifications 1.3.6.1.4.1.1271.2.2.13.0
           cienaCesSwXgradeCompletion 1.3.6.1.4.1.1271.2.2.13.0.1
A cienaCesSwXgradeCompletion notification is sent at the completion of a cienaCesSwXgradeOp (download/install/activate/ ... etc). To enable the device to send this trap, cienaCesSwXgradeCompletionTrapState must be set to enabled. The cienaCesSwXgradeCompletionTrapState is enabled by default. Variable bindings include: cienaGlobalSeverity, cienaGlobalMacAddress, cienaCesSwXgradeOp, cienaCesSwXgradeStatus, and cienaCesSwXgradeGracefulUpgrade.