思科路由器密码详解
下是小编为大家收集整理的思科路由器密码详解全部内容,如果您喜欢小编的推荐,请继续关注学习啦。
学习啦在线学习网1、启动路由器,在30秒那按ctrl+break,进入rommon模式
学习啦在线学习网System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
Copyright (c) 2000 by cisco Systems, Inc.
C2600 platform with 65536 Kbytes of main memory
学习啦在线学习网PC = 0xfff0ab6c, Vector = 0x500, SP = 0x80004884
学习啦在线学习网monitor: command "boot" aborted due to user interrupt
rommon 1 >
2、然后输入
学习啦在线学习网rommon 1 > confreg 0x2142
You must reset or power cycle for new config to take effect
学习啦在线学习网rommon 2 > reset
3、路由器会重新启动
学习啦在线学习网System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
学习啦在线学习网Copyright (c) 2000 by cisco Systems, Inc.
学习啦在线学习网C2600 platform with 65536 Kbytes of main memory
学习啦在线学习网program load complete, entry point: 0x80008000, size: 0x8a7f8c
学习啦在线学习网Self decompressing the image :
学习啦在线学习网中间引导过程忽略。。。。。
学习啦在线学习网--- System Configuration Dialog ---
Would you like to enter the initial configuration dialog? [yes/no]:
4、按ctrl+c
学习啦在线学习网Press RETURN to get started!
Router>
学习啦在线学习网Router>enable
学习啦在线学习网Router#copy startup-config running-config
Destination filename [running-config]?
816 bytes copied in 0.884 secs
router1#
router1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
router1(config)#
学习啦在线学习网router1(config)#enable secret cisco
router1(config)#enable password 12345
学习啦在线学习网router1(config)#line con 0
学习啦在线学习网router1(config-line)#login
学习啦在线学习网router1(config-line)#password cisco
router1(config-line)#exit
学习啦在线学习网router1(config)#line aux 0
router1(config-line)#login
router1(config-line)#password cisco
router1(config-line)#exit
router1(config)#line vty 0 4
学习啦在线学习网router1(config-line)#login
router1(config-line)#password cisco
router1(config-line)#exit
router1(config)#config-register 0x2102
router1(config)#exit
router1#
router1#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
router1#