清除路由器的配置的命令是什么啊?
直接用erase running-config来清除路由器配置信息。
路由器常用命令如下:
1、router(config)#enable password / 设置特权口令。
2、router(config)#no ip domain lookup / 不允许路由器缺省使用 DNS 解析命令。
3、router(config)# Service password-encrypt / 对所有在路由器上输入的口令进行暗文加密。
4、router(config)#line vty 0 4 / 进入设置 telnet 服务模式。
5、router(config-line)#password xxx / 设置 telnet 的密码。
6、router(config-line)#login / 使能可以登陆。
7、router(config)#line con 0 / 进入控制口的服务模式。
8、router(config-line)#password xxx / 要设置 console 的密码。
9、router(config-line)#login / 使能可以登陆。
扩展资料:
路由器使用的时候需注意几个方面:
1、 正确设置路由器,按照说明书操作设置路由器上网,只做简单的安装就能够上网了。如无特殊需要,其他功能无需改动。
2、 为避免连接路由器的设备滥用带宽,导致其他设备上网困难,可在路由器开启流量控制功能,合理分配带宽。
3、检查网线有没有老化或者损坏,猫有无故障等。避免因其他原因导致的无法正常上网。
4、及时更新电脑杀毒程序和系统补丁包,尽可能保证路由器所处局域网环境安全。
2024-10-10 广告
清除路由器的配置的命令
Router#erase startup-config
其他命令
1、查看保存配置:
查看当前路由器配置:
Router#show running-config
保存当前配置:
Router#copy running-config startup-config
重新加载路由器:
Router#reload
(wr命令=copy running-config startup-config命令(保存当前配置))
2、路由器和交换机的管理配置:
设置主机名 hostname命令
设置口令 enable密码(明文和密文)
vty密码
console控制台密码
扩展资料:
路由器模式:
用户模式 Router>
特权模式 Router#
进入配置模式:(使用exit或者ctrl+z退出)Router#configure terminal
全局模式 Router(config)#
接口模式 Router(config-if)#
子接口模式 Router(config-subif)#
行模式 Router(config-line)#
直接用erase running-config来清除配置信息。
以下为常用命令:
router(config)#enable password / 设置特权口令。
router(config)#no ip domain lookup / 不允许路由器缺省使用 DNS 解析命令。
router(config)# Service password-encrypt / 对所有在路由器上输入的口令进行暗文加密。
router(config)#line vty 0 4 / 进入设置 telnet 服务模式。
router(config-line)#password xxx / 设置 telnet 的密码。
router(config-line)#login / 使能可以登陆。
router(config)#line con 0 / 进入控制口的服务模式。
router(config-line)#password xxx / 要设置 console 的密码。
router(config-line)#login / 使能可以登陆。
扩展资料:
路由器使用的时候需注意下一下几个方面:
1、 正确设置路由器,按照说明书操作设置路由器上网,只做简单的安装就能够上网了。如无特殊需要,其他功能无需改动。
2、 为避免连接路由器的设备滥用带宽,导致其他设备上网困难,可在路由器开启流量控制功能,合理分配带宽。
3、检查网线有没有老化或者损坏,猫有无故障等。避免因其他原因导致的无法正常上网。
4、及时更新电脑杀毒程序和系统补丁包,尽可能保证路由器所处局域网环境安全。
推荐于2017-09-28
删除配置信息一般有两个方法:
一个是直接用erase running-config来清除配置信息;
第二个就是删除配置文件,可以在cil中输入dir来查看文件,找到配置文件后直接删除就好了,然后reload重启,配置信息都没有了。