美文网首页
路由器名称和特权密码的变更

路由器名称和特权密码的变更

作者: singed | 来源:发表于2018-10-18 14:44 被阅读0次

主要命令

Router(config)#hostname R1 
R1(config)#enable password ccna
R1(config)#enable secret ccnp
R1(config)#line vty 0 4
R1(config-line)#password ccie
R1(config)#service password-encryption

过程

Router>enable 
Router#configure terminal 
Router(config)#hostname R1 
R1(config)#enable password ccna
R1(config)#enable secret ccnp
R1(config)#line vty 0 4
R1(config-line)#password ccie
R1(config-line)#end
R1#sh run 
Building configuration...

Current configuration : 1160 bytes
!
! Last configuration change at 08:34:29 EET Thu Oct 18 2018
!
version 15.7
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 $1$ISqz$r3t5R4.tnxXjBMWxWfPiV1
enable password ccna
!

-----省略-----

line con 0
 logging synchronous
line aux 0
line vty 0 4
 password ccie
 login    
 transport input none
!         
!         
end       
R1#configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#service password-encryption 
R1(config)#end
R1#sh run
Building configuration...

*Oct 18 06:35:07.167: %SYS-5-CONFIG_I: Configured from console by console
Current configuration : 1173 bytes
!
! Last configuration change at 08:35:07 EET Thu Oct 18 2018
!
version 15.7
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 $1$ISqz$r3t5R4.tnxXjBMWxWfPiV1
enable password 7 121A061913
!

-----省略-----

line con 0
 logging synchronous
line aux 0
line vty 0 4
 password 7 0007100F01
 login    
 transport input none
!         
!         
end       

相关文章

  • 路由器名称和特权密码的变更

    主要命令 过程

  • [CCNA图文笔记]-28-思科路由安全浅析

    0×1.思科路由密码安全浅析对路由器最直接有效的攻击手段就是获取管理密码(vty密码和特权密码等),保护路由器密码...

  • 锐捷实战系列(九) 明文enable(特权)密码

    实训目的 掌握明文enable(特权)密码的配置。 实训背景 交换机/路由器都可以设置密码,设置密码可以有效提高设...

  • 路由器售后服务

    教程导航: 新装路由器须知如何修改无线名称或密码?无线名字密码修改视频教程路由器闪黄灯没网教程网慢掉线问题自我判断...

  • 第五章(第四节)论路由器重置

    1、写在前面的话 家用路由器进行用户名和密码重置 2、操作思路 1、登录路由器 2、进行用户名和密码重置 3、具体...

  • 2019-04-21

    公司名称和地址变更商标需要变更么?:很多老板都不知道如果公司的地址或者是名称改变了,对于公司的商标也需要进行变更吗...

  • 配置静态路由器

    路由器R配置Router>enable 进入特权模式Router#configure terminalRoute...

  • qq,

    路由器密码加666

  • 如何修改无线名称或密码?

    应用介绍 无线信号一般指无线Wi-Fi,无线信号名称和无线密码是无线终端连接路由器上网最重要的两个信息。实际使用过...

  • 被蹭网了,怎么办

    当您发现Wi-Fi可能被人蹭网时,建议您尽快修改路由器密码,并在路由器设置页面修改Wi-Fi安全设置和密码。 1、...

网友评论

      本文标题:路由器名称和特权密码的变更

      本文链接:https://www.haomeiwen.com/subject/gktszftx.html