System Configuration Commands | 109The following command copies the running config from the switch system memory to flash memory,overwriting the startup configuration file:copy system:running-config nvram:startup-configExample Figure 6-35. Using the copy command to Upload the Event Logcopy (clibanner)This version of the copy command, with the “clibanner” option, downloads the CLI banner text file tothe switch. Local URLs can be specified using tftp or xmodem. The CLI banner is configurable textthat you can have displayed when the CLI user logs in to the switch. The file cannot be created on theswitch. Instead, create the banner file using a text editor, put it on your TFTP server, and thendownload it to the switch.Syntax copy tftp://tftp_server_ip_address/filepath nvram:clibannerReversing the sequence of the command parameters uploads the text file from the switch:copy nvram:clibanner tftp://tftp_server_ip_address/filepathThe no clibanner command removes the CLI banner.Default noneMode Privileged ExecNote: Starting with SFTOS version 2.3, this command creates a text-based startup-config fileinstead of a binary file.Force10 S50 #copy nvram:errorlog tftp://10.10.10.10/errorLogMode........................................... TFTPSet TFTP Server IP............................. 10.10.10.10TFTP Path......................................TFTP Filename.................................. errorLogData Type...................................... Error LogManagement access will be blocked for the duration of the transferAre you sure you want to start? (y/n) yFile transfer operation completed successfully.RelatedCommandscopy (clibanner) Downloads the CLI banner text file to the switch.boot system Select an image to be the active image for subsequent reboots and to be loaded bythe boot loader.write Saves the running configuration to NVRAM, duplicating the functionality ofcopy system:running-config nvram:startup-configParameters tftp_server_ip_address Enter the URL of the TFTP server in IP address format: xxx.xxx.xxx.xxxfilepath Enter the path on the TFTP server and the filename in this format:path/filename. If the file resides in the root directory, then you can simplyenter the filename. The path and filename can be no more than 31 characterseach. The file size cannot be larger than 2K.