User manual

4200 User Manual Edgewater Networks, Inc.
Version 2.2 41
Once you are at the command prompt (bash#) you can create the backup file, store
it to local flash, copy it to a remote TFTP server, copy it from a remote TFTP server,
delete it, load it or list all available backup files.
Create a Backup File and Save in Local Flash
bash# ewn save <filename>
Saves the current running configuration.
Filename format (must use extension .conf1 or .conf2):
<filename1>.conf1
<filename2>.conf2
<filenameX> can be a combination of both letters and characters. For example,
EWN4200_041503.conf1 or location1_E4200.conf2. Trying to use any other
filename format will result in the error message:
“EWN_ERROR_BAD_FILE_NAME”.
WARNING: The “.conf” extensions have special significance. If you
save a configuration with <filename-new>.conf1, then any existing
<filename-old>.conf1 will be overwritten with the new one.
Copy a Backup File to a Remote TFTP Server
bash# ewn upload <filename> <tftp server IP Address>
Copy a backup file from the 4200 to a TFTP server.
Download a Backup File from a Remote TFTP Server
bash# ewn download <filename> <tftp server IP Address>
Download a backup file from a TFTP server to the 4200.
List the Available Backup Files
bash# ewn list
List all backup files stored in FLASH. If no file has been saved, the command will only
return the bash# prompt.
Delete a Backup File
bash# ewn delete <filename>
Delete the backup file specified in the filename.
Load a Backup File so that it Becomes the Running Configuration