-`
表2-2 设置用户分级保护密码 操作 命令
切换用户级别至监控级 super
设置切换用户级别密码 super password password
取消切换用户级别密码 undo super password
命令中的参数含义如下:
password:明文字符串,取值范围为1~16个字符。
& 说明:
(1) 密码区分大小写。
(2) 如果用户丢失了super密码,请与代理商联系。
例:在系统视图下设置切换用户级别密码为Quidway。
[Quidway] super password Quidway
2.1.3 设置终端屏幕一屏显示的行数
当某命令显示信息的行数多于一屏能够显示的范围时,可以使用以下命令设置用户终端上屏幕一屏显示的行数,以便将信息分成几段,方便查看。
请在用户界面视图下进行下列配置。
-`
表2-3 设置终端屏幕行数 操作 命令
设置用户终端上屏幕一屏显示的行数 screen-length screen-length
恢复用户终端上屏幕一屏显示的行数为缺省值 undo screen-length
命令中的参数含义如下:
screen-length:用户终端一屏显示的行数,取值范围为0~512。
缺省情况下,用户终端屏幕一屏显示25行。
& 说明:
screen-length 0表示关闭分屏功能。
例:将终端线的屏幕一屏显示行数设置为30。
[Quidway] user-interface aux
[Quidway-ui-aux0] screen-length 30
2.1.4 命令行在线帮助
命令行接口提供如下几种在线帮助:
l 完全帮助
l 部分帮助
通过上述各种在线帮助能够获得帮助信息,分别描述如下:
(1) 在任一视图下,键入>获取该视图下所有的命令及其简单描述。
-`
Monitor view commands:
debugging Enable system debugging functions
display Display running system information
quit Exit from current command view
reboot Reset slot
reset Reset all ethernet interfaces counter information
save Save current configuration
super Enter the monitor view with specified priority level
system-view Enter the system view
undo Cancel current setting
(2) 键入一命令,后接以空格分隔的“?”,如果该位置为关键字,则列出全部关键字及其简单描述。
current-configuration Current configuration
diagnostic-information System information for diagnosis
hgmp Hgmp information
interface Interface status and configuration information
link-aggregation Ports aggregation mode
mac-address Configure MAC address
memory Display mem info
monitor Display the monitor port
qos-info Display Qos information
-`
saved-configuration The saved configuration information
version System hardware and software version information
vlan Vlan configuration information
(3) 键入一字符串,其后紧接>,列出以该字符串开头的所有命令。
Monitor view commands:
debugging Enable system debugging functions
(4) 键入一命令,后接一字符串紧接>,列出命令以该字符串开头的所有关键字。
version System hardware and software version information
(5) 输入一命令的前面几个字母,键入
& 说明:
如果以输入的字母打头的命令不唯一,则无法联想出命令。
2.1.5 命令行错误信息
所有用户键入的命令,如果通过语法检查,则正确执行,否则向用户报告错误信息,常见错误信息参见表2-4。
表2-4 命令行常见错误信息表
英文错误信息 错误原因
Unrecognized command 没有查找到命令
-`
没有查找到关键字
参数类型错
参数值越界
Incomplete command 输入命令不完整
Too many parameters 输入参数太多
Ambiguous command 输入参数不明确
2.1.6 历史命令
命令行接口提供类似Doskey功能,将用户键入的历史命令自动保存,用户可以随时调用命令行接口保存的历史命令,并重复执行。命令行接口为每个用户最多可以保存10条历史命令。操作如表2-5所示。
表2-5 访问历史命令 操作 按键 结果
访问上一条历史命令 上光标键
如果还有更早的历史命令,则取出上一条历史命令。
访问下一条历史命令 下光标键
如果还有更晚的历史命令,则取出下一条历史命令。
& 说明: