con口登入用戶名和密碼怎麼配置,係統時間怎麼配置。
(0)
最佳答案
# 進入係統視圖,並開啟Telnet服務,默認開啟。
<H3C> system-view
[H3C] telnet server enable
# 配置VTY接口認證模式為scheme模式(用戶名+密碼認證)。
[H3C] line vty 0 4
[H3C-ui-vty0-4] authentication-mode scheme //另兩種認證模式為None(無密碼)和Password(單密碼)
[H3C-ui-vty0-4] user-role network-admin
[H3C-ui-vty0-4] quit
# 創建本地賬號abc,密碼為123456,權限級別為network-admin。
[H3C] local-user abc
[H3C-luser-abc] password simple 123456
[H3C-luser-abc] service-type telnet
[H3C-luser-abc] authorization-attribute user-role network-admin
[H3C-luser-abc] quit
# 保存配置。
[H3C] save force
# 可複製如下內容直接粘貼到設備命令行,實現快速配置,注意提前修如下紅色部分改賬號和密碼。
system-view
telnet server enable
line vty 0 4
authentication-mode scheme
user-role network-admin
quit
local-user abc
password simple 123456
service-type telnet
authorization-attribute user-role network-admin
quit
save force
# 進入本地賬號abc視圖,直接配置新密碼為654321即可,然後退出保存。
[H3C] local-user abc
[H3C-luser-abc] password simple 654321
[H3C-luser-abc] quit
[H3C] save force
係統時間可以直接對接時間服務器或者設備本地修改時間。不知道你要哪種?
(0)
您好,請知:
con加密的方法有兩種,一種是用戶名、密碼登陸,一種僅是密碼登陸。以下是兩種的配置方法:
1、用戶名、密碼的方式登陸con口,請參考:
[H3C]local-user admin
[H3C-luser-manage-admin]password simple admin
[H3C-luser-manage-admin]service-type terminal
[H3C-luser-manage-admin]authorization-attribute user-role network-admin
[H3C-luser-manage-admin]quit
[H3C]line console 0
[H3C-line-console0]authentication-mode scheme
[H3C-line-console0]quit
2、僅密碼登陸con口,請參考:
[H3C]line console 0
[H3C-line-console0]authentication-mode password
[H3C-line-console0]set authentication password simple admin
[H3C-line-console0]user-role level-15
[H3C-line-console0]quit
修改係統時間:
sys
[S5130]clock protocol none 不使用時間協議
quit
<S5130>clock datetime 12:00:00 2018/12/13 配置時間
(0)
暫無評論
telnet server en
local-user admin
password simple 密碼
service-type telnet
authorization-attribute user-role level-15
authorization-attribute user-role network-admin
user-int vty 0 4
authentication-mode scheme
[S5130]clock protocol none 不使用時間協議
quit
<S5130>clock datetime 12:00:00 2023/09/08 配置時間
(0)
暫無評論
親~登錄後才可以操作哦!
確定你的郵箱還未認證,請認證郵箱或綁定手機後進行當前操作
舉報
×
侵犯我的權益
×
侵犯了我企業的權益
×
抄襲了我的內容
×
原文鏈接或出處
誹謗我
×
對根叔社區有害的內容
×
不規範轉載
×
舉報說明
暫無評論