526 | Simple Network Management Protocol (SNMP)
www.dell.com | support.dell.com
• copy configuration files from a server to the Dell Force10 system
You can perform all of these tasks using IPv4 addresses. 
The relevant MIBs for these functions are:
Table 30-3.  MIB Objects for Copying Configuration Files Using 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.
Valid values are:
• If the copySrcFileType is 
running-config or startup-config, 
the default copySrcFileLocation is 
flash.
• If the copySrcFileType is a binary 
file, the copySrcFileLocation and 
copySrcFileName must also be 
specified.
copySrcFileLocation .1.3.6.1.4.1.6027.3.5.1.1.1.1.3 1 = flash
2 = n/a
3 = tftp
4 = ftp
5 = scp
6 = usbflash
Specifies the location of source file.
• If the copySrcFileLocation is FTP 
or SCP, copyServerAddress, 
copyUserName, and 
copyUserPassword must be 
specified.
copySrcFileName .1.3.6.1.4.1.6027.3.5.1.1.1.1.4 Path (if file is not in 
current directory) 
and filename.
Specifies name of the file. 
• If copySourceFileType 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 the copySourceFileType is 
running-config or startup-config, 
the default copyDestFileLocation is 
flash.
• If the copyDestFileType is a binary 
the copyDestFileLocation and 
copyDestFileName must be 
specified.
copyDestFileLocation .1.3.6.1.4.1.6027.3.5.1.1.1.1.6 1 = flash
2 = n/a
3 = tftp
4 = ftp
5 = scp
Specifies the location of destination 
file.
• If the copyDestFileLocation is FTP 
or SCP, copyServerAddress, 
copyUserName, and 
copyUserPassword must be 
specified.
copyDestFileName .1.3.6.1.4.1.6027.3.5.1.1.1.1.7 Path (if file is not in 
default directory) 
and filename.
Specifies the name of destination file.
copyServerAddress .1.3.6.1.4.1.6027.3.5.1.1.1.1.8 IP Address of the 
server
The IP address of the server.
• If the copyServerAddress is 
specified so must copyUserName, 
and copyUserPassword.