1.进入系统视图。
<HUAWEI> system-view
2.设置登录时的提示信息。
[HUAWEI] header login { information text | file file-name }
3.设置登录成功后的提示信息。
[HUAWEI] header shell { information text | file file-name }
4.# 配置VTY用户界面最大数目为7个。
<HUAWEI> system-view
[HUAWEI] user-interface maximum-vty 7
5.# 进入Console 0用户界面。
<HUAWEI> system-view
[HUAWEI] user-interface console 0
[HUAWEI-ui-console0]
6.# 进入VTY 1用户界面。
<HUAWEI> system-view
[HUAWEI] user-interface vty 1
[HUAWEI-ui-vty1]
7.# 进入VTY 1~VTY 3多个用户界面。
<HUAWEI> system-view
[HUAWEI] user-interface vty 1 3
[HUAWEI-ui-vty1-3]
8.# 设置超时为1分钟30秒。
<HUAWEI> system-view
[HUAWEI] user-interface console 0
[HUAWEI-ui-console0] idle-timeout 1 30
9.# 设置屏幕的每屏行数为30。
<HUAWEI> system-view
[HUAWEI] user-interface console 0
[HUAWEI-ui-console0] screen-length 30
10.# 设置历史命令缓冲区的大小为20。
<HUAWEI> system-view
[HUAWEI] user-interface console 0
[HUAWEI-ui-console0] history-command max-size 20
11.# 设置用户界面vty 0~4的本地验证密码。
<HUAWEI> system-view
[HUAWEI] user-interface vty 0 4
[HUAWEI-ui-vty0-4] set authentication password cipher
Info: A plain text password is a string of 8 to 128 case-sensitive characters and must be a combination of at least two of the follo
wing: uppercase letters A to Z, lowercase letters a to z, digits, and special characters (including spaces and the following :`~!@#$
%^&*()-_=+\|[{}];:'",<.>/?). A cipher text password contains 68 characters.
New Password:
Confirm New Password:
12.# 假设地理位置在中国北京,设置本地时区名称为BJ。
如果系统默认的UTC是伦敦时间,伦敦当地时间为2012年12月1日0时0分0秒,想要得到对应的北京时间的方法是:北京处于+8时区,时间偏移量增加了8。在配置时,就是在系统默认的UTC时区的基础上,加上偏移量8,才能得到预期的BJ时区。
<HUAWEI> clock datetime 0:0:0 2012-12-01
<HUAWEI> clock timezone BJ add 08:00:00
13.# 设置超时为1分钟30秒。
<HUAWEI> system-view
[HUAWEI] user-interface console 0
[HUAWEI-ui-console0] idle-timeout 1 30
14.# 设置屏幕的每屏行数为30。
<HUAWEI> system-view
[HUAWEI] user-interface console 0
[HUAWEI-ui-console0] screen-length 30