把修改的配置保存为test.zip文件
1
2
|
save test .zip
dir |
显示下次启动会加载的配置文件
dis startup
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<S1>dis startup MainBoard: Configured startup system software: NULL
Startup system software: NULL
Next startup system software: NULL
Startup saved-configuration file : flash: /vrpcfg .zip
Next startup saved-configuration file : flash: /vrpcfg .zip
Startup paf file : NULL
Next startup paf file : NULL
Startup license file : NULL
Next startup license file : NULL
Startup patch package: NULL
Next startup patch package: NULL
|
更改下次启动要加载的配置文件
1
|
startup saved-configuration test .zip
|
更改后查看
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<S1>dis startup MainBoard: Configured startup system software: NULL
Startup system software: NULL
Next startup system software: NULL
Startup saved-configuration file : flash: /vrpcfg .zip
Next startup saved-configuration file : flash: /test .zip
Startup paf file : NULL
Next startup paf file : NULL
Startup license file : NULL
Next startup license file : NULL
Startup patch package: NULL
Next startup patch package: NULL
|
重启
1
2
3
4
5
|
<S1>reboot Info: The system is now comparing the configuration, please wait. Warning: All the configuration will be saved to the configuration file for the next startup:flash: /vrpcfg .zip, Continue?[Y /N ]:n
Info: If want to reboot with saving diagnostic information, input 'N' and then execute 'reboot save diagnostic-information' .
System will reboot! Continue?[Y /N ]:y
|
本文转自 f_066 51CTO博客,原文链接:http://blog.51cto.com/ganmu/1969715,如需转载请自行联系原作者