Restoring configuration, Using a different configuration file, 2 restoring configuration – ZyXEL Communications ZyXEL Dimension ES-3124 User Manual
Page 242: 3 using a different configuration file
![background image](/manuals/226274/242/background.png)
Dimension ES-3124 Ethernet Switch
31-6
Command Examples
where
= The IP address of a TFTP server on which you want to store the backup
configuration file.
= Specifies the name of the configuration file.
This command backs up the current configuration file on a TFTP server. The following example backs up the
current configuration to a file (
test.cfg
) on the TFTP server (
172.23.19.96
).
Figure 31-10 CLI: Backup Configuration Example
31.6.2 Restoring
Configuration
Syntax:
copy tftp config
where
= The IP address of a TFTP server from which you want to get the backup
configuration file.
= Specified the name of the configuration file.
This command restores a configuration file on the switch. The following example uploads the configuration file
(
test.cfg
) from the TFTP server (
172.23.19.96
) to the switch.
Figure 31-11 CLI: Restore Configuration Example
31.6.3
Using a Different Configuration File
You can store up to two configuration files on the switch. Only one configuration file is used at a time. By default
the switch uses the first configuration file (with an index number of 1). You can set the switch to use a different
configuration file. There are two ways in which you can set the switch to use a different configuration file: restart
the switch (cold reboot) and restart the system (warm reboot).
ras# copy running-config tftp 172.23.19.96 test.cfg
Backuping
. (599)Bytes Done!
ras#
ras# copy tftp config 1 172.23.19.96 test.cfg
Restoring
. (599)Bytes Done!
ras#