Reference Guide

Copy Configuration Files Using SNMP
To do the following, use SNMP from a remote client.
copy the running-config file to the startup-config file
copy configuration files from the Dell Networking system to a server
copy configuration files from a server to the Dell Networking system
You can perform all of these tasks using IPv4 or IPv6 addresses. The examples in this section use IPv4 addresses;
however, you can substitute IPv6 addresses for the IPv4 addresses in all of the examples.
The following table lists the relevant MIBs for these functions are.
Table 69. MIB Objects for Copying Configuration Files via SNMP
MIB Object OID Object Values Description
copySrcFileType .1.3.6.1.4.1.6027.3.5.1.1.1.1.2
1 = FTOS file
2 = running-config
3 = startup-config
Specifies the type of file to
copy from. The range is:
If copySrcFileType
is running-config or
startup-config, the
default
copySrcFileLocatio
n is flash.
If copySrcFileType
is a binary file, you
must also specify
copySrcFileLocatio
n and
copySrcFileName.
copySrcFileLocation .1.3.6.1.4.1.6027.3.5.1.1.1.1.3
1 = flash
2 = slot0
3 = tftp
4 = ftp
5 = scp
6 = usbflash
Specifies the location of
source file.
If
copySrcFileLocatio
n is FTP or SCP, you
must specify
copyServerAddress
, copyUserName,
and
copyUserPassword.
copySrcFileName .1.3.6.1.4.1.6027.3.5.1.1.1.1.4 Path (if the file is not in the
current directory) and
filename.
Specifies name of the file.
If
copySourceFileTyp
e is set to running-
config or startup-
config,
copySrcFileName is
not required.
copyDestFileType .1.3.6.1.4.1.6027.3.5.1.1.1.1.5
1 = FTOS file
2 = running-config
3 = startup-config
Specifies the type of file to
copy to.
If
copySourceFileTyp
749