958 | Simple Network Management Protocol (SNMP)w w w . d e l l . c o m | s u p p o r t . d e l l . c o msnmpset -v 2c -c public force10system-ip-address copySrcFileType.index i 2 copyDestFileType.index i 3Figure 46-7 show the command syntax using MIB object names. Figure 46-8 shows the same command using the objectOIDs. In both cases, the object is followed by a unique index number.Figure 46-7. Copying Configuration Files via SNMP using Object-Name SyntaxFigure 46-8. Copying Configuration Files via SNMP using OID SyntaxCopy the startup-config to the running-config using the following command from a UNIX machine:snmpset -c private -v 2c force10system-ip-address copySrcFileType.index i 3 copyDestFileType.index i 2Figure 46-9. Copying Configuration Files via SNMP using Object-Name SyntaxFigure 46-10. Copying Configuration Files via SNMP using OID SyntaxCopy the startup-config to the server via FTP using the following command from the UNIX machine:snmpset -v 2c -c public -m ./f10-copy-config.mib force10system-ip-address copySrcFileType.index i 2copyDestFileName.index s filepath/filename copyDestFileLocation.index i 4 copyServerAddress.index aserver-ip-address copyUserName.index s server-login-id copyUserPassword.index s server-login-passwordTable 46-4. Copying Configuration Files via SNMPTask> snmpset -v 2c -r 0 -t 60 -c private -m ./f10-copy-config.mib 10.10.10.10 copySrcFileType.101i 2 copyDestFileType.101 i 3FTOS-COPY-CONFIG-MIB::copySrcFileType.101 = INTEGER: runningConfig(2)FTOS-COPY-CONFIG-MIB::copyDestFileType.101 = INTEGER: startupConfig(3)> snmpset -v 2c -c public -m ./f10-copy-config.mib 10.10.10.10.1.3.6.1.4.1.6027.3.5.1.1.1.1.2.100 i 2 .1.3.6.1.4.1.6027.3.5.1.1.1.1.5.100 i 3FFTOS-COPY-CONFIG-MIB::copySrcFileType.100 = INTEGER: runningConfig(2)FTOS-COPY-CONFIG-MIB::copyDestFileType.100 = INTEGER: startupConfig(3)> snmpset -c public -v 2c -m ./f10-copy-config.mib 10.11.131.162 copySrcFileType.7 i 3copyDestFileType.7 i 2FTOS-COPY-CONFIG-MIB::copySrcFileType.7 = INTEGER: runningConfig(3)FTOS-COPY-CONFIG-MIB::copyDestFileType.7 = INTEGER: startupConfig(2)>snmpset -c public -v 2c 10.11.131.162 .1.3.6.1.4.1.6027.3.5.1.1.1.1.2.8 i 3.1.3.6.1.4.1.6027.3.5.1.1.1.1.5.8 i 2SNMPv2-SMI::enterprises.6027.3.5.1.1.1.1.2.8 = INTEGER: 3SNMPv2-SMI::enterprises.6027.3.5.1.1.1.1.5.8 = INTEGER: 2