CLI Reference Guide
Syntax
copy running-config startup-config
Command Mode
Privileged EXEC Mode
Example
Save current settings:
TL-SG3424# copy running-config startup-config
copy startup-config tftp
Description
The copy startup-config tftp command is used to backup the configuration file
to TFTP server.
Syntax
copy startup-config tftp ip-address ip-addr filename name
Parameter
ip-addr —— IP Address of the TFTP server. Both IPv4 and IPv6 addresses are
supported, for example 192.168.0.1 or fe80::1234.
name —— Specify the name for the configuration file which would be backup.
Command Mode
Privileged EXEC Mode
Example
Backup the configuration files to TFTP server with the IP 192.168.0.148 and
name this file config.cfg:
TL-SG3424# copy startup-config tftp ip-addre ss 192.168.0.148 filename
config
Backup the configuration files to TFTP server with the IP fe80::1234 and name
this file config.cfg:
TL-SG3424# copy startup-config tftp ip-address fe80::1234 filename config
120