cisco設(shè)置enable密碼
cisco設(shè)置enable密碼
cisco設(shè)置enable密碼?怎么設(shè)置?最近有網(wǎng)友這樣問(wèn)小編。學(xué)習(xí)啦小編去網(wǎng)上搜索了相關(guān)資料,給大家奉上,希望大家喜歡。
思科路由器配置enable password
A:enable password 沒(méi)加密
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 沒(méi)有過(guò)加密的
!
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)過(guò)思科算法加密后的密文
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密碼
enable password 7 08354D400E011006070A02 用service password-encryption的加密顯示。
即使secret后面的數(shù)字是0,show run的時(shí)候,也不會(huì)以明文顯示,而是MD5加密算法后的值。
使用命令enable secret cisco 后特權(quán)模式的登錄密碼將改為“cisco”
4.enable password常見(jiàn)的一個(gè)誤解enable password 7后面應(yīng)該加入加密后的密碼,而不應(yīng)該輸入“bdcom”之類的明碼。
3660_config#ena pass 7 bdcom //后面加入明碼,則顯示錯(cuò)誤
Invalid encrypted password
以上內(nèi)容來(lái)源互聯(lián)網(wǎng),希望對(duì)大家有所幫助。