142 Dell Converged Enhanced Ethernet Administrator’s Guide53-1002116-01Flash file management commands17Restore a startup configuration file from FlashThis task also works for running configuration files.To restore the startup configuration, perform the following steps from Privileged EXEC mode.1. Enter the configure terminal command to access global configuration mode.2. Enter the copy command to restore the archived configuration file.switch#copy flash://config_filename startup-configCEE configuration management commandsTable 24 lists the common CEE configuration management commands.Flash file management commandsTable 25 describes the common tasks used to manage the Flash files on the switch. TheConverged Enhanced Ethernet Command Reference contains complete information on allavailable CLI commands.TABLE 24 CEE configuration management commandsTask CommandWrite the current running configuration file tothe startup configuration file.NOTE: If you enter y at the prompt, therunning configuration file overwritesthe startup configuration file. If youenter n at the prompt, the startupconfiguration file is not overwritten.switch#copy running-config startup-configOverwrite the startup config file (y/n): yCopy the startup configuration file to therunning configuration file.switch#copy startup-config running-configErase the startup configuration file.NOTE: This command does not affect therunning configuration file.switch#write eraseCopy the running configuration file to thearchive folder on an FTP server.switch#copy running-configftp://jsmith:password@/archive/config_file]Copy a stored startup configuration file inFlash to the running configuration.switch#copy flash://test_filenamerunning-configCopy a configuration file from an FTP server tothe startup configuration.switch#copyftp://jsmith:password@/archive/test_filenamestartup-config}Display the contents of the runningconfiguration file.switch#show running-config