1.命令帮助系统
IOS提供了一个简单而又强有力的帮助系统,在任何提示符下只需键入:?,那么在这个提示符下的所有使用的命令及简单的解释就能自动地呈现出来。
例如:
router#clock ?
set Set the time and date
Router#clock set ?
hh:mm:ss Current Time
显示当前命令状态下的可使用命令:
Router#?
access-enable Create a temporary Access-List entry 创建一个临时的访问列表项
access-profile Apply user-profile to interface 对该接口显示用户使用概况
access-template Create a temporary Access-List entry 创建一个临时的访问列表项
alps ALPS exec commands 配置航空协议集的执行命令
archive manage archive files 管理存档文件
bfe For manual emergency modes setting 设置为手动紧急模式
cd Change current directory 改变当前目录
clear Reset functions 功能重置
clock Manage the system clock 管理系统时钟信号
configure Enter configuration mode 进入配置模式
connect Open a terminal connection 链接一个终端
copy Copy from one file to another 复制文件
debug Debugging functions 调试
delete Delete a file 删除文件
dir List files on a file system列出当前目录
disable Turn off privileged commands 关闭特权命令
disconnect Disconnect an existing network connection 关闭一个连接
elog Event-logging control commands 事件日志记录控制命令
enable Turn on privileged commands 进入特权命令
erase Erase a file-system 删除
exit Exit from the EXEC 退出
help Description of the interactive help system 帮助
lock Lock the terminal 锁住终端
More--------------------------------------------------------------
 
2.异常信息提示
2.1输入命令出错
例如,输入错误命令
routerB#clck set
%Invalid input detected at ‘^’marker.
其中^符号表示输入命令出错之处,解决方法是输入正确命令。
2.2输入不完整命令
例如,routerB#clock
%Incomplete  command
系统会提示 Incomplete command 信息,表示命令不完整,解决方法是输入命令 ROUTERB#CLOCK ?.
2.3输入命令不唯一
因CISCO允许对一些命令采用缩写形式写入,只要具有唯一性即可。但有时由于用户缩写太过随意,则可能会造成输入缩写命令的指代不明,这时系统无法解释该缩写命令。
3.命令编辑系统
快捷键功能快捷键功能
ctrl+b光标左移一个字符ctrl+p得到上一条命令
ctrl+f光标右移一个字符ctrl+n得到下一条命令
<esc><B>光标左移一个单词BACK删除左字符
<esc><F>光标右移一个单词ctrl+d删除右字符
ctrl+A移至行首ctrl+w删除一个单词
ctrl+E移至行尾<esc><D>删除右一单词