登录后台

已禁止登录!

页面导航

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



System-view:进入系统视图。

Interface +接口:进入接口视图。

sysname:配置设备名称。

clock timezone +time zone name +add/minus +偏移时间:用来对本地时区信息进行设置。其中add/munus(加上/减去)都是与UTC时间相比。

clock datetime :设置HH:MM:SS YYYY-MM-DD格式的系统时钟。但是需要注意的是,如果没有设定时区,那么设定的日期和时间将被认为是UTC时间,所以建议在对系统时间和日期进行配置前先设置时区。

Header:设置用户登录时终端上显示的标题。

+Login +information +“显示内容”:指定用户在登录设备认证过程中,激活终端连接时显示 的标题信息。

+Shell +information +“显示内容” :指定用户在成功登录到设备上,以建立会话时显示的标 题信息。

user-interface maximum-vty number :设置同时登录到设备的VTY类型用户界面的最大个数。

user-interface vty +初始用户界面编号 +结束用户界面编号:创建VTY用户界面。

idle-timeout:设置超时时间

screen-length:设置指定终端屏幕的临时显示行数

history-command max-size:设置历史命令缓冲区的大小

set authentication password|:配置本地认证密码

pwd:显示当前工作目录。

dir +[/all | file name | directory ]:查看当前目录下的文件信息。

more [/binary] file name [ offset ] [ all ]:查看文本文件的具体内容。

cd +目录名:修改用户当前的工作目录。

mkdir +目录名:创建一个新的目录。目录名称可包含1-64个字符。

rmdir +目录名:删除文件系统中的目录,此处需要注意的是,只有空目录才能被删除。

copy +源文件名 +目标文件名:复制文件。

move +源文件名 +目标文件名:将文件移动到其他目录。

rename +旧文件名 +新文件名:对目录或文件进行重命名。