CCNA实验:清除路由器的配置

第一步:首先肯定您的路由器是否有startup-config文件
R3#
R3#show startup-config
Using 516 out of 32762 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
第二步:咱们对这个文件进行清除
R3#write erase(写入清除)
Erasing the nvram filesystem will remove all configuration files! Continue? [con
firm]y[OK]
Erase of nvram: complete
第三步:如今再查看一下是否有startup-config这个文件
R3#
R3#show startup-config
startup-config is not present (文件已不存在)
R3#ide


还有一种办法只需将configure-register 改为0x2142,而后重启不加载startup-config。debug

相关文章
相关标签/搜索