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

  • <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>
      學習啦 > 學習電腦 > 網(wǎng)絡(luò)知識 > 路由器 > 路由器設(shè)置 > cisco思科 > cisco 設(shè)置enable密碼

      cisco 設(shè)置enable密碼

      時間: 春健736 分享

      cisco 設(shè)置enable密碼

        cisco 怎么設(shè)置enable密碼?學習啦小編今天為大家?guī)硭伎平粨Q機密碼設(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è)置遠程登入(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

        思科交換機密碼的破解

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

       ?、彩紫鹊冒蔚綦娫?因為思科交換機上沒有開關(guān) 所以我們只能拔掉電源 接下來我們要做的就是按住MODE按鈕 接著插上電源 等端口指示燈滅掉松開

        ⒊初始化flash。

        >flash_init

       ?、锤衟assword的配置文件。

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

       ?、祮咏粨Q機。

        >boot

       ?、哆M入特權(quán)模式。

        >enable

       ?、反藭r開機是已忽略password。

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

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

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

       ?、剐薷目诹?。

        #configure terminal

        #enable secret

       ?、罕4媾渲?。

        #write

      545063