国产成人v爽在线免播放观看,日韩欧美色,久久99国产精品久久99软件,亚洲综合色网站,国产欧美日韩中文久久,色99在线,亚洲伦理一区二区

學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 網(wǎng)絡(luò)知識 > 路由器 > 路由器設(shè)置 > cisco思科 > cisco設(shè)置enable密碼

cisco設(shè)置enable密碼

時間: 春健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 對明文密碼進(jìn)行加密

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

  D:enable password 7 后面要加密文

  1.使用A的話,在show run的時候password會以明文的方式顯示。例如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 對明文密碼進(jìn)行了加密,顯示的是經(jīng)過思科算法加密后的密文

  3.輸入c命令 enable password cicso

  在B命令的基礎(chǔ)上運行 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密碼

時間: 春健736 分享

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

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

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

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

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

  Invalid encrypted password

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

554452