Enterasys Networks 1G58x-09 User Manual
Page 113
General Configuration Command Set
Managing Switch Configuration Files
Matrix E1 Series (1G58x-09 and 1H582-xx) Configuration Guide
3-65
Command Type
Switch command.
Command Mode
Read-Write.
Command Defaults
If append is not specified, the device-config file will be replaced.
Examples
This example shows how to copy the clitxt.txt file to clitxt1.txt:
This example shows how to copy (upload) a configuration text file to the network server:
This example shows how to upload the device configuration to the network server. The uploaded
file will not be saved in NVRAM:
This example shows how to copy (download) a configuration text file from the network server to
the Matrix E1 file system. This text file can then be executed using the configure command:
NOTES: There is an important distinction between specifying a filename and using the
device-config option.
When uploading, the filename specified in the destination pathname (the server) is
created.
When downloading, if the device-config keyword is entered, then the filename
specified in the source pathname is downloaded and executed. This file will not be
saved in NVRAM. If a filename is entered instead of device-config, then the specified
source file is downloaded and saved in NVRAM with the destination filename. This file
will not be processed until it is executed with the configure command described in
.
Matrix>copy clitxt.txt clitxt1.txt
Matrix>copy clitxt.txt tftp://10.1.128.60/config/clitxt.txt
Matrix>copy device-config tftp://10.1.129.3/config/clitxt.txt
Matrix>copy tftp://10.1.129.3/config/clitxt.txt clitxt.txt