国产宅男网站在线|亚洲A级性爱免费视频|亚洲中精品级在线|午夜福利AA毛

  • <dd id="gf5jf"><th id="gf5jf"></th></dd>

    <cite id="gf5jf"><label id="gf5jf"></label></cite>
  • <div id="gf5jf"><listing id="gf5jf"></listing></div>
    學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 網(wǎng)絡(luò)知識 > 路由器 > 路由器設(shè)置 > cisco思科 >

    早期思科路由器的密碼恢復(fù)詳解

    時間: 若木1 分享
    大家都知道,路由器的密碼恢復(fù)功能非常重要,今天我就主要介紹思科路由器2000/2500/3000/4000/AccessPro/7000 (RP)/AGS/IGS/STS-10x的密碼恢復(fù)具體流程。
    一、首先,將一臺終端或裝有超級終端軟件的PC接到設(shè)備的console口上,其終端參數(shù)設(shè)置如下
    速率:9600bps
    檢較位:無
    數(shù)據(jù)位:8
    停止位:1
    流控:無
    二、重啟設(shè)備,在啟動的60秒內(nèi)按下中斷鍵,使設(shè)備進入rommon狀態(tài)
    三、在Rommon中輸入o命令
    >o
    Configuration register = 0x2102 at last boot
    ….. ………(略)
    記下當前的當前的Configuration register值。
    四、輸入o/r 0x2142,如下
    >o/r 0x142
    五、輸入i引導(dǎo)系統(tǒng),如果設(shè)備在重啟過程中要求進行初始化配置,一路回答no,如下所示
    >i
    32K bytes of non-volatile configuration memory.
    16384K bytes of processor board System flash (Read ONLY)
    --- System Configuration Dialog ---
    Would you like to enter the initial configuration dialog? [yes/no]:
    Press RETURN to get started!
    六、輸入回車,enable,再回車,進入enable狀態(tài),命令序列如下
    Router>en
    Router#
    七、輸入config mem,調(diào)入原配置文件,并進入配置模式,注意不要輸入conf t,命令序列如下
    Router#conf mem
    2501(config)#
    八、確認當前配置,命令如下
    2501#sh run
    九、配置新口令
    2501#conf t
    2501(config)#no enable secret xxxxxxxxx(no后面的字句可以copy/paste)
    2501(config)#enable secret ultra
    十、測試新口令,在你需要使用的每個接口下使用no shut命令,使用show ip int brief,確認你需要使用的所有接口都處于up/up狀態(tài)。
    十一、修改config-register,命令如下
    2501(config)#config-register 0x2102
    十二、保存配置
    2501(config)#exit
    2501#wr mem
    上文詳細描述了路由器的密碼恢復(fù)具體流程,希望可以幫助到大家。
    23406