Copying the Startup-Config Files to the Server via FTPTo copy the startup-config to the server via FTP from the UNIX machine, use the following command.Copy the startup-config to the server via FTP from the UNIX machine.snmpset -v 2c -c public -m ./f10-copy-config.mib force10system-ip-addresscopySrcFileType.index i 2 copyDestFileName.index s filepath/filenamecopyDestFileLocation.index i 4 copyServerAddress.index a server-ip-addresscopyUserName.index s server-login-id copyUserPassword.index s server-login-password• precede server-ip-address by the keyword a.• precede the values for copyUsername and copyUserPassword by the keyword s.Example of Copying Configuration Files via FTP From a UNIX Machine> snmpset -v 2c -c private -m ./f10-copy-config.mib 10.10.10.10 copySrcFileType.110 i 2copyDestFileName.110 s /home/startup-config copyDestFileLocation.110 i 4copyServerAddress.110a 11.11.11.11 copyUserName.110 s mylogin copyUserPassword.110 s mypassFTOS-COPY-CONFIG-MIB::copySrcFileType.110 = INTEGER: runningConfig(2)FTOS-COPY-CONFIG-MIB::copyDestFileName.110 = STRING: /home/startup-configFTOS-COPY-CONFIG-MIB::copyDestFileLocation.110 = INTEGER: ftp(4)FTOS-COPY-CONFIG-MIB::copyServerAddress.110 = IpAddress: 11.11.11.11FTOS-COPY-CONFIG-MIB::copyUserName.110 = STRING: myloginFTOS-COPY-CONFIG-MIB::copyUserPassword.110 = STRING: mypassCopying the Startup-Config Files to the Server via TFTPTo copy the startup-config to the server via TFTP from the UNIX machine, use the following command.NOTE: Verify that the file exists and its permissions are set to 777. Specify the relative path to theTFTP root directory.• Copy the startup-config to the server via TFTP from the UNIX machine.snmpset -v 2c -c public -m ./f10-copy-config.mib force10system-ip-addresscopySrcFileType.index i 3 copyDestFileType.index i 1 copyDestFileName.index sfilepath/filename copyDestFileLocation.index i 3 copyServerAddress.index aserver-ip-addressExample of Copying Configuration Files via TFTP From a UNIX Machine.snmpset -v 2c -c private -m ./f10-copy-config.mib 10.10.10.10copySrcFileType.4 i 3copyDestFileType.4 i 1copyDestFileLocation.4 i 3copyDestFileName.4 s /home/myfilenamecopyServerAddress.4 a 11.11.11.11Copy a Binary File to the Startup-ConfigurationTo copy a binary file from the server to the startup-configuration on the Dell Networking system via FTP,use the following command.• Copy a binary file from the server to the startup-configuration on the Dell Networking system via FTP.snmpset -v 2c -c public -m ./f10-copy-config.mib force10system-ip-addresscopySrcFileType.index i 1 copySrcFileLocation.index i 4 copySrcFileName.indexSimple Network Management Protocol (SNMP) 767