CT-FLASH-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for CT-FLASH-MIB.
27
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
27 total| Object Name |
|---|
flashStatus OBJECT IDENTIFIER .1.3.6.1.4.1.52.4.1.5.10.1 |
RFC1155-SMI Unknown .1.3.6.1.4.1.52.4.1.5.10.1 |
flashVolumeStatusTableThis table contains status information on each flash volume. SEQUENCE OF FlashVolumeStatusEntry .1.3.6.1.4.1.52.4.1.5.10.1.1 |
flashVolumeStatusEntryInformation on a particular volume. FlashVolumeStatusEntry .1.3.6.1.4.1.52.4.1.5.10.1.1.1 |
flashVolumeUniquely defines a volume.ro INTEGER .1.3.6.1.4.1.52.4.1.5.10.1.1.1.1 |
flashVolFilesThe flash filing system status contains the number of
files currently in the volume.ro INTEGER .1.3.6.1.4.1.52.4.1.5.10.1.1.1.2 |
flashVolSpaceThis object returns the approximate amount of remaining
storage space, in bytes, in the flash filing system.ro INTEGER .1.3.6.1.4.1.52.4.1.5.10.1.1.1.3 |
flashFile OBJECT IDENTIFIER .1.3.6.1.4.1.52.4.1.5.10.2 |
flashFileTableDescribes each file in a flash file system volume. SEQUENCE OF FlashFileEntry .1.3.6.1.4.1.52.4.1.5.10.2.1 |
flashFileEntryDescribes a particular file. FlashFileEntry .1.3.6.1.4.1.52.4.1.5.10.2.1.1 |
flashFileIDThis object contains a volume-unique file id associated with
each file.ro INTEGER .1.3.6.1.4.1.52.4.1.5.10.2.1.1.1 |
flashFilenameThis object contains the filename of the current file.ro DisplayString .1.3.6.1.4.1.52.4.1.5.10.2.1.1.2 |
flashFileVersionThis object contains the file version number of the current
file in the form 'XX.XX.XX', where 'X' is in the range 0-9.ro DisplayString .1.3.6.1.4.1.52.4.1.5.10.2.1.1.3 |
flashFileTypeThis object contains the file type defined for the file.ro Enumeration .1.3.6.1.4.1.52.4.1.5.10.2.1.1.4 |
flashFileSizeThis object contains the size, in bytes, currently allocated
to the file.ro INTEGER .1.3.6.1.4.1.52.4.1.5.10.2.1.1.5 |
flashCmd OBJECT IDENTIFIER .1.3.6.1.4.1.52.4.1.5.10.3 |
flashCmdPathFilename requested of the server for a TFTP download
or upload.rw DisplayString .1.3.6.1.4.1.52.4.1.5.10.3.1 |
flashCmdNetAddressIP address of the TFTP server to use with a flash file
download or upload operation. If an IP address is not
specified, the operation will default to the IP address
associated with the runtime TFTP download.rw NetworkAddress .1.3.6.1.4.1.52.4.1.5.10.3.2 |
flashCmdVolumeFlash volume to contain the file created during a
download operation.rw INTEGER .1.3.6.1.4.1.52.4.1.5.10.3.3 |
flashCmdOperationOperation to perform on the specified flash file.
Download and upload operations require that the network.
pathname, filename, version, type, and volume be specified.
Cleanup does not require any additional information.rw Enumeration .1.3.6.1.4.1.52.4.1.5.10.3.4 |
flashCmdStatusStatus of the download or upload operation. The idle(1)
status indicates no operation is in progress. The
downLoadActive(3) or upLoadActive(4) indicate a file
transfer in progress. The completeError(5) status indicates
that a file transfer was started but an error was detected.ro Enumeration .1.3.6.1.4.1.52.4.1.5.10.3.5 |
flashCmdErrorIf the value of flashCmdStatus is completeError(5), then
this object describes the nature of the error.ro Enumeration .1.3.6.1.4.1.52.4.1.5.10.3.6 |
flashCmdFileFlash filename to perform the specified operation.rw DisplayString .1.3.6.1.4.1.52.4.1.5.10.3.7 |
flashCmdVersionFlash file version to perform the specified operation
in the form 'XX.XX.XX' where 'X' is in the range 0-9.rw DisplayString .1.3.6.1.4.1.52.4.1.5.10.3.8 |
flashCmdTypeFile type to specify with a flash file created during
a download operation.rw Enumeration .1.3.6.1.4.1.52.4.1.5.10.3.9 |
flashCmdSizeSize of the download file. This value allows the flash
filing system to initialize an appropriate amount of
flash memory prior to the TFTP transfer, preventing a
time-out condition during a transfer.rw INTEGER .1.3.6.1.4.1.52.4.1.5.10.3.10 |
flashBlockCountCurrent TFTP block count of an active session. If no
TFTP transfer is in progress, zero is returned.ro INTEGER .1.3.6.1.4.1.52.4.1.5.10.3.11 |