在Cisco Packet Tracer中 1、将路由器的名称修改为test 2、设置console口令的密码为testcon
发布网友
发布时间:2022-05-06 03:44
我来回答
共2个回答
热心网友
时间:2023-10-03 03:58
这个很简单啊。
第一个:
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
我虽然不是高手,但是这个过程我自己测试了,绝对好用。
热心网友
时间:2023-10-03 03:58
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
plex auto
speed auto
shutdown
!
ip classless
!
!
!
!
!
!
!
!
!
line con 0
password 7 0835495D1D1A0A19
login
line vty 0 4
login