Administrator Guide

FTOS-COPY-CONFIG-MIB::copyUserName.110 = STRING: mylogin
FTOS-COPY-CONFIG-MIB::copyUserPassword.110 = STRING: mypass
Copying the Startup-Cong Files to the Server via TFTP
To copy the startup-cong to the server via TFTP from the UNIX machine, use the following command.
NOTE: Verify that the le exists and its permissions are set to 777. Specify the relative path to the TFTP root
directory.
Copy the startup-cong to the server via TFTP from the UNIX machine.
snmpset -v 2c -c public -m ./f10-copy-config.mib force10system-ip-address
copySrcFileType.index i 3 copyDestFileType.index i 1 copyDestFileName.index s filepath/
filename copyDestFileLocation.index i 3 copyServerAddress.index a server-ip-address
Example of Copying Conguration Files via TFTP From a UNIX Machine
.snmpset -v 2c -c private -m ./f10-copy-config.mib 10.10.10.10
copySrcFileType.4 i 3
copyDestFileType.4 i 1
copyDestFileLocation.4 i 3
copyDestFileName.4 s /home/myfilename
copyServerAddress.4 a 11.11.11.11
Copy a Binary File to the Startup-Conguration
To copy a binary le from the server to the startup-conguration on the Dell Networking system via FTP, use the following command.
Copy a binary le from the server to the startup-conguration on the Dell Networking system via FTP.
snmpset -v 2c -c public -m ./f10-copy-config.mib force10system-ip-address
copySrcFileType.index i 1 copySrcFileLocation.index i 4 copySrcFileName.index s filepath/
filename copyDestFileType.index i 3 copyServerAddress.index a server-ip-address
copyUserName.index s server-login-id copyUserPassword.index s server-login-password
Example of Copying a Binary File From the Server to the Startup-Conguration via FTP
> snmpset -v 2c -c private -m ./f10-copy-config.mib 10.10.10.10 copySrcFileType.10 i 1
copySrcFileLocation.10 i 4 copyDestFileType.10 i 3 copySrcFileName.10 s /home/myfilename
copyServerAddress.10 a 172.16.1.56 copyUserName.10 s mylogin copyUserPassword.10 s mypass
Additional MIB Objects to View Copy Statistics
Dell Networking provides more MIB objects to view copy statistics, as shown in the following table.
Table 92. Additional MIB Objects for Copying
Conguration Files via SNMP
MIB Object OID Values Description
copyState .1.3.6.1.4.1.6027.3.5.1.1.1.1.11
1= running
2 = successful
Species the state of the copy
operation.
Simple Network Management Protocol (SNMP) 871