华为ENSP-VRP基础以及命令行基础
PC机用Console连接路由器或者交换机来配置
波特率必须选择9600默认是9600
命令行视图
1.用户设图 :查看运行状态或其他参数 远程连接也是通过这个来连接
2.系统视图 :配置设备的系统参数等
3.接口视图 :配置接口相关的命令操作
4.协议视图 :进入不同的协议配置不同的协议
快捷指令
快捷键 |
功能描述 |
CTRL+B |
将光标向左移动一个字符 |
CTRL+D |
删除当前光标所在位置的字符 |
CTRL+E |
将光标移动到当前行的末尾 |
CTRL+F |
将光标向右移动一个字符 |
CTRL+H |
删除光标左侧的一个字符 |
CTRL+N |
显示历史命令缓冲区中的后一条命令 |
CTRL+P |
显示历史命令缓冲区中的前一条命令 |
CTRL+W |
删除光标左侧的一个字符串 |
CTRL+X |
删除光标左侧所有的字符 |
CTRL+Y |
删除光标所在位置及其右侧所有的字符 |
ESC+B |
将光标向左移动一个字符串 |
ESC+D |
删除光标右侧的一个字符串 |
ESC+F |
将光标向右移动一个字符串 |
命令行帮助
跟上?问好来列出
[AR1]dis t?
tcm TCM module
tcp TCP status and configuration information
telnet Telnet
telnet-client Telnet client information
temperature Display temperature information
test-packet Set the test packet
tftp-client Show TFTP client configuration
this This view's current configuration
time-range Time range status and config
配置时钟
clock timezone 设置所在时区
clock datetime 设置当前时间和日期
clock daylight-saving-time 设置采用夏时制
配置标题消息
Header Login information 配置用户登录前的标题消息
Header shell information 配置用户登录后显示的标题消息
[Huawei]header login information "welcome to huawei certification!"
[Huawei]header shell information "Please don't reboot the device!"
……
welcome to huawei certification!
Login authentication
Password:
Please don't reboot the device!
<Huawei>
命令等级(介绍)
用户等级 |
命令等级 |
名称 |
0 |
0 |
访问级 |
1 |
0 和 1 |
监控级 |
2 |
0, 1 和 2 |
配置级 |
3-15 |
0, 1, 2 和 3 |
管理级 |
用户界面
用户界面类型 |
编号 |
Console |
0 |
VTY |
0-4 |
<Huawei>system-view
[Huawei]user-interface vty 0 4
[Huawei-ui-vty0-4]
[Huawei]user-interface console 0
[Huawei-ui-console0]dis this
关于界面的配置
命令 |
功能 |
idle-timeout |
设置超时时间 |
screen-length |
设置指定终端屏幕的临时显示行数 |
history-command |
设置历史命令缓冲区的大小 |
max-size |
设置最大大小 |
超时时间
临时显示行数
历史命令缓冲
<Huawei>system-view
[Huawei]user-interface console 0
[Huawei-ui-console0]history-command max-size 20
# Set the timeout duration to 1 minute and 30 seconds.
[Huawei-ui-console0]idle-timeout 1 30
配置登录权限
命令 |
功能 |
user privilege |
配置指定用户界面下的用户级别 |
set authentication password |
配置本地认证密码 |
<Huawei>system-view
[Huawei]user-interface vty 0
[Huawei-ui-vty0]user privilege level 2 设置权限
[Huawei-ui-vty0-4]set authentication password cipher huawei 设置密码
配置接口IP地址
进入接口配置相应的ip地址
# Configure an IP address 10.0.12.1/24 and an IP address 1.1.1.1/32 for LoopBack0.
<Huawei>system-view
[Huawei]interface gigabitethernet 0/0/0
[Huawei-GigabitEthernet0/0/0]ip address 10.0.12.1 255.255.255.0
[Huawei-GigabitEthernet0/0/0]interface loopback 0
[Huawei-LoopBack0]ip address 1.1.1.1 32
- 点赞
- 收藏
- 关注作者
评论(0)