csDefineFileStatus
CISCO-SM-FILE-DOWNLOAD-MIB ·
.1.3.6.1.4.1.9.9.199.1.1.1.1.4
Object
column
Enumeration
The overall status of the file validation and service module
download as surmised by the controller card. A more detailed
status on service module downloads could be obtained in
csFileStatusTable which stores download information specific
to a particular slot.
inProgress - processing file validation/download request
success - file has been validated and downloaded to all
applicable service modules (as per value in
csDefineSlotNumber) successfully.
noMemory - failure due to insufficient dynamic memory
fileOpenFailed - failure to open the file downloaded to some
non-volatile storage on the controller card.
fileReadFailed - failure to read the file downloaded to some
non-volatile storage on the controller card.
fileNotValid - file parsing/validation failed
downloadFailed - download to service module failed
aborted - download aborted due to switchover in a
redundant controller card configuration
dbUpdateFailed - error in accessing/updating the database
miscError - miscellaneous error due to lack of internal
resource (eg. error obtaining semaphore etc)
This object is valid only after the entry status becomes 'active'.
This object is especially useful when csDefineSlotNumber has a
value of 100 signifying a download to all applicable service
modules. This object gives overall status of the download request
and hence, has a value of 'downloadFailed' even if one SM fails
the download. csFileStatusTable could be consulted for the purpose
of obtaining a list of SMs that failed the download and their
corresponding reasons.
Context
- MIB
- CISCO-SM-FILE-DOWNLOAD-MIB
- OID
.1.3.6.1.4.1.9.9.199.1.1.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- csDefineFileEntry
- Table
- csDefineFileTable
- Siblings
- 5
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inProgress |
2 | success |
3 | noMemory |
4 | fileOpenFailed |
5 | fileReadFailed |
6 | fileNotValid |
7 | downloadFailed |
8 | aborted |
9 | dbUpdateFailed |
10 | miscError |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| csDefineFileIndex An integer to uniquely identify this entry. | column | Unsigned32 | .1.3.6.1.4.1.9.9.199.1.1.1.1.1 |
| csDefineFileName The name of the file that has been downloaded on some
non-volatile storage on the controller card.
Explicit device or path names could be prepended
to the file na… | column | OctetString | .1.3.6.1.4.1.9.9.199.1.1.1.1.2 |
| csDefineSlotNumber An integer that specifies the slot number of the
service module to which the file needs to be downloaded.
A value of 100 would indicate that file needs to be
do… | column | Unsigned32 | .1.3.6.1.4.1.9.9.199.1.1.1.1.3 |
| csDefineFileOperation An integer that defines the file operation:
sendToSMsOnly - send file contents saved in database to all
applicable service modules.
updateAndSend - validate file, save content… | column | Enumeration | .1.3.6.1.4.1.9.9.199.1.1.1.1.5 |
| csDefineFileEntryStatus The control that allows creation, modification, and
deletion of entries. For detailed rules see the DESCRIPTION
for csDefineFileEntry. | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.9.9.199.1.1.1.1.6 |