RAISECOM-UPGRADE-MANAGEMENT-MIB: View SNMP OID List / Download MIB

VENDOR: BEIJING RAISECOM SCIENTIFIC N TECHNOLOGY DEV.


 Home MIB: RAISECOM-UPGRADE-MANAGEMENT-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
 raisecomOnlineUpgradeGroup 1.3.6.1.4.1.8886.1.2.3
     raisecomOnlineUpgradeMibObjects 1.3.6.1.4.1.8886.1.2.3.1
         raisecomOnlineUpgradeMib 1.3.6.1.4.1.8886.1.2.3.1.1
             raisecomOnlineUpgradeNextIndex 1.3.6.1.4.1.8886.1.2.3.1.1.1
Object which specifies a unique entry in the raisecomOnlineUpgradeTable. A management station wishing to initiate a Upgrade operation should use a random value for this object when creating or modifying an instance of a raisecomOnlineUpgradeEntry. The RowStatus semantics of the raisecomOnlineUpgradeEntryRowStatus object will prevent access conflicts.
             raisecomOnlineUpgradeTable 1.3.6.1.4.1.8886.1.2.3.1.1.2
A table of Upgrade requests.
                 raisecomOnlineUpgradeEntry 1.3.6.1.4.1.8886.1.2.3.1.1.2.1
A Upgrade request. A management station wishing to create an entry should first generate a random serial number to be used as the index to this sparse table. The station should then create the associated instance of the row status and row index objects. It must also, either in the same or in successive PDUs, create an instance of raisecomOnlineUpgradeSourceFileType or raisecomOnlineUpgradeDestFileType.Both of them must be the file type (i.e. startupConfig/runningconfig or image or others). If the file type is a startupConfig/runningconfig or image, a valid raisecomOnlineUpgradeServerAddress and raisecomOnlineUpgradeFileName must be created as well. If the file types is other type which represents a local file, only a valid fileName needs to be created as an extra parameter. It should also modify the default values for the other configuration objects if the defaults are not appropriate. Once the appropriate instance of all the configuration objects have been created, either by an explicit SNMP set request or by default, the row status should be set to active to initiate the request. Note that this entire procedure may be initiated via a single set request which specifies a row status of createAndGo as well as specifies valid values for the non-defaulted configuration objects. Once the Upgrade request has been created (i.e. the raisecomOnlineUpgradeEntryRowStatus has been made active), the entry cannot be modified - the only operation possible after this is to delete the row. Once the request completes, the management station should retrieve the values of the status objects of interest, and should then delete the entry. In order to prevent old entries from clogging the table, entries will be aged out, but an entry will never be deleted within 5 minutes of completing.
                     raisecomOnlineUpgradeIndex 1.3.6.1.4.1.8886.1.2.3.1.1.2.1.1
Object which specifies a unique entry in the raisecomOnlineUpgradeTable. A management station wishing to initiate a Upgrade operation should use a random value for this object when creating or modifying an instance of a raisecomOnlineUpgradeEntry. The RowStatus semantics of the raisecomOnlineUpgradeEntryRowStatus object will prevent access conflicts.
                     raisecomOnlineUpgradeProtocol 1.3.6.1.4.1.8886.1.2.3.1.1.2.1.2
The protocol to be used for any Upgrade process. Will default to tftp if not specified. If the Upgrade operation occurs locally on the SNMP agent, this object may be ignored by the implementation.
                     raisecomOnlineUpgradeSourceFileType 1.3.6.1.4.1.8886.1.2.3.1.1.2.1.3
specifies the type of file to upgrade from. Either the raisecomOnlineUpgradeSourceFileType or the raisecomOnlineUpgradeDestFileType must be the type of image or startupConfig/runningconfig. If the file type is image or startupConfig/runningconfig , the raisecomOnlineUpgradeServerAddress and raisecomOnlineUpgradeFileName must also be created, and these 3 objects together (raisecomOnlineUpgradeSourceFileType, raisecomOnlineUpgradeServerAddress, raisecomOnlineUpgradeFileName) will uniquely identify the source file. If the raisecomOnlineUpgradeSourceFileType is other type, the raisecomOnlineUpgradeFileName must also be created, and the 2 objects together (raisecomOnlineUpgradeSourceFileType, raisecomOnlineUpgradeFileName) will uniquely identify the source file.
                     raisecomOnlineUpgradeDestFileType 1.3.6.1.4.1.8886.1.2.3.1.1.2.1.4
specifies the type of file to upgrade to. Either the raisecomOnlineUpgradeSourceFileType or the raisecomOnlineUpgradeDestFileType must be the type of image or startupConfig/runningconfig. If the file type is image or startupConfig/runningconfig , the raisecomOnlineUpgradeServerAddress and raisecomOnlineUpgradeFileName must also be created, and these 3 objects together (raisecomOnlineUpgradeDestFileType, raisecomOnlineUpgradeServerAddress, raisecomOnlineUpgradeFileName) will uniquely identify the destination file. If the raisecomOnlineUpgradeDestFileType is other type, the raisecomOnlineUpgradeFileName must also be created, and the 2 objects together (raisecomOnlineUpgradeDestFileType, raisecomOnlineUpgradeFileName) will uniquely identify the destination file.
                     raisecomOnlineUpgradeServerAddress 1.3.6.1.4.1.8886.1.2.3.1.1.2.1.5
The ip address of the tftp or ftp server from (or to) which to copy the file. This object must be created when either the raisecomOnlineUpgradeSourceFileType or raisecomOnlineUpgradeDestFileType has the value of image or startupconfig/runningconfig. Values of 0.0.0.0 or FF.FF.FF.FF for raisecomOnlineUpgradeServerAddress are not allowed.
                     raisecomOnlineUpgradeFileName 1.3.6.1.4.1.8886.1.2.3.1.1.2.1.6
The file name (including the path, if applicable) of the file. This object must be created when either the raisecomOnlineUpgradeSourceFileType or raisecomOnlineUpgradeDestFileType has the value image or startupconfig/runningconfig or others.
                     raisecomOnlineUpgradeUserName 1.3.6.1.4.1.8886.1.2.3.1.1.2.1.7
Remote user name for copy via ftp protocol. Optional. This object must be created when the raisecomOnlineUpgradeProtocol is ftp. The remote user-name is sent as the server user-name in an ftp command request sent by the system to a remote ftp server.
                     raisecomOnlineUpgradeUserPassword 1.3.6.1.4.1.8886.1.2.3.1.1.2.1.8
Password used by ftp for copying a file to/from an ftp server. This object must be created when the raisecomOnlineUpgradeProtocol is ftp . Reading it returns a zero-length string for security reasons.
                     raisecomOnlineUpgradeNotificationOnCompletion 1.3.6.1.4.1.8886.1.2.3.1.1.2.1.9
Specifies whether or not a raisecomOnlineUpgradeCompletion notification should be issued on completion of the ftp or 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.
                     raisecomOnlineUpgradeState 1.3.6.1.4.1.8886.1.2.3.1.1.2.1.10
Specifies the state of this Upgrade request. This value of this object is instantiated only after the row has been instantiated, i.e. after the raisecomOnlineUpgradeEntryRowStatus has been made active.
                     raisecomOnlineUpgradeSizetoprocess 1.3.6.1.4.1.8886.1.2.3.1.1.2.1.11
Specifies the Size of the specific source file .
                     raisecomOnlineUpgradeCompletedSize 1.3.6.1.4.1.8886.1.2.3.1.1.2.1.12
Specifies the Size of the specific source file that has been processed.
                     raisecomOnlineUpgradeFailCause 1.3.6.1.4.1.8886.1.2.3.1.1.2.1.13
The reason why the Upgrade operation failed. This object is instantiated only when the raisecomOnlineUpgradeState for this entry is in the failed state.
                     raisecomOnlineUpgradeEntryRowStatus 1.3.6.1.4.1.8886.1.2.3.1.1.2.1.14
The status of this table entry. Once the entry status is set to active, the associated entry cannot be modified until the request completes ( raisecomOnlineUpgradeState transitions to successful or failed state).
                     raisecomOnlineUpgradeLocalFileName 1.3.6.1.4.1.8886.1.2.3.1.1.2.1.15
Name of file on local device to be upgraded. If upload, its the name of file to be uploaded, otherwise the name of file to be saved.
                     raisecomOnlineUpgradeReserveDevCfg 1.3.6.1.4.1.8886.1.2.3.1.1.2.1.16
Reserve device config, including hostname, ip address, default gateway, when down load starup config.
                     raisecomOnlineUpgradeIpver 1.3.6.1.4.1.8886.1.2.3.1.1.2.1.17
Ip version of upgrade used
                     raisecomOnlineUpgradeServerIpv6Addr 1.3.6.1.4.1.8886.1.2.3.1.1.2.1.18
The IPv6 address of server
             raisecomOnlineUpgradeMemFileClean 1.3.6.1.4.1.8886.1.2.3.1.1.3
This object instructs the management entity to delete current memory file. A management station wishing to download file or upload a remote file from remote to device as memory file should firstly set this object to delete the current memory file.
     raisecomOnlineUpgradeMibTraps 1.3.6.1.4.1.8886.1.2.3.2
         raisecomOnlineUpgradeCompletion 1.3.6.1.4.1.8886.1.2.3.2.1
A raisecomOnlineUpgradeCompletion trap is sent at the completion of a Upgrade request. The raisecomOnlineUpgradeFailCause is not instantiated, and hence not included in a trap, when the raisecomOnlineUpgradeState is success.