<>用户视图 可以查看系统配置等
system-view 可切换到系统视图
[]系统祖国
quit 或 ctrl+z 可以退出系统祖国到用户视图 ctrl+z相当于quit
ctrl+c 停止当前命令的运行
ctrl+] 终止当前的连接
可以通 display hotkey 来看来热键
CTRL_A Move the cursor to the beginning of the first line
CTRL_B Move the cursor one character left
CTRL_C Stop current command function
CTRL_D Erase current character
CTRL_E Move the cursor to the end of the Last line
CTRL_F Move the cursor one character right
CTRL_H Erase the character left of the cursor
CTRL_N Display the next command from the history buffer
CTRL_P Display the previous command from the history buffer
CTRL_W Delete the word left of the cursor
CTRL_X Delete all characters up to the cursor
CTRL_Y Delete all characters after the cursor
CTRL_Z Return to the user view
CTRL_] Kill incoming connection or redirect connection
ESC_B Move the cursor one word back
ESC_D Delete remainder of word
ESC_F Move the cursor forward one word
TAB键用来补完命令
帮助系统
sysname 配置设备的名称
在系统视图下 sysname R1 就把设置名称配置成R1
命令可以且简写
dispaly clock 可以查看时区
先设置时区
可以使用命令
clock timezone CST add 8
CST 中国标准时区
再用clock 设置时间
header login information '信息' 用户登陆前看到的提示信息
header shell information用户登陆后看到的提示信息
用户等级 命令等级
0 0 访问级
1 0and 1 监控级
2 0,1and2 配置级
3-15 0,1,2and3 管理级
界面类型
接口 编号
Console 0 一般console 口只有一个,另和mini usb 口只能两个选一个
VTY 0-4 如果0-4的话,就是有5个人可以同时telnet 上
user-interface maximux-vty 可以改到15
user-interface console 0
authentication-mode password
set authentication password ciphe your password 可以定义console 口密码
VTY 密码同console
user-interface vty 0 4
authentication-mode password
user privlege level (1-3)
idle-timeout 定义空闲时间 MM:SS 分秒
screen-length 可以定义显示行数
display current-configuration
后就只显示10行的配置
history-command max-size 可以定义历史命令的记录长度
interface loopback 0-1023 总共可以创建1024个回环接口
interface loopback 1
ip address 192.168.0.1 24(或255.255.255.0)
总结
华为的网络设备最多可以允许1个用户使用consle 口
默认可以最多5个用户使用telnet
-----------------------------------------------------------------------------------------
命令行基础2
display version 查看路由器基本信息
dispaly interface gigabitethernet 0/0/0 显示接口信息
dispaly ip interface brief 查看接口ip信息
dispaly ip routing-table 查看路由表信息
dispaly current-configuration 查看当前配置信息
save 保存当前配置到flash中
dispaly saved-configuration 查看保存的配置信息
在某个接口视图下可以使用 dispaly this 查看当前接口的配置信息