ciscoFlashFileStatus
CISCO-FLASH-MIB ·
.1.3.6.1.4.1.9.9.10.1.1.4.2.1.1.4
Object
column
Enumeration
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 files continue to occupy prime
Flash real estate.
A file is marked as having an invalid checksum if any
checksum mismatch was detected while writing or reading
the file. Incomplete files (files truncated either
because of lack of free space, or a network download
failure) are also written with a bad checksum and
marked as invalid.
Context
- MIB
- CISCO-FLASH-MIB
- OID
.1.3.6.1.4.1.9.9.10.1.1.4.2.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ciscoFlashFileEntry
- Table
- ciscoFlashFileTable
- Siblings
- 6
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | deleted |
2 | invalidChecksum |
3 | valid |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ciscoFlashFileIndex Flash file sequence number used to index within
a Flash partition directory table. | column | Unsigned32 | .1.3.6.1.4.1.9.9.10.1.1.4.2.1.1.1 |
| 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. | column | bytes SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.9.10.1.1.4.2.1.1.2 |
| 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 s… | column | ChecksumString | .1.3.6.1.4.1.9.9.10.1.1.4.2.1.1.3 |
| 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 devi… | column | OctetString | .1.3.6.1.4.1.9.9.10.1.1.4.2.1.1.5 |
| ciscoFlashFileType Type of the file. | column | FlashFileType | .1.3.6.1.4.1.9.9.10.1.1.4.2.1.1.6 |
| ciscoFlashFileDate The time at which this file was created. | column | SNMPv2-TCDateAndTime | .1.3.6.1.4.1.9.9.10.1.1.4.2.1.1.7 |