文章介绍:通ENSP部署一台AC6605,一份配置三份备份,俩份本机备份,一份异地备份。
一、eNSP下载
二、AC6605
2.1、进入管理视图
<AC6605>
<AC6605>system-view
Enter system view, return user view with Ctrl+Z.
2.2、重命名
[AC6605]sysname Young
[Young]
2.3、保存配置方式一
2.3.1、退出保存配置
[Young]quit
<Young>save
The current configuration will be written to the device.
Are you sure to continue? (y/n)[n]:y
It will take several minutes to save configuration file, please wait.......
Configuration file has been saved successfully
Note: The configuration file will take effect after being activated
<Young>
2.3.2、检查保存状态
<Young>dir flash:
Directory of flash:/
Idx Attr Size(Byte) Date Time(LMT) FileName
0 -rw- 1,261 Aug 28 2024 15:32:31 ca.cer
1 -rw- 92 Aug 28 2024 15:32:35 ca_config.ini
2 drw- - Aug 28 2024 15:32:35 dhcp
3 -rw- 1,196 Aug 28 2024 15:32:31 local.cer
4 drw- - Aug 28 2024 15:32:35 localuser
5 drw- - Aug 28 2024 15:32:14 logfile
6 drw- - Aug 28 2024 15:32:35 pmdata
7 -rw- 0 Sep 21 2017 19:04:44 portalpage.zip
8 -rw- 907 Aug 28 2024 15:41:23 private-data.txt
9 -rw- 0 Sep 21 2017 19:04:58 sslvpn.zip
10 -rw- 2,263 May 26 2014 14:37:56 statemach.efs
11 -rw- 1,183 Aug 28 2024 15:41:23 vrpcfg.zip
31,493,960 KB total (29,485,224 KB free)
<Young>
2.3.3、重命名,保存,覆盖配置
<Young>sys
Enter system view, return user view with Ctrl+Z.
[Young]sysn Young-AC
[Young-AC]quit
<Young-AC>save
The current configuration will be written to the device.
Are you sure to continue? (y/n)[n]:y
It will take several minutes to save configuration file, please wait.......
Configuration file has been saved successfully
Note: The configuration file will take effect after being activated
<Young-AC>dir fl
Error: File can't be found "fl"
<Young-AC>dir flash:
Directory of flash:/
Idx Attr Size(Byte) Date Time(LMT) FileName
0 -rw- 1,261 Aug 28 2024 15:32:31 ca.cer
1 -rw- 92 Aug 28 2024 15:32:35 ca_config.ini
2 drw- - Aug 28 2024 15:32:35 dhcp
3 -rw- 1,196 Aug 28 2024 15:32:31 local.cer
4 drw- - Aug 28 2024 15:32:35 localuser
5 drw- - Aug 28 2024 15:32:14 logfile
6 drw- - Aug 28 2024 15:32:35 pmdata
7 -rw- 0 Sep 21 2017 19:04:44 portalpage.zip
8 -rw- 907 Aug 28 2024 15:41:23 private-data.txt
9 -rw- 0 Sep 21 2017 19:04:58 sslvpn.zip
10 -rw- 2,263 May 26 2014 14:37:56 statemach.efs
11 -rw- 1,187 Aug 28 2024 15:54:00 vrpcfg.zip
31,493,960 KB total (29,485,224 KB free)
<Young-AC>
2.4、保存配置方式二
2.4.1、创建新目录
<Young-AC>mkdir flash:/bp202408281843
Info: Create directory flash:/bp202408281843......Done
<Young-AC>dir
Directory of flash:/
Idx Attr Size(Byte) Date Time(LMT) FileName
0 drw- - Aug 28 2024 15:57:09 bp202408281843
1 -rw- 1,261 Aug 28 2024 15:32:31 ca.cer
2 -rw- 92 Aug 28 2024 15:32:35 ca_config.ini
3 drw- - Aug 28 2024 15:32:35 dhcp
4 -rw- 1,196 Aug 28 2024 15:32:31 local.cer
5 drw- - Aug 28 2024 15:32:35 localuser
6 drw- - Aug 28 2024 15:32:14 logfile
7 drw- - Aug 28 2024 15:32:35 pmdata
8 -rw- 0 Sep 21 2017 19:04:44 portalpage.zip
9 -rw- 907 Aug 28 2024 15:41:23 private-data.txt
10 -rw- 0 Sep 21 2017 19:04:58 sslvpn.zip
11 -rw- 2,263 May 26 2014 14:37:56 statemach.efs
12 -rw- 1,187 Aug 28 2024 15:54:00 vrpcfg.zip
31,493,960 KB total (29,485,220 KB free)
<Young-AC>
2.4.2、拷贝配置文件
<Young-AC>copy vrpcfg.zip flash:/bp202408281843/
Copy flash:/vrpcfg.zip to flash:/bp202408281843/vrpcfg.zip? (y/n)[n]:y
100% complete
Info: Copied file flash:/vrpcfg.zip to flash:/bp202408281843/vrpcfg.zip...Done
<Young-AC>
2.4.3、查看备份文件
<Young-AC>cd flash:/bp202408281843/
<Young-AC>dir
Directory of flash:/bp202408281843/
Idx Attr Size(Byte) Date Time(LMT) FileName
0 -rw- 1,187 Aug 28 2024 15:59:03 vrpcfg.zip
31,493,960 KB total (29,485,216 KB free)
<Young-AC>
2.4.4、返回默认路径
<Young-AC>cd flash:/bp202408281843/
<Young-AC>
<Young-AC>pwd
flash:/bp202408281843
<Young-AC>cd ..
<Young-AC>pwd
flash:
<Young-AC>