思科交換機密碼配置和清除思科交換機密碼配置
思科交換機密碼配置和清除思科交換機密碼配置
你還在為不知道思科交換機密碼配置和清除思科交換機密碼配置而不知所措么?下面來是學(xué)習(xí)啦小編為大家收集的思科交換機密碼配置和清除思科交換機密碼配置,歡迎大家閱讀:
思科交換機密碼配置和清除思科交換機密碼配置
一.設(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按鈕 接著插上電源 等端口指示燈滅掉松開
?、吵跏蓟痜lash。
>flash_init
⒋更名含有password的配置文件。
>rename flash:config.text flash:config.old
?、祮咏粨Q機。
>boot
?、哆M入特權(quán)模式。
>enable
?、反藭r開機是已忽略password。
#rename flash:config.old flash:config.text
?、竎opy配置文件到當(dāng)前系統(tǒng)中。
#copy flash:config.text system:running-config
?、剐薷目诹睢?/p>
#configure terminal
#enable secret
?、罕4媾渲?。
#write
如何在cisco路由器上設(shè)置用戶名
如果你的路由器已經(jīng)配置完畢,請在特權(quán)模式下執(zhí)行:(特權(quán)模式的提示符為“#”)
Router(config)>#sh run
你可能會看到有這么幾行:
line vty 0 4
password *****(*為你設(shè)置的密碼)
或
login local
這幾行配置的含義是:
第一行定義五個允許的Telnet訪問(編碼0-4),下一行表明進入到提示符前要輸入密碼*****或是以路由中設(shè)立的用戶名和密碼登錄。可以看出,利用路由器中的用戶名和密碼登錄將比直接利用密碼登錄安全。
下面我大致寫一下在路由器中建立用戶,設(shè)置進入密碼和虛終端密碼的步驟:
Router>
//進入到特權(quán)模式下
Router >enable
Password:
//進入到全局模式下
Router #conf t
Enter configuration commands, one per line. End with CNTL/Z.
//給自己的路由器起一個名字
Router (config)#hostname Myrouter
//將enable的密碼設(shè)置為ababab
Router (config)#enable password ababab
//在路由器中建立用戶名稱為aaa密碼為bbb
Myrouter (config)#username aaa password bbb
//配置Console口
Myrouter (config)#line con 0
//用路由器中的用戶名和密碼登錄
Myrouter (config-line)#login local
Myrouter (config-line)#flowcontrol hardware
Myrouter (config-line)#end
//配置遠程登錄虛終端0-4
Myrouter (config)#line vty 0 4
//用路由器中的用戶名和密碼登錄
Myrouter (config-line)#login local
Myrouter (config-line)#end
Myrouter (config)#end
//將剛才的設(shè)置存盤
Myrouter >write
配置完成之后,你可以用Telnet遠程登錄你的路由器來測試一下,看登錄和進入特權(quán)模式是否需要密碼。
在剛才設(shè)置的過程中,要注意設(shè)置的enable密碼一定不要和你的路由器名稱一樣。經(jīng)過這樣的設(shè)置之后,就可以不讓有惡意的人輕易進入到你的路由器中,既可以保證了你的路由器的安全,又可以保障你的網(wǎng)絡(luò)暢通。
看了“思科交換機密碼配置和清除思科交換機密碼配置”還想看: