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

  • <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思科 > cisco 設(shè)置enable密碼

      cisco 設(shè)置enable密碼

      時(shí)間: 春健736 分享

      cisco 設(shè)置enable密碼

        cisco 怎么設(shè)置enable密碼?學(xué)習(xí)啦小編今天為大家?guī)?lái)思科交換機(jī)密碼設(shè)置方法,需要的朋友可以參考下!

        一.設(shè)置console密碼

        >enable

        #configure trminal

        (confing)#line console 0←console口

       ?、?config-line)#password (cisco)←密碼

        (config-line)#login ← 一定不能少的.

        console密碼設(shè)置完成

        exit

        二:設(shè)置全局密碼

        enadle

        #configure terminal

       ?、?config)#enable secret (class)←密碼

        (config)#login

        全局密碼設(shè)置完成

        exit

        三.設(shè)置遠(yuǎn)程登入(telnet)密碼

        enable

        #config terminal

        (config)#line vty 0 4(0 4是口)

       ?、?config-line)#password (class)←密碼

        (config-lline)#login

        exit四.保存以上設(shè)置

        >enadle

        #copy running-config strat-config

        思科交換機(jī)密碼的破解

       ?、边B接交換機(jī)的console口到終端或PC仿真終端。用無(wú)Modem的直連線連接PC的串行口到交換機(jī)的console口。

       ?、彩紫鹊冒蔚綦娫?因?yàn)樗伎平粨Q機(jī)上沒(méi)有開(kāi)關(guān) 所以我們只能拔掉電源 接下來(lái)我們要做的就是按住MODE按鈕 接著插上電源 等端口指示燈滅掉松開(kāi)

        ⒊初始化flash。

        >flash_init

        ⒋更名含有password的配置文件。

        >rename flash:config.text flash:config.old

        ⒌啟動(dòng)交換機(jī)。

        >boot

        ⒍進(jìn)入特權(quán)模式。

        >enable

       ?、反藭r(shí)開(kāi)機(jī)是已忽略password。

        #rename flash:config.old flash:config.text

       ?、竎opy配置文件到當(dāng)前系統(tǒng)中。

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

       ?、剐薷目诹?。

        #configure terminal

        #enable secret

        ⒑保存配置。

        #write

      545063