Reference Guide

Example of Copying a file to a Remote System
The following shows an example of using the copy command to save a file to an FTP server.
Dell#copy flash://Dell-EF-8.2.1.0.bin ftp://myusername:mypassword@10.10.10.10//
Dell/Dell-EF-8.2.1.0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27952672 bytes successfully copied
Example of Copying a file from a Remote System
The following shows an example of using the copy command to import a file to the S5000 switch from
an FTP server.
Dell#copy flash://Dell-EF-8.2.1.0.bin ftp://myusername:mypassword@10.10.10.10//
Dell/Dell-EF-8.2.1.0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27952672 bytes successfully copied
Saving the Running-Configuration
The running-configuration contains the current system configuration. Dell Networking recommends
coping your running-configuration to the startup-configuration.
The system uses the startup-configuration during boot-up to configure the system. The startup-
configuration is stored in the internal flash on the IOM by default, but you can save the startup-
configuration to a USB flash device or on a remote server.
NOTE: The commands in this section follow the same format as those in Copying Files to and from
the System but use the filenames startup-configuration and running-configuration. These
commands assume that current directory is the internal flash, which is the system default.
Save the running-configuration to the startup-configuration on the internal flash.
EXEC Privilege mode
copy running-config startup-config
Save the running-configuration to the usb flash on the IOM.
EXEC Privilege mode
copy running-config usbflash://filename
Save the running-configuration to an FTP server.
EXEC Privilege mode
copy running-config ftp:// username:password@{hostip | hostname}/filepath/
filename
Save the running-configuration to a TFTP server.
EXEC Privilege mode
copy running-config tftp://{hostip | hostname}/filepath/ filename
Save the running-configuration to an SCP server.
EXEC Privilege mode
copy running-config scp:// username:password@{hostip | hostname}/filepath/
filename
Getting Started
59