CISCO-SIBU-FLASH-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-SIBU-FLASH-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
 ciscoSibuFlashMIB 1.3.6.1.4.1.9.10.45
The MIB module that provides a simple mechanism to support firmware upgrade on Cisco low end devices.
       ciscoSibuFlashMIBObjects 1.3.6.1.4.1.9.10.45.1
           csfUpgrade 1.3.6.1.4.1.9.10.45.1.1
               csfUpgradeFirmwareVersion 1.3.6.1.4.1.9.10.45.1.1.1 displaystring read-only
Returns the version number of the device system firmware residing in flash. The string has a 'V1.2.3' format.
               csfUpgradeFlashSize 1.3.6.1.4.1.9.10.45.1.1.2 integer32 read-only
The size of available FLASH memory in the system, in kilobytes. For example: 128 equals 131072 bytes (128 bytes times 1024).
               csfUpgradeTFTPServerAddress 1.3.6.1.4.1.9.10.45.1.1.3 ipaddress read-write
The IP address of a TFTP server from which a firmware image can be downloaded. The download may be initiated by setting the upgradeTFTPInitiate to upgrade(1), or via an out-of-band management action.
               csfUpgradeTFTPLoadFilename 1.3.6.1.4.1.9.10.45.1.1.4 displaystring read-write
The name of the file containing a firmware upgrade image on the host whose address is given by upgradeTFTPServerAddress. The default value is an empty string, or no filename.
               csfUpgradeTFTPInitiate 1.3.6.1.4.1.9.10.45.1.1.5 integer read-write
Setting this object to noUpgrade(2) results in no action. When set to upgrade(1), the switch will attempt to download a firmware upgrade image from the server whose address is given by upgradeTFTPServerAddress. The image is found in the file whose name is given by sibuFlashTFTPLoadFilename. Both sibuFlashTFTPServerAddress and sibuFlashTFTPLoadFilename must be non-empty for the upgrade to proceed. This object always returns noUpgrade(2) when read. Enumeration: 'upgrade': 1, 'noUpgrade': 2.
               csfUpgradeFlashMode 1.3.6.1.4.1.9.10.45.1.1.6 integer read-write
Indicates whether a newly upgraded firmware version should write to flash. When this object is temporary(2), following a successful upgrade the system will switch to run the new firmware but will not upgrade the new firmware to flash. That means after a power cycle, system will run the firmware residing the flash. When this object is permanent(1), following a successful firmware upgrade, the flash will be upgraded and the system will automatically switch to run the new firmware. Enumeration: 'permanent': 1, 'temporary': 2.
               csfUpgradeFirmwareStatus 1.3.6.1.4.1.9.10.45.1.1.7 integer read-only
Status of last upgrade attempt via TFTP: none - no upgrade has ever been attempted since initialization. inProgress - an upgrade is in progress. succeeded - the previous attempt succeeded. failed - the previous attempt failed. Enumeration: 'failed': 4, 'none': 1, 'inProgress': 2, 'succeeded': 3.
       ciscoSibuFlashMIBNotificationsPrefix 1.3.6.1.4.1.9.10.45.2
           ciscoSibuFlashMIBNotifications 1.3.6.1.4.1.9.10.45.2.0
       ciscoSibuFlashMIBComformance 1.3.6.1.4.1.9.10.45.3
           ciscoSibuFlashMIBCompliances 1.3.6.1.4.1.9.10.45.3.1
               ciscoSibuFlashCompliance 1.3.6.1.4.1.9.10.45.3.1.1
The compliance statement for the Cisco SIBU Flash MIB.
           ciscoSibuFlashMIBGroups 1.3.6.1.4.1.9.10.45.3.2
               ciscoSibuFlashMIBGroup 1.3.6.1.4.1.9.10.45.3.2.1
A collection of image upgrade objects for use with the devices that supports simple upgrade mechanism.