跟着唐涛老师学IOS配置基础(1)

IOS 配置基础 (1)
视频地址http://www.enet.com.cn/eschool/video/autohtml/449/761/0.shtml
IOS 配置基础
概述
IOS 概述
IOS 配置技巧
CISCO 设备的启动
CISCO 设备的配置途径
交换机的初始化
交换机的基本配置
路由器简介
路由器的初始化
路由器的基本配置
配置文件的备份与恢复
IOS 的备份与恢复
管理网络环境
 
4.1 IOS 基础
IOS Internetwork Operating System )全称为互联网操作系统
IOS 是运行在网络设备上的操作系统,用于实现各种网络协议和功能。
IOS 的用户界面
在命令行模式输入或粘贴命令
“回车”――命令行生效
两个主要的执行模式:用户模式和特权模式
注:设备不同可能操作不同
3 IOS 的配置模式
(1)       用户模式:该模式只能检测路由器或交换机的配置   eg: Router>
(2)       特权模式:该模式可以执行更多检测命令,可以调试路由器或交换机   eg: Router#
(3)       全局配置模式:该模式可以修改各项参数 eg: Router(config)#
(4)       接口模式:该模式可以配置某接口的参数   eg: Router(config-if)#
(5)       子接口模式:配置子接口参数   eg:Router(config-subif)#
router>enable
password:
router#config t
router(config)#interface f0/0
router(config)#int s0/0
router(config-if)#exit
router(config)#exit
router#exit
router>
5 配置 Console 接口
提示符
Router(config-line)#
进入和退出的命令
Router(config)#line console 0
Router(config-line)#exit end ctrl+z
用途:配置 Console 的各项参数
6. 配置虚拟终端
7 LAB: 配置  Console 和虚拟终端
Console 接口
router>enable
password:
router#config t
router(config)#line console 0
router(config-line)#exit
router(config)#exit
router#exit
router>

你可能感兴趣的:(职场,休闲)