Chapter 33 Command Examples

where

 

 

<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.

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).

sysname# copy running-config tftp 172.23.19.96 test.cfg Backuping

. (683)Bytes Done! sysname#

33.7.2 Restoring Configuration

Syntax:

copy tftp config <index> <ip> <remote-file>

where

<index>

=

Specifies to restore which configuration file ( ) on the Switch.

 

 

1

<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.

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.

sysname# copy tftp config 1 172.23.19.96 test.cfg Restoring

. (683)Bytes Done! sysname#

33.7.3 Resetting to the Factory Default

Follow the steps below to reset the switch back to the factory defaults.

1Enter erase running config to reset the current running configuration.

2Enter write memory to save the changes to the current configuration file.

The following example resets both configuration files to the factory default settings.

sysname# erase running-config sysname# write memory

250

 

VES-1616F-3x Series User’s Guide