fileCopyAction
CISCO-STACK-MIB ·
.1.3.6.1.4.1.9.5.1.25.7
Object
scalar
r/w
Enumeration
Setting this object to one of the acceptable
values will initiate the requested action using
the information provided by fileCopyProtocol,
fileCopyRemoteServer, fileCopySrcFileName,
fileCopyDstFileName,fileCopyModuleNumber and
fileCopyUserName.
copyConfigFromHostToRuntime(2):
Copy the configuration file from host to
runtime configuration over the network through
tftp/rcp. This action will use
fileCopyProtocol, fileCopyRemoteServer,
fileCopySrcFileName, fileCopyModuleNumber,
and fileCopyUserName (if applicable).
copyConfigFromRuntimeToHost(3):
Copy the runtime configuration to host over the
network through tftp/rcp. This action will use
fileCopyProtocol, fileCopyRemoteServer,
fileCopyModuleNumber, fileCopyDstFileName,
fileCopyUserName (if applicable), and
fileCopyRuntimeConfigPart.
copyImageFromHostToFlash(4):
Copy the image from host to the flash over the
network through tftp/rcp. It is up to the
SNMP agent to reset and run the downloaded
image after copying. This action will use
fileCopyProtocol, fileCopyRemoteServer,
fileCopySrcFileName, fileCopyModuleNumber,
and fileCopyUserName (if applicable).
copyImageFromFlashToHost(5):
Copy the image from flash to host over the
switch through tftp/rcp. This action will use
fileCopyProtocol, fileCopyRemoteServer,
fileCopyDstFileName, fileCopyModuleNumber,
and fileCopyUserName (if applicable).
copyConfigFromFlashToRuntime(8):
Copy the configuration file to the runtime
configuration locally. This action can perform
only on the SUPG supervisor model and will
use fileCopySrcFileName ('cfg1' or 'cfg2').
copyConfigFromRuntimeToFlash(9):
Copy the runtime configuration to a
configuration file on the flash locally. This
action can perform only on the SUPG supervisor
model and will use fileCopyDstFileName ('cfg1'
or 'cfg2'), and fileCopyRuntimeConfigPart.
copyConfigFileFromHostToFlash(10):
Copy the configuration file from host to the
runtime configuration over the network through
tftp/rcp. This action can perform only on the
SUPG supervisor model and will use
fileCopyProtocol, fileCopyRemoteServer,
fileCopySrcFileName, fileCopyDstFileName,
fileCopyModuleNumber and fileCopyUserName
(if applicable).
copyConfigFileFromFlashToHost(11):
Copy the configuration file on the flash to
host over the network through tftp/rcp.
This action can perform only on the
SUPG supervisor model and will use
fileCopyProtocol, fileCopyRemoteServer,
fileCopySrcFileName, fileCopyDstFileName,
fileCopyModuleNumber and fileCopyUserName
(if applicable).
copyTechReportFromRuntimeToHost(12):
Copy the technical report of the system to
host over the network through tftp only. This
action will use fileCopyProtocol,
fileCopyRemoteServer, fileCopyModuleNumber,
and fileCopyDstFileName.
Setting this object to any other value results in
an error.
The value of this object can not be changed when
the fileCopyResult object has the value of
inProgress(1).
Context
- MIB
- CISCO-STACK-MIB
- OID
.1.3.6.1.4.1.9.5.1.25.7- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- fileCopyGrp
- Siblings
- 9
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | copyConfigFromHostToRuntime |
3 | copyConfigFromRuntimeToHost |
4 | copyImageFromHostToFlash |
5 | copyImageFromFlashToHost |
8 | copyConfigFromFlashToRuntime |
9 | copyConfigFromRuntimeToFlash |
10 | copyConfigFileFromHostToFlash |
11 | copyConfigFileFromFlashToHost |
12 | copyTechReportFromRuntimeToHost |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| fileCopyProtocol The protocol to be used for any remote copy.
If the config file transfer is to occur locally on
the SNMP agent, the method of transfer is left up
to the implementation, and is not… | scalar | Enumeration | .1.3.6.1.4.1.9.5.1.25.1 |
| fileCopyRuntimeConfigPart Indicates the part of runtime configuration to be
copied. This object will only take effect when the
object value of fileCopyAction is one of the
following:
copyConfigF… | scalar | Enumeration | .1.3.6.1.4.1.9.5.1.25.10 |
| fileCopyRemoteServer The IP address or the host name of the tftp/rcp
remote server from (or to) which to copy the file.
If the copy operation is local on the SNMP agent,
this object is not applicabl… | scalar | OctetString | .1.3.6.1.4.1.9.5.1.25.2 |
| fileCopySrcFileName The source file name (including the path, if
applicable) of the file. The accepted value of
this object is 'cfg1' or 'cfg2' when the requested
action is one of the following:
… | scalar | OctetString | .1.3.6.1.4.1.9.5.1.25.3 |
| fileCopyDstFileName The destination file name (including the path, if
applicable) of the file. The accepted value of
this object is 'cfg1' or 'cfg2' when the requested
action is one of the following:… | scalar | OctetString | .1.3.6.1.4.1.9.5.1.25.4 |
| fileCopyModuleNumber The module number specified in the copy
operation.
If the value of this object is 0 and the
fileCopyAction object has the value of
copyImageFromHostToFlash(4), the swit… | scalar | Integer32 | .1.3.6.1.4.1.9.5.1.25.5 |
| fileCopyUserName Remote user name for copy via rcp protocol. This
object must be specified when the
fileCopyProtocol is rcp. | scalar | OctetString | .1.3.6.1.4.1.9.5.1.25.6 |
| fileCopyResult Contains the result of the last copy action
request.
If the value of fileCopyResult is rcpError(22),
then the detailed rcp error messages are contained
in fileCopyResultRcpErrorMe… | scalar | Enumeration | .1.3.6.1.4.1.9.5.1.25.8 |
| fileCopyResultRcpErrorMessage Contains the detailed rcp error messages if the
value of fileCopyResult is rcpError(22) for the
last copy action request; otherwise, this MIB
object contains the empty string. | scalar | OctetString | .1.3.6.1.4.1.9.5.1.25.9 |