Print

S7000/S7500E/10500系列(V7)交换机配置文件备份方法

2018-11-25 发表

组网及说明

1 配置需求或说明


1.1 适用产品系列

本案例适用于如S7006S7503ES7506ES7606S10510S10508S7000S7500ES10500系列,且软件版本是V7的交换机


1.2 配置需求

对设备执行配置操作后,建议及时保存当前配置,最好再把配置导出备份,以免配置丢失


2 组网图


配置步骤

3 配置步骤


3.1 命令方式

首先保存设备配置

<H3C>save

The current configuration will be written to the device. Are you sure? [Y/N]:y

Please input the file name(*.cfg)[flash:/startup.cfg]

(To leave the existing filename unchanged, press the enter key):

Validating file. Please wait...

Saved the current configuration to mainboard device successfully.

以上表明设备默认保存了一个starup.cfg文件


接下来通常都是搭建一个tftp服务器的方式把存设备内存里的文件下载下来,需要确保电脑跟设备能ping通。

<H3C> tftp 10.88.18.117 put backup.cfg   

  File will be transferred in binary mode 

  Sending file to remote TFTP server. Please wait... |

  TFTP:     2287 bytes sent in 0 second(s).

  File uploaded successfully. 

其中的地址是您调试的终端电脑的地址。


配置关键点