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

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

  • <div id="hdphd"><small id="hdphd"></small></div>
      學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 電腦入門 > 修改Cisco3550交換機(jī)密碼的教程

      修改Cisco3550交換機(jī)密碼的教程

      時間: 志藝942 分享

      修改Cisco3550交換機(jī)密碼的教程

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

        修改Cisco3550交換機(jī)密碼的教程的方法

        一、將一臺終端或裝有超級終端軟件的 PC接到交換機(jī)的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命令交換機(jī)將被重置為出廠設(shè)置)

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

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

        十、用en進(jìn) 入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到交換機(jī)上,驗(yàn)證密碼是否修改成功

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

        2900xl#wr

        十五 重啟交換機(jī)查看修改是否生效

        2900xl#reolad

      看了“修改Cisco3550交換機(jī)密碼的教程”還想看:

      1.修改路由器和交換機(jī)的密碼教程

      2.cisco思科交換機(jī)如何清除密碼

      3.怎么設(shè)置Cisco 3550端口限速

      4.xmodem恢復(fù)cisco3550交換機(jī)的ios方法

      5.CISCO系列交換機(jī)如何清空配置

      2741747