精品丰满熟女一区二区三区_五月天亚洲欧美综合网_亚洲青青青在线观看_国产一区二区精选

  • <menu id="29e66"></menu>

    <bdo id="29e66"><mark id="29e66"><legend id="29e66"></legend></mark></bdo>

  • <pre id="29e66"><tt id="29e66"><rt id="29e66"></rt></tt></pre>

      <label id="29e66"></label><address id="29e66"><mark id="29e66"><strike id="29e66"></strike></mark></address>
      學(xué)習(xí)啦>學(xué)習(xí)電腦>網(wǎng)絡(luò)知識(shí)>路由器>路由器設(shè)置>cisco思科>

      思科路由器密碼詳解

      時(shí)間: 若木635 分享

      下是小編為大家收集整理的思科路由器密碼詳解全部?jī)?nèi)容,如果您喜歡小編的推薦,請(qǐng)繼續(xù)關(guān)注學(xué)習(xí)啦。

      1、啟動(dòng)路由器,在30秒那按ctrl+break,進(jìn)入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、路由器會(huì)重新啟動(dòng)

      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 :

      中間引導(dǎo)過(guò)程忽略。。。。。

      --- 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#

      114254