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

  • <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密碼?怎么設(shè)置?最近有網(wǎng)友這樣問小編。學(xué)習(xí)啦小編去網(wǎng)上搜索了相關(guān)資料,給大家奉上,希望大家喜歡。

        思科路由器配置enable password

        A:enable password 沒加密

        B:service password-encryption 對(duì)明文密碼進(jìn)行加密

        C:enable secret 用MD5算法對(duì)特權(quán)模式進(jìn)行加密

        D:enable password 7 后面要加密文

        1.使用A的話,在show run的時(shí)候password會(huì)以明文的方式顯示。例如enable password tangxuquan

        Router#show run

        Building configuration...

        Current configuration : 354 bytes

        !

        version 12.2

        no service password-encryption 沒有過加密的

        !

        hostname Router

        !

        !

        enable password tangxuquan 密碼以明文顯示,你設(shè)置的是什么這里就顯示什么

        2.再輸入B命令后 service password-encryption

        Router#show run

        Building configuration...

        Current configuration : 354 bytes

        !

        version 12.2

        service password-encryption

        !

        hostname Router

        !

        !

        enable password 7 08354D400E011006070A02 對(duì)明文密碼進(jìn)行了加密,顯示的是經(jīng)過思科算法加密后的密文

        3.輸入c命令 enable password cicso

        在B命令的基礎(chǔ)上運(yùn)行 enable secret cisco

        Router#show run

        Building configuration...

        Current configuration : 401 bytes

        !

        version 12.2

        service password-encryption

        !

        hostname Router

        !

        !

        enable secret 5 class="main">

      cisco設(shè)置enable密碼

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

        enable password 7 08354D400E011006070A02 用service password-encryption的加密顯示。

        即使secret后面的數(shù)字是0,show run的時(shí)候,也不會(huì)以明文顯示,而是MD5加密算法后的值。

        使用命令enable secret cisco 后特權(quán)模式的登錄密碼將改為“cisco”

        4.enable password常見的一個(gè)誤解enable password 7后面應(yīng)該加入加密后的密碼,而不應(yīng)該輸入“bdcom”之類的明碼。

        3660_config#ena pass 7 bdcom //后面加入明碼,則顯示錯(cuò)誤

        Invalid encrypted password

        以上內(nèi)容來源互聯(lián)網(wǎng),希望對(duì)大家有所幫助。

      554452