flhOperStatus
FS-SWITCH-MIB ·
.1.3.6.1.4.1.27975.1.5.1.2.1.1.9
Object
column
FlashOperationStatus
The status of the specified operation can be one of the following. opInProgress(1) : the operation is in process. opSuccess(2) : the operation has been completed successfully. opInvalid(3) : the command is invalid or command-protocol-device combination is unsupported by the system. opInvalidProtocol(4) :invalid protocol is specified opInvalidSourceName(5) :invalid source file name is specified. opInvalidDestName(6) :invalid target name is specified. opInvalidServerAddress(7) :invalid server address is specified opDeviceBusy(8) :the device is in use and locked by another process opDeviceOpenError(9) :invalid device name is specified. opDeviceError(10) : device read, write or erase error opDeviceNotProgrammable(11) :device isread-only but a write or erase operation was specified. opDeviceFull(12) : device is filled to capacity opFileOpenError(13) :invalid file name; file not found in partition opFileTransferError(14) :file transfer was unsuccessful opFileChecksumError(15) :file checksum in Flash is invalid opNoMemory(16) :system is running in low on memory opUnknownFailure(19) :failure which is unknown opDeleteFileOpenError(20) :file is in used by another process opDeleteInvalidDevice(21) :invalid device name is specified opDeleteInvalidFunction(22) :deleted operation is unsupported by the device. opDeleteOperationError(23) :operation is in a low error opDeleteInvalidFileName(24) :invalid file name is specified pDeleteDeviceBusy(25) :the device is in use and locked by another process. opDeleteParaError(26) :the parameters are invalid opDeleteInvalidPath(27) :the file path is invalid.
Context
- MIB
- FS-SWITCH-MIB
- OID
.1.3.6.1.4.1.27975.1.5.1.2.1.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- flhOpEntry
- Table
- flhOpTable
- Siblings
- 10
Syntax
FlashOperationStatus
- Source
- FlashOperationStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | opInProgress |
2 | opSuccess |
3 | opInvalid |
4 | opInvalidProtocol |
5 | opInvalidSourceName |
6 | opInvalidDestName |
7 | opInvalidServerAddress |
8 | opDeviceBusy |
9 | opDeviceOpenError |
10 | opDeviceError |
11 | opDeviceNotProgrammable |
12 | opDeviceFull |
13 | opFileOpenError |
14 | opFileTransferError |
15 | opFileChecksumError |
16 | opNoMemory |
17 | opAuthFail |
18 | opTimeout |
19 | opUnknownFailure |
20 | opDeleteFileOpenError |
21 | opDeleteInvalidDevice |
22 | opDeleteInvalidFunction |
23 | opDeleteOperationError |
24 | opDeleteInvalidFileName |
25 | opDeleteDeviceBusy |
26 | opDeleteParaError |
27 | opDeleteInvalidPath |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| flhOperIndex Specifies the index of an entry.It is a
random value when creating an entry. | column | Integer32 | .1.3.6.1.4.1.27975.1.5.1.2.1.1.1 |
| flhOperIsManagementIf If use management interface running SNMP or not, true(1):enable.false(2):disable | column | SNMPv2-TCTruthValue | .1.3.6.1.4.1.27975.1.5.1.2.1.1.12 |
| flhOperRowStatus The status of this conceptual row.Now only realize CreateAndGo and Destroy and Active.
1 means Active
4 means CreateAndGo
6 means Destroy | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.27975.1.5.1.2.1.1.13 |
| flhOperType Specifies the operation to be executed.
flash2Flash(1) Copy a file from flash to flash.
net2Flash(2) Copy a file from net to flash;
flash2Net(3) Copy a file from flash to … | column | Enumeration | .1.3.6.1.4.1.27975.1.5.1.2.1.1.2 |
| flhOperProtocol Specifies the protocol used to transfer file.
The default protocol is ftp.
Both member switch and commander switch can use them if they
support HGMP v2.
1 FTP
2 TFTP | column | Enumeration | .1.3.6.1.4.1.27975.1.5.1.2.1.1.3 |
| flhOperServerAddress The address of remote host acting as server for operation.
The default value is 0.0.0.0. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.27975.1.5.1.2.1.1.4 |
| flhOperServerUser When using ftp to transfer files, the user name must be
specified through this node. | column | OctetString | .1.3.6.1.4.1.27975.1.5.1.2.1.1.5 |
| flhOperPassword Remote user password for copying via ftp protocol.Optionally,
This object may be ignored for protocols other than ftp. | column | OctetString | .1.3.6.1.4.1.27975.1.5.1.2.1.1.6 |
| flhOperSourceFile Specifies the source file name to be transferred.
It may be located on flash or remote server.
It may include the file path if it is applicable.
It must be specified. | column | OctetString | .1.3.6.1.4.1.27975.1.5.1.2.1.1.7 |
| flhOperDestinationFile Specifies the destination file name.
It may be located on flash or remote server.
It may include the file path if it is applicable.
If it is not specified, the destination file na… | column | OctetString | .1.3.6.1.4.1.27975.1.5.1.2.1.1.8 |