1.4 Saving Configuration Changes
When you click Save on various configuration web pages, the modified parameter is
immediately changed as part of running-config
. However, it is not
permanently saved until an explicit configuration save action is done.
To save running-config
into startup-config
, perform any
one of the following steps:
- On the web interface, at the top right navigation-bar click the save icon or go to Maintenance > Configuration > Save startup-config. The Save Running Configuration to startup-config page is displayed. To save the configuration, click Save Configuration.
- From the Telnet/SSH, type the
command:
copy running-config startup-config
.