A SERVICE OF

logo

Chapter 33 Command Examples
VES-1616F-3x Series User’s Guide
250
where
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).
33.7.2 Restoring Configuration
Syntax:
copy tftp config <index> <ip> <remote-file>
where
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.
33.7.3 Resetting to the Factory Default
Follow the steps below to reset the switch back to the factory defaults.
1 Enter
erase running config to reset the current running configuration.
2 Enter
write memory to save the changes to the current configuration file.
The following example resets both configuration files to the factory default settings.
<ip> =
The IP address of a TFTP server on which you want to store the
backup configuration file.
<remote-file> =
Specifies the name of the configuration file.
sysname# copy running-config tftp 172.23.19.96 test.cfg
Backuping
. (683)Bytes Done!
sysname#
<index> =
Specifies to restore which configuration file (1) on the Switch.
<ip> =
The IP address of a TFTP server from which you want to get the
backup configuration file.
<remote-file> =
Specified the name of the configuration file.
sysname# copy tftp config 1 172.23.19.96 test.cfg
Restoring
. (683)Bytes Done!
sysname#
sysname# erase running-config
sysname# write memory