一、路由器基本命令操作
1、 操作模式切换
1) 用户模式
Router> #通常可以查看统计信息
Router>logout #退出用户模式
2) 特权模式
Router>en或者Router>enable #进入特权模式
Router#
Router#disable #退出特权模式
3) 全局配置模式
Router#config t 或 #进入全局配置模式
Router#configure
Router(config)#exit #退出全局配置模式
2、 帮助命令与命令补全
1) 命令补全,在ios系统中可以使用tab键进行命令补全
Router#conf #在这里按tab键
Router#configure #补全为configure,输入t,在按tab键
Router#configureterminal #补全为configure terminal
2) 命令帮助
Router#c?
clear clock configure connect copy
Router#cl?
clear clock
Router#clo?
Router#cloc?
clock
Router#clock ?
set Set the time and date
Router#clock s #空格tab键
Router#clockset ?
hh:mm:ss Current Time
Router#clockset 23:28:30 ?
<1-31> Day of the month
MONTH Month of the year
Router#clockset 23:28:30 may ?
<1-31> Day of the month
Router#clockset 23:28:30 6 ?
MONTH Month of the year
Router#clockset 23:28:30 6 may ?
<1993-2035> Year
Router#clockset 23:28:30 6 may 2015 ?
<cr>
Router#showclock #查看设置时间
*23:28:36.470UTC Wed May 6 2015
3、支持的快捷键
Ctrl+u 从光标所在位置删除到行首
Ctrl+a 光标移动到行首
Ctrl+e 光标移动到行尾
4、 历史命令
Router#show terminal #查看终端配置与历史命令保存数
Router#show history #查看历史命令
上下箭头 调用前后一个命令
Router#terminal historysize ?
<0-256> Size of history buffer
Router#terminalhistory size 100 #修改历史命令保存数
5、 查看路由器基本信息
Router#showversion
本文出自 “吴老二” 博客,请务必保留此出处http://9827789.blog.51cto.com/9817789/1649743
原文地址:http://9827789.blog.51cto.com/9817789/1649743