dellNetCopyEntry
DELL-NETWORKING-COPY-CONFIG-MIB ·
.1.3.6.1.4.1.6027.3.5.1.1.1.1
Object
row
A config-copy request.
To use this copy on NMS, user must first query the MIB.
if the query returns the result of the previous copied and
there is no pending copy operation, user can submit a SNMP
SET with a random number as index with the appropraite
information as specified by this MIB and the row status as
CreateAndGo.
The system will only keep the last 5 copy requests as the history.
If there are ten entries in the copy request table, the subsequent
copy request will replace the existing one in the copy table.
1) To copy running-config from local directory to startup-config. Set the following
mib objects in the copy table
copySrcFileType : runningConfig (2)
copyDestFileType : startupConfig (3)
2) To copy startup-config from local directory to a remote site. Set the following
mib objects in the copy table
copySrcFileType : startupConfig (3)
copyDestFileType : dellNetFile (1)
copyDestFileLocation : ftp (4)
copyDestFileName : /user/tester1/ftp/
copyServerAddress : 172.20.10.123
copyUserName : tester1
copyUserPassword : mypasswd
3) To copy a file from local directory to a remote site. Set the following
mib objects in the copy table
copySrcFileType : dellNetFile (1)
copySrcFileLocation : slot0 (2)
copySrcFileName : NVTRACE_LOG_DIR/LP4-nvtrace-0
copyDestFileType : dellNetFile (1)
copyDestFileLocation : ftp (4)
copyDestFileName : /usr/tester1/trace/backup/LP4-nvtrace-0
copyServerAddress : 172.20.10.123
copyUserName : tester1
copyUserPassword : mypasswd
Context
- MIB
- DELL-NETWORKING-COPY-CONFIG-MIB
- OID
.1.3.6.1.4.1.6027.3.5.1.1.1.1- Type
- row
- Status
- current
- Parent
- dellNetCopyTable
- Table
- dellNetCopyTable
- Children
- 17
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Child Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| copyConfigIndex To initiate a config copy request, user should
assign a positive random value as an index. | column | Integer32 | .1.3.6.1.4.1.6027.3.5.1.1.1.1.1 |
| copyUserPassword Password used by ftp, scp for copying a
file to an ftp/scp server.
If the copyDestFileLocation has the value of
ftp(4) or scp(5), it is expected the login informa… | column | OctetString | .1.3.6.1.4.1.6027.3.5.1.1.1.1.10 |
| copyState The state of config-copy operation. | column | DellNetConfigCopyState | .1.3.6.1.4.1.6027.3.5.1.1.1.1.11 |
| copyTimeStarted The timetick when the copy started. | column | SNMPv2-SMITimeTicks | .1.3.6.1.4.1.6027.3.5.1.1.1.1.12 |
| copyTimeCompleted The timetick when the copy completed. | column | SNMPv2-SMITimeTicks | .1.3.6.1.4.1.6027.3.5.1.1.1.1.13 |
| copyFailCause The reason a config-copy request failed. | column | DellNetConfigCopyFailCause | .1.3.6.1.4.1.6027.3.5.1.1.1.1.14 |
| copyEntryRowStatus The state of the copy operation.
Uses CreateAndGo when you are performing the copy.
The state is set to active when the copy is completed. | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.6027.3.5.1.1.1.1.15 |
| copyServerInetAddressType The address type of copyServerInetAddress.
Only ipv4 (1), ipv6 (2) and dns (16) types
are supported. | column | INET-ADDRESS-MIBInetAddressType | .1.3.6.1.4.1.6027.3.5.1.1.1.1.16 |
| copyServerInetAddress The IP address of the address ftp/tftp/scp server
from or to which to copy the configuration file.
If the copyDestFileLocation has the value of
ftp(4) or scp(5), i… | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.4.1.6027.3.5.1.1.1.1.17 |
| copySrcFileType Specifies the type of file to copy from.
if the copySrcFileType is runningConfig(2) or
startupConfig(3), the default DellNetConfigFileLocation is
flash(1).
… | column | DellNetConfigFileType | .1.3.6.1.4.1.6027.3.5.1.1.1.1.2 |
| copySrcFileLocation Specifies the location of source file.
If the copySrcFileType has the value of
dellNetFile(1), it is expected that the copySrcFileType
and copySrcFileName must als… | column | DellNetConfigFileLocation | .1.3.6.1.4.1.6027.3.5.1.1.1.1.3 |
| copySrcFileName The file name (including the path, if applicable) of
the file. If copySourceFileType is set to runningConfig or
startupConfig, copySrcFileName is not needed. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.6027.3.5.1.1.1.1.4 |
| copyDestFileType Specifies the type of file to copy to.
if the copyDestFileType is runningConfig(2) or
startupConfig(3), the default dellNetDestFileLocation is
flash(1).
… | column | DellNetConfigFileType | .1.3.6.1.4.1.6027.3.5.1.1.1.1.5 |
| copyDestFileLocation Specifies the location of destination file.
If the copyDestFileType has the value of
dellNetFile(1), it is expected that the copyDestFileType
and copyDestFileName … | column | DellNetConfigFileLocation | .1.3.6.1.4.1.6027.3.5.1.1.1.1.6 |
| copyDestFileName Specifies the location of destination file.
If the copyDestFileType has the value of
dellNetFile(1), it is expected that the dellNetCopyDestFileTyp
and copyDestFile… | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.6027.3.5.1.1.1.1.7 |
| copyServerAddress deprecated The ip address of the tftp server from (or to)
which to copy the configuration file.
Values of 0.0.0.0 or FF.FF.FF.FF for
copyServerAddress are not allowed.
… | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.6027.3.5.1.1.1.1.8 |
| copyUserName Remote user name for copy via ftp, or scp.
If the copyDestFileLocation has the value of
ftp(4) or scp(5), it is expected the login information liked
copyServerAdd… | column | OctetString | .1.3.6.1.4.1.6027.3.5.1.1.1.1.9 |
Indexes
| Object | Type | Syntax | OID |
|---|---|---|---|
| copyConfigIndex To initiate a config copy request, user should
assign a positive random value as an index. | column | Integer32 | .1.3.6.1.4.1.6027.3.5.1.1.1.1.1 |