



全文预览已结束
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
单区域单区域OSPF 基本配置基本配置 一 实验目的 1 掌握单区域 OSPF 的配置 2 理解链路状态路由协议的工作过程 3 掌握实验环境中虚拟接口的配置 二 应用环境 1 在大规模网络中 OSPF 作为链路状态路由协议的代表应用非常广泛 2 具有无自环 收敛快的特点 三 实验设备 1 DCR 2611 两台 2 CR V35MT 一条 3 CR V35FC 一条 四 实验拓扑 五 实验要求 配置要求 路由器路由器 接口接口 IPIP 地址地址 Router A S0 3 DCE 192 168 1 1 24 Lo0 10 10 10 1 24 Router B S0 3 DTE 192 168 1 2 24 Lo0 10 10 11 1 24 六 实验步骤 第一步 路由器环回接口的配置 其他接口配置请参见实验三 路由器 A Router A config interface loopback0 Router A config l0 ip address 10 10 10 1 255 255 255 0 路由器 B Router B config Router B config interface loopback0 Router B config l0 ip address 10 10 11 1 255 255 255 0 第二步 验证接口配置 Router B sh interface loopback0 Loopback0 is up line protocol is up Hardware is Loopback Interface address is 10 10 11 1 24 MTU 1514 bytes BW 8000000 kbit DLY 500 usec Encapsulation LOOPBACK 第三步 路由器的OSPF 配置 A 的配置 Router A config router ospf 2 启动OSPF 进程 进程号为2 Router A config ospf 1 network 10 10 10 0 255 255 255 0 area 0 注意要写掩码和区域号 Router A config ospf 1 network 192 168 1 0 255 255 255 0 area 0 B 的配置 Router B config router ospf 1 Router B config ospf 1 network 10 10 11 0 255 255 255 0 area 0 Router B config ospf 1 network 192 168 1 0 255 255 255 0 area 0 第四步 查看路由表 路由器 A Router A sh ip route Codes C connected S static R RIP B BGP BC BGP connected D BEIGRP DEX external BEIGRP O OSPF OIA OSPF inter area ON1 OSPF NSSA external type 1 ON2 OSPF NSSA external type 2 OE1 OSPF external type 1 OE2 OSPF external type 2 DHCP DHCP type L1 IS IS level 1 L2 IS IS level 2 VRF ID 0 C 10 10 10 0 24 is directly connected Loopback0 O 10 10 11 1 32 110 1601 via 192 168 1 2 on Serial0 3 注意到环回接口产生的是主机路由 C 192 168 1 0 24 is directly connected Serial0 3 路由器 B Router B show ip route Codes C connected S static R RIP B BGP BC BGP connected D BEIGRP DEX external BEIGRP O OSPF OIA OSPF inter area ON1 OSPF NSSA external type 1 ON2 OSPF NSSA external type 2 OE1 OSPF external type 1 OE2 OSPF external type 2 DHCP DHCP type L1 IS IS level 1 L2 IS IS level 2 VRF ID 0 O 10 10 10 1 32 110 1601 via 192 168 1 1 on Serial0 3 注意管理距离为 110 C 10 10 11 0 24 is directly connected Loopback0 C 192 168 1 0 24 is directly connected Serial0 3 第五步 其他验证命令 Router B sh ip ospf 1 显示该 OSPF 进程的信息 OSPF process 1 Router ID 10 10 11 1 Distance intra area 110 inter area 110 external 150 SPF schedule delay 5 secs Hold time between two SPFs 10 secs SPFTV 0 0 TOs 5 SCHDs 5 All Rtrs support Demand Circuit Number of areas is 1 AREA 0 Number of interface in this area is 2 UP 2 Area authentication type None All Rtrs in this area support Demand Circuit Router A show ip ospf interace 显示 显示 OSPF 接口状态和类型接口状态和类型 Loopback0 is up line protocol is up Internet Address 10 10 10 1 24 Interface index 6 Nettype Broadcast 环回接口的网络类型默认为广播 环回接口的网络类型默认为广播 OSPF process is 2 AREA 0 Router ID 10 10 10 1 Cost 1 Transmit Delay is 1 sec Priority 1 Hello interval is 10 Dead timer is 40 Retransmit is 5 OSPF INTF State is ILOOPBACK Neighbor Count is 0 Adjacent neighbor count is 0 Serial0 3 is up line protocol is up Internet Address 192 168 1 1 24 Interface index 3 Nettype Point to Point OSPF process is 2 AREA 0 Router ID 10 10 10 1 Cost 1600 Transmit Delay is 1 sec Priority 1 Hello interval is 10 Dead timer is 40 Retransmit is 5 OSPF INTF State is IPOINT TO POINT Neighbor Count is 1 Adjacent neighbor count is 1 Adjacent with neighbor 192 168 1 2 Router A sh ip ospf neighbor 显示 显示 OSPF 邻居邻居 OSPF process 2 AREA 0 Neighbor ID Pri State DeadTime Neighbor Addr Interface 10 10 11 1 1 FULL 36 192 168 1 2 Serial0 3 第六步 修改环回接口的网络类型 Router A conf Router A config interface loopback 0 Router A config l0 ip ospf network point to point 将类型改为点到点 第七步 查看接口状态和路由器B 的路由表 Router A sh ip ospf interface Loopback0 is up line protocol is up Internet Address 10 10 10 1 24 Interface index 6 Nettype Point to Point OSPF process is 2 AREA 0 Router ID 10 10 10 1 Cost 1 Transmit Delay is 1 sec Priority 1 Hello interval is 10 Dead timer is 40 Retransmit is 5 OSPF INTF State is ILOOPBACK Neighbor Count is 0 Adjacent neighbor count is 0 Serial0 3 is up line protocol is up Internet Address 192 168 1 1 24 Interface index 3 Nettype Point to Point OSPF process is 2 AREA 0 Router ID 10 10 10 1 Cost 1600 Transmit Delay is 1 sec Priority 1 Hello interval is 10 Dead timer is 40 Retransmit is 5 OSPF INTF State is IPOINT TO POINT Neighbor Count is 1 Adjacent neighbor count is 1 Adjacent with neighbor 192 168 1 2 Router B show ip route Codes C connected S static R RIP B BGP BC BGP connected D BEIGRP DEX external BEIGRP O OSPF OIA OSPF inter area ON1 OSPF NSSA external type 1 ON2 OSPF NSSA external type 2 OE1 OSPF external type 1 OE2 OSPF external type 2 DHCP DHCP type L1 IS IS level 1 L2 IS IS level 2 VRF ID 0 O 10 10 10 1 32 110 1601 via 192 168 1 1 on Serial0 3 C 10 10
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 医疗技术助力下的化学实验教学策略分析
- 教育心理学的智慧解码学生行为背后
- 心理辅导在招生过程中的作用
- 教育技术与职业发展
- 企业内部培训与教育心理学的结合
- 医疗教育机器人的研发与应用前景
- 教育投资的新风向游戏化学习平台融资指南
- 2025届江西省新余市高二物理第二学期期末综合测试模拟试题含解析
- 培养学习动力教育心理学的力量
- 企业园区的智能交通管理方案
- 2025年湖北荆门市交通旅游投资集团有限公司招聘笔试参考题库含答案解析
- 食品产品溯源管理制度
- 2024年辽阳职业技术学院单招职业倾向性测试题库附答案
- 护士思想政治教育
- 陕投集团招聘真题2024
- 国家开放大学汉语言文学本科《古代诗歌散文专题》期末纸质考试第三大题简答题库2025春期版
- 社交媒体在职场人际关系构建中的作用与应用研究
- 中国常规肺功能检查基层指南(2024年)
- 2025年教师个人对照存在问题清单及整改措施
- 通信行业网络优化与升级改造方案
- 《不同频次低强度脉冲超声治疗男性轻中度勃起功能障碍的临床疗效观察》
评论
0/150
提交评论