CISCO-FLASH-MIB

CISCO-FLASH-MIB Download

MIBs list

This MIB provides for the management of Cisco Flash Devices.

IPHost Network Monitor offer an easy way of SNMP monitoring your Cisco Servers, Routers, Switches, Bridges, Firewalls, Repeaters.

OID list for CISCO-FLASH-MIB

ciscoFlashDevicesSupported
Number of Flash devices supported by the system. If the system does not support any Flash devices, this MIB will not be loaded on that system. The value of this object will therefore be atleast 1.
ciscoFlashDeviceTable
Table of Flash device properties for each initialized Flash device. Each Flash device installed in a system is detected, sized, and initialized when the system image boots up. For removable Flash devices, the device properties will be dynamically deleted ...
ciscoFlashDeviceEntry
An entry in the table of flash device properties for each initialized flash device. Each entry can be randomly accessed by using ciscoFlashDeviceIndex as an index into the table. Note that removable devices will have an entry in the table even when they h ...
ciscoFlashDeviceIndex
Flash device sequence number to index within the table of initialized flash devices. The lowest value should be 1. The highest should be less than or equal to the value of the ciscoFlashDevicesSupported object.
ciscoFlashDeviceSize
Total size of the Flash device. For a removable device, the size will be zero if the device has been removed. If the total size of the flash device is greater than the maximum value reportable by this object then this object should report its maximum valu ...
ciscoFlashDeviceMinPartitionSize
This object will give the minimum partition size supported for this device. For systems that execute code directly out of Flash, the minimum partition size needs to be the bank size. (Bank size is equal to the size of a chip multiplied by the width of the ...
ciscoFlashDeviceMaxPartitions
Max number of partitions supported by the system for this Flash device. Default will be 1, which actually means that partitioning is not supported. Note that this value will be defined by system limitations, not by the flash device itself (for eg., the sy ...
ciscoFlashDevicePartitions
Flash device partitions actually present. Number of partitions cannot exceed the minimum of ciscoFlashDeviceMaxPartitions and (ciscoFlashDeviceSize / ciscoFlashDeviceMinPartitionSize). Will be equal to at least 1, the case where the partition spans the en ...
ciscoFlashDeviceChipCount
Total number of chips within the Flash device. The purpose of this object is to provide information upfront to a management station on how much chip info to expect and possibly help double check the chip index against an upper limit when randomly retrievi ...
ciscoFlashDeviceName
Flash device name. This name is used to refer to the device within the system. Flash operations get directed to a device based on this name. The system has a concept of a default device. This would be the primary or most used device in case of multiple de ...
ciscoFlashDeviceDescr
Description of a Flash device. The description is meant to explain what the Flash device and its purpose is. Current values are: System flash - for the primary Flash used to store full system images. Boot flash - for the secondary Flash used to store bo ...
ciscoFlashDeviceController
Flash device controller. The h/w card that actually controls Flash read/write/erase. Relevant for the AGS+ systems where Flash may be controlled by the MC+, STR or the ENVM cards, cards that may not actually contain the Flash chips. For systems that have ...
ciscoFlashDeviceCard
This object will point to an instance of a card entry in the cardTable. The card entry will give details about the card on which the Flash device is actually located. For most systems, this is usually the main processor board. On the AGS+ systems, Flash i ...
ciscoFlashDeviceProgrammingJumper
This object gives the state of a jumper (if present and can be determined) that controls the programming voltage called Vpp to the Flash device. Vpp is required for programming (erasing and writing) Flash. For certain older technology chips it is also req ...
ciscoFlashDeviceInitTime
System time at which device was initialized. For fixed devices, this will be the system time at boot up. For removable devices, it will be the time at which the device was inserted, which may be boot up time, or a later time (if device was inserted later) ...
ciscoFlashDeviceRemovable
Whether Flash device is removable. Generally, only PCMCIA Flash cards will be treated as removable. Socketed Flash chips and Flash SIMM modules will not be treated as removable. Simply put, only those Flash devices that can be inserted or removed without ...
ciscoFlashPhyEntIndex
This object indicates the physical entity index of a physical entity in entPhysicalTable which the flash device actually located.
ciscoFlashDeviceNameExtended
Extended Flash device name whose size can be upto 255 characters. This name is used to refer to the device within the system. Flash operations get directed to a device based on this name. The system has a concept of a default device. This would be the pri ...
ciscoFlashDeviceSizeExtended
Total size of the Flash device. For a removable device, the size will be zero if the device has been removed. This object is a 64-bit version of ciscoFlashDeviceSize.
ciscoFlashDeviceMinPartitionSizeExtended
This object provides the minimum partition size supported for this device. This object is a 64-bit version of ciscoFlashDeviceMinPatitionSize.
ciscoFlashChipTable
Table of Flash device chip properties for each initialized Flash device. This table is meant primarily for aiding error diagnosis.
ciscoFlashChipEntry
An entry in the table of chip info for each flash device initialized in the system. An entry is indexed by two objects - the device index and the chip index within that device.
ciscoFlashChipIndex
Chip sequence number within selected flash device. Used to index within chip info table. Value starts from 1 and should not be greater than ciscoFlashDeviceChipCount for that device. When retrieving chip information for chips within a partition, the seque ...
ciscoFlashChipCode
Manufacturer and device code for a chip. Lower byte will contain the device code. Upper byte will contain the manufacturer code. If a chip code is unknown because it could not be queried out of the chip, the value of this object will be 00:00. Since progr ...
ciscoFlashChipDescr
Flash chip name corresponding to the chip code. The name will contain the manufacturer and the chip type. It will be of the form : Intel 27F008SA. In the case where a chip code is unknown, this object will be an empty (NULL) string. In the case where the ...
ciscoFlashChipWriteRetries
This object will provide a cumulative count (since last system boot up or initialization) of the number of write retries that were done in the chip. If no writes have been done to Flash, the count will be zero. Typically, a maximum of 25 retries are done ...
ciscoFlashChipEraseRetries
This object will provide a cumulative count (since last system boot up or initialization) of the number of erase retries that were done in the chip. Typically, a maximum of 2000 retries are done in a single erase zone (which may be a full chip or a portio ...
ciscoFlashChipMaxWriteRetries
The maximum number of write retries done at any single location before declaring a write failure.
ciscoFlashChipMaxEraseRetries
The maximum number of erase retries done within an erase sector before declaring an erase failure.
ciscoFlashPartitionTable
Table of flash device partition properties for each initialized flash partition. Whenever there is no explicit partitioning done, a single partition spanning the entire device will be assumed to exist. There will therefore always be atleast one partition ...
ciscoFlashPartitionEntry
An entry in the table of flash partition properties for each initialized flash partition. Each entry will be indexed by a device number and a partition number within the device.
ciscoFlashPartitionIndex
Flash partition sequence number used to index within table of initialized flash partitions.
ciscoFlashPartitionStartChip
Chip sequence number of first chip in partition. Used as an index into the chip table.
ciscoFlashPartitionEndChip
Chip sequence number of last chip in partition. Used as an index into the chip table.
ciscoFlashPartitionSize
Flash partition size. It should be an integral multiple of ciscoFlashDeviceMinPartitionSize. If there is a single partition, this size will be equal to ciscoFlashDeviceSize. If the size of the flash partition is greater than the maximum value reportable b ...
ciscoFlashPartitionFreeSpace
Free space within a Flash partition. Note that the actual size of a file in Flash includes a small overhead that represents the file system's file header. Certain file systems may also have a partition or device header overhead to be considered when compu ...
ciscoFlashPartitionFileCount
Count of all files in a flash partition. Both good and bad (deleted or invalid checksum) files will be included in this count.
ciscoFlashPartitionChecksumAlgorithm
Checksum algorithm identifier for checksum method used by the file system. Normally, this would be fixed for a particular file system. When a file system writes a file to Flash, it checksums the data written. The checksum then serves as a way to validate ...
ciscoFlashPartitionStatus
Flash partition status can be : * readOnly if device is not programmable either because chips could not be recognized or an erroneous mismatch of chips was detected. Chip recognition may fail either because the chips are not supported by the system, or be ...
ciscoFlashPartitionUpgradeMethod
Flash partition upgrade method, ie., method by which new files can be downloaded into the partition. FLH stands for Flash Load Helper, a feature provided on run-from-Flash systems for upgrading Flash. This feature uses the bootstrap code in ROMs to help i ...
ciscoFlashPartitionName
Flash partition name used to refer to a partition by the system. This can be any alpha-numeric character string of the form AAAAAAAAnn, where A represents an optional alpha character and n a numeric character. Any numeric characters must always form the t ...
ciscoFlashPartitionNeedErasure
This object indicates whether a partition requires erasure before any write operations can be done in it. A management station should therefore retrieve this object prior to attempting any write operation. A partition requires erasure after it becomes ful ...
ciscoFlashPartitionFileNameLength
Maximum file name length supported by the file system. Max file name length will depend on the file system implemented. Today, all file systems support a max length of at least 48 bytes. A management entity must use this object when prompting a user for, ...
ciscoFlashPartitionSizeExtended
Flash partition size. It should be an integral multiple of ciscoFlashDeviceMinPartitionSize. If there is a single partition, this size will be equal to ciscoFlashDeviceSize. This object is a 64-bit version of ciscoFlashPartitionSize
ciscoFlashPartitionFreeSpaceExtended
Free space within a Flash partition. Note that the actual size of a file in Flash includes a small overhead that represents the file system's file header. Certain file systems may also have a partition or device header overhead to be considered when compu ...
ciscoFlashFileTable
Table of information for files in a Flash partition.
ciscoFlashFileEntry
An entry in the table of Flash file properties for each initialized Flash partition. Each entry represents a file and gives details about the file. An entry is indexed using the device number, partition number within the device, and file number within the ...
ciscoFlashFileIndex
Flash file sequence number used to index within a Flash partition directory table.
ciscoFlashFileSize
Size of the file in bytes. Note that this size does not include the size of the filesystem file header. File size will always be non-zero.
ciscoFlashFileChecksum
File checksum stored in the file header. This checksum is computed and stored when the file is written into Flash. It serves to validate the data written into Flash. Whereas the system will generate and store the checksum internally in hexadecimal form, t ...
ciscoFlashFileStatus
Status of a file. A file could be explicitly deleted if the file system supports such a user command facility. Alternately, an existing good file would be automatically deleted if another good file with the same name were copied in. Note that deleted file ...
ciscoFlashFileName
Flash file name as specified by the user copying in the file. The name should not include the colon (:) character as it is a special separator character used to delineate the device name, partition name, and the file name.
ciscoFlashFileType
Type of the file.
ciscoFlashFileDate
The time at which this file was created.
ciscoFlashFileByTypeTable
Table of information for files on the manageable flash devices sorted by File Types.
ciscoFlashFileByTypeEntry
An entry in the table of Flash file properties for each initialized Flash partition. Each entry represents a file sorted by file type. This table contains exactly the same set of rows as are contained in the ciscoFlashFileTable but in a different order, i ...
ciscoFlashFileByTypeSize
This object represents exactly the same info as ciscoFlashFileSize object in ciscoFlashFileTable.
ciscoFlashFileByTypeChecksum
This object represents exactly the same info as ciscoFlashFileChecksum object in ciscoFlashFileTable.
ciscoFlashFileByTypeStatus
This object represents exactly the same info as ciscoFlashFileStatus object in ciscoFlashFileTable.
ciscoFlashFileByTypeName
This object represents exactly the same info as ciscoFlashFileName object in ciscoFlashFileTable.
ciscoFlashFileByTypeDate
This object represents exactly the same info as ciscoFlashFileDate object in ciscoFlashFileTable.
ciscoFlashCopyTable
A table of Flash copy operation entries. Each entry represents a Flash copy operation (to or from Flash) that has been initiated.
ciscoFlashCopyEntry
A Flash copy operation entry. Each entry consists of a command, a source, and optional parameters such as protocol to be used, a destination, a server address, etc. A management station wishing to create an entry should first generate a pseudo-random seri ...
ciscoFlashCopySerialNumber
Object which specifies a unique entry in the table. A management station wishing to initiate a copy operation should use a pseudo-random value for this object when creating or modifying an instance of a ciscoFlashCopyEntry.
ciscoFlashCopyCommand
The copy command to be executed. Mandatory. Note that it is possible for a system to support multiple file systems (different file systems on different Flash devices, or different file systems on different partitions within a device). Each such file syste ...
ciscoFlashCopyProtocol
The protocol to be used for any copy. Optional. Will default to tftp if not specified. Since feature support depends on a software release, version number within the release, platform, and maybe the image type (subset type), a management station would be ...
ciscoFlashCopyServerAddress
The server address to be used for any copy. Optional. Will default to 'FFFFFFFF'H (or 255.255.255.255). Since this object can just hold only IPv4 Transport type, it is deprecated and replaced by ciscoFlashCopyServerAddrRev1.
ciscoFlashCopySourceName
Source file name, either in Flash or on a server, depending on the type of copy command. Mandatory. For a copy from Flash: File name must be of the form [device>:][:] where is a value obtained from FlashDeviceName, is obtained from FlashPartitionName and ...
ciscoFlashCopyDestinationName
Destination file name. For a copy to Flash: File name must be of the form {device>:][:] where is a value obtained from FlashDeviceName, is obtained from FlashPartitionName and is any character string that does ...
ciscoFlashCopyRemoteUserName
Remote user name for copy via rcp protocol. Optional. This object will be ignored for protocols other than rcp. If specified, it will override the remote user-name configured through the rcmd remote-username configuration command. The remote user-name is ...
ciscoFlashCopyStatus
The status of the specified copy operation. copyOperationPending : operation request is received and pending for validation and process copyInProgress : specified operation is active copyOperationSuccess : specified operation is supported and completed su ...
ciscoFlashCopyNotifyOnCompletion
Specifies whether or not a notification should be generated on the completion of the copy operation. If specified, ciscoFlashCopyCompletionTrap will be generated. It is the responsibility of the management entity to ensure that the SNMP administrative mod ...
ciscoFlashCopyTime
Time taken for the copy operation. This object will be like a stopwatch, starting when the operation starts, stopping when the operation completes. If a management entity keeps a database of completion times for various operations, it can then use the sto ...
ciscoFlashCopyEntryStatus
The status of this table entry.
ciscoFlashCopyVerify
Specifies whether the file that is copied need to be verified for integrity / authenticity, after copy succeeds. If it is set to true, and if the file that is copied doesn't have integrity /authenticity attachement, or the integrity / authenticity check f ...
ciscoFlashCopyServerAddrType
This object indicates the transport type of the address contained in ciscoFlashCopyServerAddrRev1. Optional. Will default to '1' (IPv4 address type).
ciscoFlashCopyServerAddrRev1
The server address to be used for any copy. Optional. Will default to 'FFFFFFFF'H (or 255.255.255.255). The Format of this address depends on the value of the ciscoFlashCopyServerAddrType. This object deprecates the old ciscoFlashCopyServerAddress object ...
ciscoFlashCopyRemotePassword
Password used by ftp, sftp or scp for copying a file to/from an ftp/sftp/scp server. This object must be created when the ciscoFlashCopyProtocol is ftp, sftp or scp. Reading it returns a zero-length string for security reasons.
ciscoFlashPartitioningTable
A table of Flash partitioning operation entries. Each entry represents a Flash partitioning operation that has been initiated.
ciscoFlashPartitioningEntry
A Flash partitioning operation entry. Each entry consists of the command, the target device, the partition count, and optionally the partition sizes. A management station wishing to create an entry should first generate a pseudo-random serial number to be ...
ciscoFlashPartitioningSerialNumber
Object which specifies a unique entry in the partitioning operations table. A management station wishing to initiate a partitioning operation should use a pseudo-random value for this object when creating or modifying an instance of a ciscoFlashPartitioni ...
ciscoFlashPartitioningCommand
The partitioning command to be executed. Mandatory. If the command is unsupported, the partitioningInvalidOperation error will be reported in the operation status. Command Remarks partition Partition a Flash device. All the p ...
ciscoFlashPartitioningDestinationName
Destination device name. This name will be the value obtained from FlashDeviceName. If the name is not specified, the default Flash device will be assumed.
ciscoFlashPartitioningPartitionCount
This object is used to specify the number of partitions to be created. Its value cannot exceed the value of ciscoFlashDeviceMaxPartitions. To undo partitioning (revert to a single partition), this object must have the value 1.
ciscoFlashPartitioningPartitionSizes
This object is used to explicitly specify the size of each partition to be created. The size of each partition will be in units of ciscoFlashDeviceMinPartitionSize. The value of this object will be in the form: :...: If partition size ...
ciscoFlashPartitioningStatus
The status of the specified partitioning operation. partitioningInProgress : specified operation is active partitioningOperationSuccess : specified operation is supported and completed successfully partitioningInvalidOperation : command invalid or command ...
ciscoFlashPartitioningNotifyOnCompletion
Specifies whether or not a notification should be generated on the completion of the partitioning operation. If specified, ciscoFlashPartitioningCompletionTrap will be generated. It is the responsibility of the management entity to ensure that the SNMP ad ...
ciscoFlashPartitioningTime
Time taken for the operation. This object will be like a stopwatch, starting when the operation starts, stopping when the operation completes. If a management entity keeps a database of completion times for various operations, it can then use the stopwatc ...
ciscoFlashPartitioningEntryStatus
The status of this table entry.
ciscoFlashMiscOpTable
A table of misc Flash operation entries. Each entry represents a Flash operation that has been initiated.
ciscoFlashMiscOpEntry
A Flash operation entry. Each entry consists of a command, a target, and any optional parameters. A management station wishing to create an entry should first generate a pseudo-random serial number to be used as the index to this sparse table. The statio ...
ciscoFlashMiscOpSerialNumber
Object which specifies a unique entry in the table. A management station wishing to initiate a flash operation should use a pseudo-random value for this object when creating or modifying an instance of a ciscoFlashMiscOpEntry.
ciscoFlashMiscOpCommand
The command to be executed. Mandatory. Note that it is possible for a system to support multiple file systems (different file systems on different Flash devices, or different file systems on different partitions within a device). Each such file system may ...
ciscoFlashMiscOpDestinationName
Destination file, or partition name. File name must be of the form [device>:][:] where is a value obtained from FlashDeviceName, is obtained from FlashPartitionName and is the name of a file in Flash. While lea ...
ciscoFlashMiscOpStatus
The status of the specified operation. miscOpInProgress : specified operation is active miscOpOperationSuccess : specified operation is supported and completed successfully miscOpInvalidOperation : command invalid or command-protocol-device combination un ...
ciscoFlashMiscOpNotifyOnCompletion
Specifies whether or not a notification should be generated on the completion of an operation. If specified, ciscoFlashMiscOpCompletionTrap will be generated. It is the responsibility of the management entity to ensure that the SNMP administrative model i ...
ciscoFlashMiscOpTime
Time taken for the operation. This object will be like a stopwatch, starting when the operation starts, stopping when the operation completes. If a management entity keeps a database of completion times for various operations, it can then use the stopwatc ...
ciscoFlashMiscOpEntryStatus
The status of this table entry.
ciscoFlashCfgDevInsNotifEnable
Specifies whether or not a notification should be generated on the insertion of a Flash device. If the value of this object is 'true' then the ciscoFlashDeviceInsertedNotif notification will be generated. If the value of this object is 'false' then the ci ...
ciscoFlashCfgDevRemNotifEnable
Specifies whether or not a notification should be generated on the removal of a Flash device. If the value of this object is 'true' then the ciscoFlashDeviceRemovedNotif notification will be generated. If the value of this object is 'false' then the cisco ...
ciscoFlashDeviceInfoGroup
A collection of objects providing mandatory Flash device level information.
ciscoFlashDeviceOptionalInfoGroup
A collection of optional objects providing Flash device level information.
ciscoFlashChipInfoGroup
A collection of objects providing Flash chip level information.
ciscoFlashPartitionInfoGroup
A collection of objects providing Flash partition level information. Where a Flash device has not been partitioned or does not support partitioning, a partition is synonymous with the entire device.
ciscoFlashFileInfoGroup
A collection of objects providing Flash file level information.
ciscoFlashCopyOpGroup
A collection of objects providing the ability to copy files to and from a Flash partition.
ciscoFlashPartitioningOpGroup
A collection of objects providing the ability to partition a Flash device.
ciscoFlashMiscOpGroup
A collection of objects providing the ability to perform misc operations (erase, file verification, etc) in a Flash device.
ciscoFlashFileInfoGroupRev1
A collection of objects providing Flash file level information.
ciscoFlashDeviceInfoGroupRev1
A collection of objects providing mandatory Flash device level information.
ciscoFlashDeviceOptionalInfoGroupRev1
A collection of optional objects providing Flash device level information. This deprecates ciscoFlashDeviceOptionalInfoGroup object group.
ciscoFlashCopyOpGroupRev1
A collection of objects providing the ability to copy files to and from a Flash partition. This group is deprecated by new group ciscoFlashCopyOpGroupRev2.
ciscoFlashDeviceInfoGroupRev2
A collection of objects providing mandatory Flash device level information.
ciscoFlashCopyOpGroupRev2
A collection of objects providing the ability to copy files to and from a Flash partition. This Group deprecates ciscoFlashCopyOpGroupRev1.
ciscoFlashCopyOpGroupRev3
A collection of objects providing the ability to copy files to and from a Flash partition. This Group supplements ciscoFlashCopyOpGroupRev2.
ciscoFlashFileInfoGroupSupp1
A collection of objects providing Flash file level information in addition to the objects found in ciscoFlashFileInfoGroupRev1.
ciscoFlashFileTypeInfoGroup
A collection of objects providing Flash file information which are sorted by file type.
ciscoFlashDeviceInfoExtGroup
A collection of objects providing high capacity mandatory Flash device level information.
ciscoFlashPartitionInfoExtGroup
A collection of objects providing haigh capacity Flash partition level information.
ciscoFlashDeviceInfoExtGroupSupRev1
A collection of objects providing high capacity mandatory Flash device level information. This Group is supplement to ciscoFlashDeviceInfoExtGroup.

Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring network devices right now.

MIBs list