CISCO-SIBU-FLASH-MIB

File: CISCO-SIBU-FLASH-MIB.mib (8002 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
IpAddress MODULE-COMPLIANCE OBJECT-GROUP
DisplayString ciscoExperiment

Defined Values

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.
MODULE-IDENTITY    

ciscoSibuFlashMIBObjects 1.3.6.1.4.1.9.10.45.1
OBJECT IDENTIFIER    

csfUpgrade 1.3.6.1.4.1.9.10.45.1.1
OBJECT IDENTIFIER    

csfUpgradeFirmwareVersion 1.3.6.1.4.1.9.10.45.1.1.1
Returns the version number of the device system firmware residing in flash. The string has a 'V1.2.3' format.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..8)  

csfUpgradeFlashSize 1.3.6.1.4.1.9.10.45.1.1.2
The size of available FLASH memory in the system, in kilobytes. For example: 128 equals 131072 bytes (128 bytes times 1024).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

csfUpgradeTFTPServerAddress 1.3.6.1.4.1.9.10.45.1.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

csfUpgradeTFTPLoadFilename 1.3.6.1.4.1.9.10.45.1.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..80)  

csfUpgradeTFTPInitiate 1.3.6.1.4.1.9.10.45.1.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER upgrade(1), noUpgrade(2)  

csfUpgradeFlashMode 1.3.6.1.4.1.9.10.45.1.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER permanent(1), temporary(2)  

csfUpgradeFirmwareStatus 1.3.6.1.4.1.9.10.45.1.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), inProgress(2), succeeded(3), failed(4)  

ciscoSibuFlashMIBNotificationsPrefix 1.3.6.1.4.1.9.10.45.2
OBJECT IDENTIFIER    

ciscoSibuFlashMIBNotifications 1.3.6.1.4.1.9.10.45.2.0
OBJECT IDENTIFIER    

ciscoSibuFlashMIBComformance 1.3.6.1.4.1.9.10.45.3
OBJECT IDENTIFIER    

ciscoSibuFlashMIBCompliances 1.3.6.1.4.1.9.10.45.3.1
OBJECT IDENTIFIER    

ciscoSibuFlashMIBGroups 1.3.6.1.4.1.9.10.45.3.2
OBJECT IDENTIFIER    

ciscoSibuFlashCompliance 1.3.6.1.4.1.9.10.45.3.1.1
The compliance statement for the Cisco SIBU Flash MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

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.
Status: current Access: read-only
OBJECT-GROUP