console如何配置賬號密碼
『壹』 H3C交換機console登陸如何設置賬戶和密碼
1、先打開eNSP選擇S5700的交換機以及pc使用串口線連接,電腦連接真實設備需要安裝串口驅動。
『貳』 華為防火牆怎麼配置console登錄密碼
配置console密碼方法和命令,步驟如下:
1、進入console用戶界面視圖 [Huawei]user-interface console 0
2、設置用戶密碼 [Huawei-ui-console0]authentication-mode passwd
//回車後設置密碼
3、修改用戶界面的驗證密碼 [Huawei-ui-console0]set authentication password cipher password
4、設置用戶驗證方式為AAA驗證 [Huawei-ui-console0]authentication-mode aaa
5、進入aaa視圖 [Huawei]aaa
6、配置本地用戶名和密碼 [Huawei-aaa]local-user user-name password cipher password
7、配置本地用戶的接入類型為Console用戶 [Huawei-aaa]local-user user-name service-type terminal
『叄』 【經驗分享】配置用戶通過Console口登錄設備示例
一、組網需求
當用戶無法進行遠程登錄設備時,可通過Console口進行本地登錄。默認情況下,使用Console用戶界面登錄設備時只需密碼認證。為防止非法用戶登錄設備,將Console用戶界面的認證方式修改為AAA認證。
二、配置思路
採用以下思路配置通過Console口登錄設備:
說明:如果PC使用系統自帶的終端模擬軟體(如Windows 2000系統的超級終端),則無需額外准備;如果系統不帶終端模擬軟體,請准備第三方終端模擬軟體,使用方法請參考該軟體的使用指南或在線幫助。
三、操作步驟
1.使用終端模擬軟體通過Console口登錄設備。
a.請使用產品隨機附帶的Console通信電纜的DB9(孔)插頭插入PC機的9芯(針)串口插座,再將RJ-45插頭端插入設備的Console口中,如圖2所示。
說明:將MicroUSB數據線的一端(USB)連接到PC機的USB介面上,再將另一端(MicroUSB)連接到AR510的Console口上。
通過Console口連接設備
2) 如圖4所示,設置連接的介面以及通信參數。
一般情況下,連接的介面是COM1。如果選擇COM1無法登錄設備,可依次嘗試其他COM介面。
設置終端軟體的通信參數需與設備的默認值保持一致,分別為:傳輸速率為9600bit/s、8位數據位、1位停止位、無校驗和無流控。
說明:默認情況下,設備沒有流控方式。RTS/CTS默認情況下處於使能狀態,因此需要將該選項勾選掉,否則終端界面中無法輸入命令行。
若修改了設備的串口通信參數值,則需按照設備的串口通信參數值同步修改PC端的通信參數值後,再重新連接。
設置連接的介面以及通信參數
單擊「Connect」,終端界面會出現如下顯示信息,提示用戶配置登錄密碼。設備默認用戶名為admin,密碼為Admin@huawei。(以下顯示信息僅為示例)
Login authentication
Username:admin
Password:
Info: The entered password is the same as the default. You are advised to change it to ensure security.
說明:
·採用交互方式輸入的密碼不會在終端屏幕上顯示出來。
·建議登錄設備後及時更改密碼並定期更新,以保證安全性。
·用戶通過Console口登錄新出廠(或沒有啟動配置文件)的設備時,系統會提示:「Auto-Config is working. Before configuring the device, stop Auto-Config. If you perform configurations when Auto-Config is running, the DHCP, routing, DNS, and VTY configurations will be lost. Do you want to stop Auto-Config? [y/n]:」
-如果需要進行Auto-Config,選擇n,並回車。
-如果不需要進行Auto-Config,選擇y,並回車。
此時用戶可以鍵入命令,對設備進行配置,如果需要幫助可以隨時鍵入「?」。
2.配置Console用戶界面的認證方式。
system-view
sysname Router
[Router] user-interface console 0
[Router-ui-console0] authentication-mode aaa
[Router-ui-console0] user privilege level 15
[Router-ui-console0] quit
[Router] aaa
[Router-aaa] local-user admin1234 password irreversible-cipher Helloworld@6789
[Router-aaa] local-user admin1234 privilege level 3
[Router-aaa] local-user admin1234 service-type terminal
執行以上操作後,用戶使用Console用戶界面重新登錄設備時,需要輸入用戶名admin1234,認證密碼Helloworld@6789才能通過身份驗證,成功登錄設備。
配置文件
#
sysname Router
#
aaa
local-user admin1234 password irreversible-cipher %@%@HW=5%Mr;:2)/RX$FnU1HLO%-TBMp4wn%;~\#%iAut}_~O%0L%@%@
local-user admin1234 privilege level 3
local-user admin1234 service-type terminal
#
user-interface con 0
authentication-mode aaa
#
return