Loading/saving settings
66
3.2
Saving settings
UM Basic Configuration L3P
Release
7.1
12/2011
3.2.2 Saving in a binary file or a script file on a
URL
The device allows you to save the current configuration data in a file in the
connected network.
Note: The configuration file includes all configuration data, including the
password. Therefore pay attention to the access rights on the tftp server.
Select the
Basics: Load/Save dialog.
In the “Save” frame, choose “to URL (binary)”
to create a binary file, or “to URL (script)”
to create an editable and readable script file.
In the “URL” frame, enter the path under which you want the device
to save the configuration file.
The URL identifies the path to the tftp server on which the device saves
the configuration file. The URL is in the format
tftp://IP address of the tftp server/path name/file name
(e.g. tftp://10.1.112.5/switch/config.dat).
Click "Save".
enable Switch to the privileged EXEC mode.
copy nvram:startup-config
tftp://10.1.112.159/
switch/config.dat
The device saves the configuration data in a
binary file on a tftp server in the connected
network
copy nvram:script
tftp://10.0.1.159/switch/
config.txt
The device saves the configuration data in a
script file on a tftp server in the connected
network.