12配置三层路由设备.pptxVIP

  • 1
  • 0
  • 约3.11千字
  • 约 44页
  • 2020-07-06 发布于浙江
  • 举报
《网络组建与维护技术》;核心技术;学习目标;【项目背景】;【项目分析】;【项目目标】;【知识准备】;要求理解的内容;要求理解的内容;要求理解的内容;路由器系统构造;路由器物理构造;路由器内存体系介绍 ;路由器接口组成;路由器接口; 路由器接口;路由器的配置访问方式;路由器的配置端口;常用的路由器配置方法;带外路由器配置;路由器配置命令模式;基本配置模式介绍 ; ? 用户模式 Router 路由器信息的查看,简单测试命令 ? 特权模式 Router # 查看、管理路由器配置信息,测试、调试;? 进入配置模式 Router#configure terminal Router(config)# ? 线路配置模式 Router(config-line)# ? 路由协议配置模式 Router(config-router)# ? 配置接口参数 Router(config-if)# ;1.进入全局配置模式下 Red-Giant#configure terminal 2.进入线路配置模式 Red-Giant(config)#line vty 0 4 Red-Giant(config-line)#exit Red-Giant(config)# 3.进入接口配置模式 Red-Giant(config)#interface serial 0 Red-Giant(config-if)#exit Red-Giant(config)# 4.进入路由协议配置模式 Red-Giant(config)#router rip Red-Giant(config-router)#;Red-Giant# configure terminal Red-Giant(config)#hostname R2620 R2620(config)#;查看配置情况;查看版本以及引导信息: show version 查看运行配置: show running-config 查看开机装入配置: show startup-config 显示FLASH的文件信息: show flash 显示路由协议信息: show ip route 查看端口配置: show interface type slot/number 显示接口的状态 show interfaces 显示接口的摘要信息 show ip interface brief ;显示当前运行的配置参数 Red-Giant#show running-config 显示NVRAM中配置参数的副本 Red-Giant#show startup-config 将配置信息保存到NVRAM Red-Giant#write 删除NVRAM中配置信息 Red-Giant#erase startup-config 注:erase flash为删除操作系统; ? 配置特权密码 Red-Giant(config)#enable password star Red-Giant(config)#enable secret star;? 配置console登陆密码 Red-Giant(config)#line console 0 Red-Giant(config-line)#login Red-Giant(config-line)#password star ? 配置VTY登陆密码 Red-Giant(config)#line vty 0 4 Red-Giant(config-line)#login Red-Giant(config-line)#password star;配置接口IP地址 Red-Giant(config)#interface fa0/1 Red-Giant(config-if)#ip address 192.168.1.1 255.255.255.0 Red-Giant(config-if)#no shutdown 将接口关闭 Red-Giant(config-if)#shutdown;Routerenable Router#config terminal Router(config)#int s0 Router(config-if)#ip address 172.16.20.2 255.255.255.0 Router(config-if)#clock rate 64

文档评论(0)

1亿VIP精品文档

相关文档