亚洲欧美精品沙发,日韩在线精品视频,亚洲Av每日更新在线观看,亚洲国产另类一区在线5

<pre id="hdphd"></pre>

  • <div id="hdphd"><small id="hdphd"></small></div>
      學(xué)習啦>學(xué)習電腦>電腦入門>

      修改Cisco3550交換機密碼方法

      時間: 志藝942 分享

        你知道怎么對于2900xl/3500xl/2950/3550系列交換機的enable密碼恢復(fù)流程么?接下來是小編為大家收集的修改Cisco3550交換機密碼方法,希望能幫到大家。

        修改Cisco3550交換機密碼方法

        一、將一臺終端或裝有超級終端軟件的 PC接到交換機的console口上。終端參數(shù)設(shè)置如下:

        速率:9600bps

        檢較位:無

        數(shù)據(jù)位:8

        停止位:1

        流 控:無

        二、撥掉電源

        三、按住前面板的mode鍵不放,插上電源,等3-5秒后松開mode鍵。你會看到如下提示:

        The system has been interrupted prior to initializing the flash file system.

        The following commands will initialize the flash file system, and finish loading

        the operating system software:

        flash_init

        load_helper

        boot

        四、 輸入flash_init

        六、輸入dir flash:

        注意,不要少了flash后面的冒號, 屏幕出現(xiàn)如下提示。

        Directory of flash:

        2 -rwx 843947 Mar 01 1993 00:02:18 C2900XL-c3h2s-mz-12.1-WC5.bin

        4 drwx 3776 Mar 01 1993 01:23:24 html

        66 -rwx 130 Jan 01 1970 00:01:19 env_vars

        68 -rwx 1296 Mar 01 1993 06:55:51 config.text

        1728000 bytes total (456704 bytes free)

        七、輸入 rename flash:config.text flash:config.old(就是把現(xiàn)有的文件隨便改個名字以便在登錄時不會再提示輸入密碼)

        八、輸入boot引導(dǎo)系統(tǒng)。(如果輸入reset命令交換機將被重置為出廠設(shè)置)

        九、當出現(xiàn)如下提示 時,輸入N:

        Continue with the configuration dialog? [yes/no] : N

        十、用en進 入enable狀態(tài),并將文件config.old改回config.text,命令如下:

        rename flash:config.old flash:config.text

        十一、將原配置裝入內(nèi)存,命令如下:

        2900# copy flash:config.text system:running-config

        十二、修改密碼:

        2900xl#conf t

        2900xl(config)#no enable secret

        2900xl(config)#enable secret 密碼 (全局登陸密碼)

        2900xl(config)#line vty 0 4

        2900xl(config)#password 密碼(telnet時的密碼)

        2900xl(config)#login

        2900xl(config)#exit

        十 三、telnet到交換機上,驗證密碼是否修改成功

        十四、將配置保存copy running-config startup-config 和wr效果是一樣的,大部分人都會使用wr在特權(quán)模式下

        2900xl#wr

        十五 重啟交換機查看修改是否生效

        2900xl#reolad

        以上步驟 中,第十一、十二步需要特別注意,前者是為了保留配置,后者需要注意的是如果不使用no enable secret的話,新密碼將不起作用。


      看了“修改Cisco3550交換機密碼方法”還想看:

      1.修改Cisco3550交換機密碼的教程

      2.思科交換機繞過密碼的方法

      3.怎么讓Cisco3750交換機密碼初始化

      4.Cisco 3750交換機密碼初始化教程

      2788693