




已阅读5页,还剩4页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
实验3 路由器配置实验之基本配置和静态配置实验过程及结果:router-a(config-if)#outer Con0 is now availablePress RETURN to get started.RouterenRouter#config tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#enable secret 1234Router(config)#enable password 1234Router(config)#line console 0Router(config-line)#loginRouter(config-line)#password1234% Invalid input detected at marker.Router(config-line)#password 1234设置路由器A:Router Con0 is now availablePress RETURN to get started.RouterenRouter#config tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname Router AA(config)#Hostname Router-ARouter-A(config)#int e0Router-A(config-if)#ip address 172.16.10.1 255.255.255.0Router-A(config-if)#no shut%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed state to up%LINK-3-UPDOWN: Interface Ethernet0, changed state to upRouter-A(config-if)#int s0Router-A(config-if)#ip address 172.16.20.1 255.255.255.0Router-A(config-if)#no shut%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up%LINK-3-UPDOWN: Interface Serial0, changed state to upRouter-A(config-if)#int t0% Invalid input detected at marker.Router-A(config-if)#int T0% Invalid input detected at marker.Router-A(config-if)#int t0% Invalid input detected at marker.Router-A(config-if)#int s0Router-A(config-if)#clock rate 64000%Error: This command applies only to DCE interfacesRouter-A(config-if)#int Token Ring 0% Invalid input detected at marker.Router-A(config-if)#interface ethernet 0% Invalid input detected at marker.Router-A(config-if)#z% Invalid input detected at marker.Router-A(config-if)#int to0Router-A(config-if)#ip address 172.16.15.1 255.255.255.0Router-A(config-if)#no shut% TokenRing0: no ring speed has been setRouter-A(config-if)#后保存:Router-A Con0 is now availablePress RETURN to get started.Router-AenRouter-A#copy run startBuilding configuration.OKRouter-A#设置路由器B:Router Con0 is now availablePress RETURN to get started.RouterenRouter#config tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname Route-BRoute-B(config)#Hostname Route-BRoute-B(config)#int e0Route-B(config-if)#ip address 172.16.30.1 255.255.255.0Route-B(config-if)#no shut%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed state to up%LINK-3-UPDOWN: Interface Ethernet0, changed state to upRoute-B(config-if)#int s0Route-B(config-if)#ip address 172.16.20.2 255.255.255.0Route-B(config-if)#no shut%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up%LINK-3-UPDOWN: Interface Serial0, changed state to upRoute-B(config-if)#int s1Route-B(config-if)#ip address 172.16.40.1 255.255.255.0Route-B(config-if)#no shut%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to up%LINK-3-UPDOWN: Interface Serial1, changed state to upRoute-B(config-if)#exitRoute-B(config)#exit%SYS-5-CONFIG_I: Configured from console by consoleRoute-B#copy run startBuilding configuration.OKRoute-B#设置路由器C:Router Con0 is now availablePress RETURN to get started.RouterenRouter#config tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname Router CC(config)#Hostname Router-CRouter-C(config)#int e0Router-C(config-if)#ip address 172.16.50.1 255.255.255.0Router-C(config-if)#no shut%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed state to up%LINK-3-UPDOWN: Interface Ethernet0, changed state to upRouter-C(config-if)#int s0Router-C(config-if)#ip address 172.16.40.2 255.255.255.0Router-C(config-if)#no shut%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up%LINK-3-UPDOWN: Interface Serial0, changed state to upRouter-C(config-if)#int to0Router-C(config-if)#ip address 172.16.55.1 255.255.255.0Router-C(config-if)#no shut% TokenRing0: no ring speed has been setRouter-C(config-if)#exitRouter-C(config)#exit%SYS-5-CONFIG_I: Configured from console by consoleRouter-C#copy run startBuilding configuration.OKRouter-C#静态路由:配置静态路由表A:Router-A Con0 is now availablePress RETURN to get started.Router-AenRouter-A#copy run startBuilding configuration.OKRouter-A#Router-A#config tEnter configuration commands, one per line. End with CNTL/Z.Router-A(config)#ip route 172.16.30.0 255.255.255.0 172.16.20.1Router-A(config)#ip route 172.16.40.0 255.255.255.0.172.16.20.1% Incomplete command.Router-A(config)#ip route 172.16.40.0 255.255.255.0 172.16.20.1Router-A(config)#ip route 172.16.50.0 255.255.255.0 172.16.20.1Router-A(config)#ip route 172.16.55.0 255.255.255.0 172.16.20.1Router-A(config)#Z%SYS-5-CONFIG_I: Configured from console by consoleRouter-A#copy run startBuilding configuration.OKRouter-A#配置静态路由表B:Route-B Con0 is now availablePress RETURN to get started.Route-BenRoute-B#config tEnter configuration commands, one per line. End with CNTL/Z.Route-B(config)#ip route 172.16.10.0 255.255.255.0 172.16.20.2Route-B(config)#ip route 172.16.15.0 255.255.255.0 172.16.20.2Route-B(config)#ip route 172.16.50.0 255.255.255.0 172.16.20.2Route-B(config)#ip route 172.16.55.0 255.255.255.0 172.16.20.2Route-B(config)#Z%SYS-5-CONFIG_I: Configured from console by consoleRoute-B#copy run startBuilding configuration.OKRoute-B#配置静态路由表C:Router-C Con0 is now availablePress RETURN to get started.Router-CenRouter-C#config tEnter configuration commands, one per line. End with CNTL/Z.Router-C(config)#ip route 172.16.10.0 255.255.255.0 172.16.40.2Router-C(config)#ip route 172.16.20.0 255.255.255.0 172.16.40.2Router-C(config)#ip route 172.16.15.0 255.255.255.0 172.16.40.2Router-C(config)#ip rpute 172.16.30.0 255.255.255.0 172.16.40.2% Invalid input detected at marker.Router-C(config)#ip route 172.16.30.0 255.255.255.0 172.16.40.2Router-C(config)#ip route 172.16.20.0 255.255.255.0 172.16.40.2Router-C(config)#Z%
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年全国中小学校党组织书记网络培训示范班在线考试题库及答案
- 2025年“八一建军”国家军事理论知识考试题库与答案
- 内蒙古呼伦贝尔农垦牙克石、莫拐、免渡河农牧场有限公司招聘笔试题库附答案详解(培优)
- 教师招聘之《小学教师招聘》模拟卷包及完整答案详解(有一套)
- 教师招聘之《幼儿教师招聘》考前冲刺模拟题库及参考答案详解(完整版)
- 教师招聘之《小学教师招聘》强化训练高能含答案详解【考试直接用】
- 教师招聘之《幼儿教师招聘》提分评估复习附参考答案详解(综合卷)
- 鄂尔多斯集团电力事业部招聘笔试题库2025
- 中航集团(国航股份)招聘笔试题库2025
- 中国航空工业集团兴华招聘笔试题库2025
- 秋形势与政策正确认识中国经济热点问题-教案2025版本
- 药品注册审评员考核试题及答案
- GB/T 7251.10-2025低压成套开关设备和控制设备第10部分:规定成套设备的指南
- 森林防灭火知识培训材料课件
- 成本管控的课件
- 2025年全国中小学校党组织书记网络培训示范班在线考试题库及答案
- CT检查的课件教学课件
- 年产50万吨钙系列产品项目可行性研究报告
- 提高中小学班主任和思政课教师专业素养和育人能力的策略及实施路径
- 2025江西省水利投资集团有限公司秋季校园招聘116人笔试历年参考题库附带答案详解
- 铜川住房公积金管理办法
评论
0/150
提交评论