|
Description:
|
fileCopyDestOperType OBJECT-TYPE
SYNTAX INTEGER {file(1), runningCfg(2), startUpCfg(3), tftp(4), unit(5)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The Copy Operation in which we want to perform from the
fileCopySrcOperType, this operation is similar to the CLI
command 'copy fileCopySrcOperType fileCopyDestOperType'.
file(1) means we want to perform the 'copy fileCopySrcType file '
operation, runningCfg(2) means we want to perform the
'copy fileCopySrcOperType running-config ' operation,
startUpCfg(3) means we want to perform the
'copy fileCopySrcOperType startup-config ' operation, tftp(4) means
we want to perform the 'copy fileCopySrcOperType tftp' operation,
unit(5) is only avaiable in stacking system, in which we
can copy files from one unit to another unit and it means
we want to perform the 'copy fileCopySrcOperType unit' operation.
The possible permuations is as follow: (1)copy file file
(2)copy file runningCfg (3) copy file startUpCfg
(4)copy file tftp (5) copy file unit(for stacking system only)
(6)copy runningCfg file (7)copy runningCfg startUpCfg
(8)copy runningCfg tftp (9)copy startupCfg file
(10)copy startupCfg runningcfg (11)copy startupCfg tftp
(12)copy tftp file (13)copy tftp runningCfg
(14)copy tftp startUpCfg (15)copy unit file."
|
|
|