Simple Network Management Protocol (SNMP) | 959• server-ip-address must be preceded by the keyword a.• values for copyUsername and copyUserPassword must be preceded by the keyword s.Figure 46-11. Copying Configuration Files via SNMP and FTP to a Remote ServerCopy the startup-config to the server via TFTP using the following command from the UNIX machine:Note: Verify that the file exists and its permissions are set to 777. Specify the relative path to the TFTP rootdirectory.snmpset -v 2c -c public -m ./f10-copy-config.mib force10system-ip-address copySrcFileType.index i 3copyDestFileType.index i 1 copyDestFileName.index s filepath/filename copyDestFileLocation.index i 3copyServerAddress.index a server-ip-addressFigure 46-12. Copying Configuration Files via SNMP and TFTP to a Remote ServerCopy a binary file from the server to the startup-configuration on the Dell Force10 system via FTP using the followingcommand:snmpset -v 2c -c public -m ./f10-copy-config.mib force10system-ip-address copySrcFileType.index i 1copySrcFileLocation.index i 4 copySrcFileName.index s filepath/filename copyDestFileType.index i 3copyServerAddress.index a server-ip-address copyUserName.index s server-login-id copyUserPassword.index sserver-login-passwordFigure 46-13. Copying Configuration Files via SNMP and FTP from a Remote ServerTable 46-4. Copying Configuration Files via SNMPTask> 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 4 copyServerAddress.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: mypass.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.11> snmpset -v 2c -c private -m ./f10-copy-config.mib 10.10.10.10 copySrcFileType.10 i 1copySrcFileLocation.10 i 4 copyDestFileType.10 i 3 copySrcFileName.10 s /home/myfilenamecopyServerAddress.10 a 172.16.1.56 copyUserName.10 s mylogin copyUserPassword.10 s mypass