1、输入display version命令,查看路由器版本,硬件信息,系统启动时间等。
2、修改路由器时间,包括时区设置clock timezone,时钟设置clock datetime,查看设置的时间display clock。
3、在系统视图下修改路由器名称为R1,并配置console登录密码,配置文件如下:
1、system-view
sysname R1
2、system-view
user-interface console 0
authentication-mode password
Please configure the login password (maximum length 16):huawei321
set authentication password cipher huawei456
ctrl+z
save
4、在系统视图下,配置路由器接口IP地址和描述,显示当前接口信息,保存路由器配置,配置如下:
system-view
interface GigabitEthernet 0/0/0
ip address 10.10.10.2 24
description This connet R2-G0/0/0
display this
return
save
5、在用户视图下,查看当前配置用display current-configuration,查看保存配置用display saved-configuration
6、在系统视图下,查看路由器配置文件存放目录用dir,删除闪存中配置文件用reset saved-configuration,重启路由用reboot。