在Cisco Packet Tracer中 1、将路由器的名称修改为test 2、设置console口令的密码为testcon
3、设置enable口令为testen;但要求在run文件能够加密存放。这几道题怎么做啊。有高手可以给出整个操作过程吗?真的谢谢了!第二个问题应该是:2、设置CONSOL...
3、设置enable口令为testen;但要求在run文件能够加密存放。这几道题怎么做啊。有高手可以给出整个操作过程吗?真的谢谢了!
第二个问题应该是:2、设置CONSOLE口的密码为testcon 展开
第二个问题应该是:2、设置CONSOLE口的密码为testcon 展开
2个回答
展开全部
这个很简单啊。
第一个:
R1#en
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#hostname test
test(config)#
第二个:
test(config)#line con 0
test(config-line)#password testcon
test(config-line)#login
test(config-line)#
第三个:
test(config-line)#exit
test(config)#enable secret testen
这样就会在show run中加密enable密码,如果想要加密第二个问题,con口的密码,可以加上这个命令:service password-encryption
我虽然不是高手,但是这个过程我自己测试了,绝对好用。
第一个:
R1#en
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#hostname test
test(config)#
第二个:
test(config)#line con 0
test(config-line)#password testcon
test(config-line)#login
test(config-line)#
第三个:
test(config-line)#exit
test(config)#enable secret testen
这样就会在show run中加密enable密码,如果想要加密第二个问题,con口的密码,可以加上这个命令:service password-encryption
我虽然不是高手,但是这个过程我自己测试了,绝对好用。
Storm代理
2023-07-25 广告
2023-07-25 广告
StormProxies是全球大数据IP资源服务商,其住宅代理网络由真实的家庭住宅IP组成,可为企业或个人提供满足各种场景的代理产品。点击免费测试(注册即送1G流量)StormProxies有哪些优势?1、IP+端口提取形式,不限带宽,IP...
点击进入详情页
本回答由Storm代理提供
展开全部
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname test2
test2(config)#line console 0
test2(config-line)#login
% Login disabled on line 0, until 'password' is set
test2(config-line)#password testcon
test2(config-line)#exit
test2(config)#enable password testen
test2(config)#service pass
test2(config)#service password-encryption
test2(config)#end
刚刚试验过,最后的service password-encryption 命令可以对所设的明文密码进行加密
show run之后我们可以发现密码已被加密
test2#show run
Building configuration...
Current configuration : 396 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname test2
!
!
!
enable password 7 0835495D1D1C0B
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
ip classless
!
!
!
!
!
!
!
!
!
line con 0
password 7 0835495D1D1A0A19
login
line vty 0 4
login
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname test2
test2(config)#line console 0
test2(config-line)#login
% Login disabled on line 0, until 'password' is set
test2(config-line)#password testcon
test2(config-line)#exit
test2(config)#enable password testen
test2(config)#service pass
test2(config)#service password-encryption
test2(config)#end
刚刚试验过,最后的service password-encryption 命令可以对所设的明文密码进行加密
show run之后我们可以发现密码已被加密
test2#show run
Building configuration...
Current configuration : 396 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname test2
!
!
!
enable password 7 0835495D1D1C0B
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
ip classless
!
!
!
!
!
!
!
!
!
line con 0
password 7 0835495D1D1A0A19
login
line vty 0 4
login
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询