第一步:首先确定您的路由器是否有startup-config文件R3#R3#show startup-configUsing 516 out of 32762 bytes!version 12.3se
.
第一步:首先确定您的路由器是否有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#
还有一种办法只需将configure-register 改成0x2142,然后重启不加载startup-config。
.