R1#copy running-config nvram:startup-config Destination filename [startup-config]? Building configuration... [OK]
恢复配置文件
例如恢复到20190826的配置
1 2 3 4
R1#copy nvram:/20190826.backup startup-config Destination filename [startup-config]? y
2190 bytes copied in 1.108 secs (1977 bytes/sec)
重启交换机,不需要保存运行中的配置:
1 2 3 4 5
R1#reload Proceed with reload? [confirm]y *Jul 27 02:14:18.199: %SYS-5-RELOAD: Reload requested by console. Reload Reason: Reload Command.
ROM: reload requested...
H3C 化为的操作思路
保存文件,选用配置
1 2 3 4 5
<F1070>save 20190828.cfg The current configuration will be saved to flash:/20190828.cfg. Continue? [Y/N]:y Now saving current configuration to the device. Saving configuration flash:/20190828.cfg.Please wait... Configuration is saved to device successfully.