CISCO-FLASH-MIB :: ciscoFlashDeviceMinPartitionSize

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsCISCO-FLASH-MIBciscoFlashDeviceMinPartitionSize

ciscoFlashDeviceMinPartitionSize

Module: CISCO-FLASH-MIB

OID (symbolic): CISCO-FLASH-MIB::ciscoFlashDeviceMinPartitionSize

OID (numeric): 1.3.6.1.4.1.9.9.10.1.1.2.1.3

Node type: OBJECT-TYPE

Type: Unsigned32

Access: read-only

Description: 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 device. In most cases, the device width is 4 bytes, and so the bank size would be four times the size of a chip). This has to be so because all programming commands affect the operation of an entire chip (in our case, an entire bank because all operations are done on the entire width of the device) even though the actual command may be localized to a small portion of each chip. So when executing code out of Flash, one needs to be able to write and erase some portion of Flash without affecting the code execution. For systems that execute code out of DRAM or ROM, it is possible to partition Flash with a finer granularity (for eg., at erase sector boundaries) if the system code supports such granularity.

This object will let a management entity know the minimum partition size as defined by the system. If the system does not support partitioning, the value will be equal to the device size in ciscoFlashDeviceSize. The maximum number of partitions that could be configured will be equal to the minimum of ciscoFlashDeviceMaxPartitions and (ciscoFlashDeviceSize / ciscoFlashDeviceMinPartitionSize).

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 value(4,294,967,295) and ciscoFlashDeviceMinPartitionSizeExtended must be used to report the flash device's minimum partition size.

What is ciscoFlashDeviceMinPartitionSize?

Reports the minimum partition size supported for a given Flash device, typically tied to the memory bank size for systems that execute code directly from Flash.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.10.1.1.2.1.3
snmpwalk -v2c -c public <target> CISCO-FLASH-MIB::ciscoFlashDeviceMinPartitionSize

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.10.1.1.2.1.3.1
snmpget -v2c -c public <target> CISCO-FLASH-MIB::ciscoFlashDeviceMinPartitionSize.1

Start monitoring Cisco IOS/IOS-XE routers and Catalyst switches with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-FLASH-MIB::ciscoFlashDeviceMinPartitionSize OID value, configure state conditions and alerts, and monitor any Cisco IOS/IOS-XE routers and Catalyst switches from a single console.

OID Breakdown

Upper-level ancestors (8 from the standard OID tree / other modules)
Numeric OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.4privateAirPair-MIB
1.3.6.1.4.1enterprisesAirPair-MIB
1.3.6.1.4.1.9ciscoCAT2600-MIB
1.3.6.1.4.1.9.9ciscoMgmtCISCO-SMI
Numeric OIDNameModule
1.3.6.1.4.1.9.9.10ciscoFlashMIBCISCO-FLASH-MIB
1.3.6.1.4.1.9.9.10.1ciscoFlashMIBObjectsCISCO-FLASH-MIB
1.3.6.1.4.1.9.9.10.1.1ciscoFlashDeviceCISCO-FLASH-MIB
1.3.6.1.4.1.9.9.10.1.1.2ciscoFlashDeviceTableCISCO-FLASH-MIB
1.3.6.1.4.1.9.9.10.1.1.2.1ciscoFlashDeviceEntryCISCO-FLASH-MIB
1.3.6.1.4.1.9.9.10.1.1.2.1.3ciscoFlashDeviceMinPartitionSizeCISCO-FLASH-MIB