侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

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

2023-04-03 星期一 / 0 评论 / 0 点赞 / 89 阅读 / 818 字

第一步:首先确定您的路由器是否有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。

.

广告 广告

评论区