Print

S7000/S7500E/10500系列(V7) 交换机恢复出厂方法

2018-11-25 发表

组网及说明

1 配置需求或说明


1.1 适用产品系列

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


1.2 需要的工具环境注意事项

恢复出厂配置模块提供将设备中的所有配置恢复到出厂时的缺省配置,删除当前的配置文件,并重新启动设备的功能。


2 组网图


配置步骤

配置步骤


3.1 命令恢复方式

3.1.1 删除配置文件,重启设备方式恢复

#查看设备当前存在的配置文件


<H3C>dir

Directory of flash:

   0 -rw-        6244 Jan 08 2013 07:26:03   startup.cfg

   1 -rw-      136628 Jan 08 2013 07:26:03   startup.mdb

   2 -rw-       58704 Jan 03 2013 07:56:22   diag_H3C_20130103-005605.tar.gz


 

#删除配置文件

<H3C>delete /unreserved startup.cfg
The contents cannot be restored!!! Delete flash:/startup.cfg?[Y/N]:y
Deleting a file permanently will take a long time. Please wait...
.
%Delete file flash:/startup.cfg...Done.

 

#重启设备
<H3C>reboot
 Start to check configuration with next startup configuration file, please wait.........DONE!
 This command will reboot the device. Current configuration will be lost, save current configuration? [Y/N]:n
 This command will reboot the device. Continue? [Y/N]:y

设备重新完成,那么设备就出厂设置的状态

 

3.1.2 清除保存的配置,重启设备方式恢复

#清除已保存的配置

<H3C>reset save

The saved configuration file will be erased. Are you sure? [Y/N]:Y

 

#重启设备

<H3C>reboot 
 Start to check configuration with next startup configuration file, please wait.........DONE!
 This command will reboot the device. Current configuration will be lost, save current configuration? [Y/N]:n
 This command will reboot the device. Continue? [Y/N]:y

 


配置关键点