ciscoIOS设备管理配置
来源:网络发布时间:2010-04-22
<!--[if !supportLists]-->3 <!--[endif]-->特权模式(Privileged):
配置和调试操作;还可以进入IOS设备的其他模式。
支持TAB键补齐命令
<!--[if !supportLists]-->4 <!--[endif]-->路由器CLI下的帮助功能
上下文敏感、控制台错误信息、命令的历史缓冲
<!--[if !supportLists]-->5 <!--[endif]-->编辑命令
CTRL+A:将光标移动到首字符
CTRL+E:将光标移动到尾字符
CTRL+B:将光标向后移动一个字符
CTRL+F:将光标向前移动一个字符
CTRL+P:将命令向前返回
CTRL+N:将命令向后返回
<!--[if !supportLists]-->6 <!--[endif]-->查看路由器的基本信息:
Router>show version
Router#show version
<!--[if !supportLists]-->7 <!--[endif]-->显示配置
Router#show run (查看在RAM的当前配置)
Router#show start (查看在NVRAM中已保存的配置)
<!--[if !supportLists]-->8 <!--[endif]-->保存配置
Router#copy run start
<!--[if !supportLists]--> <!--[endif]-->配置路由器
<!--[if !supportLists]-->1 <!--[endif]-->路由器模式的概述
Router>enable
Router#config t
Router(config)# (全局配置模式)
Router(config)#interface [接口]
Router(config-if)# (接口配置模式)
Router(config-if)#exit
Router(config)#exit
Router#
Router(config)#line console 0
Router(config-line)# (线路配置模式)