华为/思科清除路由器及交换机命令

华为:

一、reset saved-configuration    //重置保存配置

输入命令后会出现:

This will delete the configuration in the flash memory.

The device configuratio

ns will be erased to reconfigure.

Are you sure? (y/n)[n]:  y

二、reboot    //重新启动

输入命令后会出现:

Info: The system is comparing the configuration, please wait.

Warning: All the configuration will be saved to the next startup configuration.

Continue ? [y/n]:   n

系统会继续提示:

System will reboot! Continue ? [y/n]:   

重启中

三、输入上述两个命令后,路由器恢复出厂设置。

补:清除某端口配置,全局模式下clear configuration interface g0/0/x


思科:

一、erase startup-config   再 reload

二、第二个就是删除配置文件,可以在cil中输入dir来查看文件,找到配置文件后直接删除就好了,然后reload重启,配置信息都没有了。