1、H3CNE 大综合实验 覆盖所有的H3CNE课程组名:SUNRISE小组成员:孙弋伦,钟良引,吴淑敏,陈师伟,韩纬光一. 实验名称:OSPF路由多区域二. 实验需求及应用环境:需求及背景描述公司分布在3个不同的城市,分别在北京,上海,海南,全网使用OSPF互联三. 网络拓朴:1、 图 3-1 网络拓扑图2、IP分配表我们使用10.0.0.0/8网段的的私网地址来进行规划。Ip地址的9-16位代表地区。1 代表北京 例如:10.1.0.0/242 代表上海 例如:10.2.0.0/243 代表海南 例如:10.3.0.0/244 代表链路地址 例如:10.4.0.0/30Ip地址的17-24位代
2、业务网段。0 代表接口ip地址 例如:10.0.0.0/301 代表财务处ip地址 例如:10.0.1.0/242 代表销售部ip地址 例如:10.0.2.0/243 代表网络中心ip地址 例如:10.0.3.0/24表3-1 北京地区ip地址规划北京配置名称IP地址子网掩码默认网关财务处10.1.1.0255.255.255.010.1.1.1销售部10.1.2.0255.255.255.010.1.2.1网络中心10.1.3.0255.255.255.010.1.3.1接口ip地址10.1.0.0255.255.255.0表3-1 上海地区ip地址规划上海配置名称IP地址子网掩码默认网关财
3、务处10.2.1.0255.255.255.010.2.1.1销售部10.2.2.0255.255.255.010.2.2.1网络中心10.2.3.0255.255.255.010.2.3.1接口ip地址10.2.0.0255.255.255.0表3-1 海南地区ip地址规划上海配置名称IP地址子网掩码默认网关财务处10.3.1.0255.255.255.010.3.1.1销售部10.3.2.0255.255.255.010.3.2.1网络中心10.3.3.0255.255.255.010.3.3.1接口ip地址10.3.0.0255.255.255.03、交换机IP配置表2-2 交换机IP配
4、置设备名称设备接口IP地址SW1Vlan110.1.0.0/30Lo110.1.1.1/24Lo210.1.2.1/24Lo310.1.3.1/24E0/4/3/E0/1/010.1.0.8/30Sw2Vlan110.1.0.0/30Lo110.1.1.2/24Lo210.1.2.2/24Lo310.1.3.2/24E0/1/010.1.0.4/30E0/4/3/4、路由器IP配置表2-3 路由器IP配置设备名称设备接口IP地址R1E0/1/010.1.0.12/30E0/1/110.4.0.0/30E0/1/210.1.0.8/30R2E0/1/010.1.0.12/30E0/1/110.1
5、.0.4/30S0/2/010.4.0.8/30S0/2/110.4.0.4/30R3E0/1/010.2.0.4/30E0/1/110.4.0.0/30E0/1/210.2.0.0/30R4E0/1/010.2.0.4/30R5E0/1/010.2.0.0/30Lo110.2.1.1/24Lo210.2.2.1/24Lo310.2.3.1/24R6S0/2/010.4.0.8/30S0/2/110.4.0.4/30Lo110.3.1.1/24Lo210.3.2.1/24Lo310.3.3.1/24四. 预期要达到的实验结果:(一)、需求分析1、工程化的ip地址分配2、实现全网互通。3、OSP
6、F多区域的划分4、将Area 1区域设置成Stub区域。5、通过修改cost值实现链路的备份。6、业务端口设置为禁默端口。7、远程接入的设备需要做认证。8、实现rip的路由汇总。9、实现OSPF的区域路由的汇总。10、路由重发布地域图如下图4-1 公司地理位置分布图五. 配置思路步骤:(工程配置思想)1、接口的配置表5-1 设备接口配置SW1interface e0/1/0ip address 10.1.0.9 30interface vlan 1ip address 10.1.0.1 30undo shutdowninterface lo1ip address 10.1.1.1 24inte
7、rface lo2ip address 10.1.2.1 24interface lo3ip address 10.1.3.1 24SW2interface e0/1/0ip address 10.1.0.5 30interface vlan 1ip address 10.1.0.2 30undo shutdowninterface lo1ip address 10.1.1.2 24interface lo2ip address 10.1.2.2 24interface lo3ip address 10.1.3.2 24R1interface e0/1/2ip address 10.1.0.1
8、0 30interface e0/1/0ip address 10.1.0.13 30interface e0/1/1ip address 10.4.0.1 30R2interface e0/1/0ip address 10.1.0.14 30interface e0/1/1ip address 10.1.0.6 30interface s0/2/0ip address 10.4.0.9 30interface s0/2/1ip address 10.4.0.5 30R3interface e0/1/1ip address 10.4.0.2 30interface e0/1/0ip addre
9、ss 10.2.0.5 30interface e0/1/2ip address 10.2.0.1 30R4interface e0/1/0ip address 10.2.0.6 30R5interface e0/1/0ip address 10.2.0.2 30interface lo1ip address 10.2.1.1 24interface lo2ip address 10.2.2.1 24interface lo3ip address 10.2.3.1 24R6interface s0/2/0ip address 10.4.0.10 30interface s0/2/1ip add
10、ress 10.4.0.6 30interface lo1ip address 10.3.1.1 24interface lo2ip address 10.3.2.1 24interface lo3ip address 10.3.3.1 242、OSPF技术表5-2 OSPF技术实现SW1router id 11.11.11.11ospfarea 0network 10.1.0.8 0.0.0.3network 10.1.0.0 0.0.0.3network 10.1.1.0 0.0.0.255network 10.1.2.0 0.0.0.255network 10.1.3.0 0.0.0.2
11、55SW2router id 22.22.22.22ospfarea 0network 10.1.0.4 0.0.0.3network 10.1.0.0 0.0.0.3network 10.1.1.0 0.0.0.255network 10.1.2.0 0.0.0.255network 10.1.3.0 0.0.0.255R1router id 1.1.1.1ospfarea 0network 10.1.0.8 0.0.0.3network 10.1.0.12 0.0.0.3area 2network 10.4.0.0 0.0.0.3R2router id 2.2.2.2ospfarea 0n
12、etwork 10.1.0.4 0.0.0.3network 10.1.0.12 0.0.0.3area 1network 10.4.0.4 0.0.0.3network 10.4.0.8 0.0.0.3R3router id 3.3.3.3ospfarea 2network 10.4.0.0 0.0.0.3network 10.2.0.4 0.0.0.3R4router id 4.4.4.4ospfarea 2network 10.2.0.4 0.0.0.3R6router id 5.5.5.5ospfarea 1network 10.4.0.4 0.0.0.3network 10.4.0.
13、8 0.0.0.33、RIP技术表5-3 RIP 技术的实现R3ripversion 2undo summarynetwork 10.2.0.0R4ripversion 2undo summarynetwork 10.2.0.04、路由表重发布表5-4 路由重发布R3ripimport-route ospf cost 5 /将OSPF的路由表放进RIP,开销为5ospfimport-route rip cost 10 /将RIP的路由表放进OSPF,开销为105、OSPF的接入认证表 5-5 OSPF的接入认证R1ospfarea 2authentication-mode simpleinte
14、rface e0/1/1ospf authentication-mode simple plain bjtoshR3ospfarea 2authentication-mode simpleinterface e0/1/1ospf authentication-mode simple plain bjtoshinterface e0/1/0ospf authentication-mode simple plain shtoshR4ospfarea 2authentication-mode simpleinterface e0/1/0ospf authentication-mode simple
15、plain shtoshR2ospfarea 1authentication-mode simpleinterface s0/2/0ospf authentication-mode simple plain bjtohninterface s0/2/1ospf authentication-mode simple plain bjtohnR6ospfarea 1authentication-mode simpleinterface s0/2/0ospf authentication-mode simple plain bjtohninterface s0/2/1ospf authenticat
16、ion-mode simple plain bjtohn6、静默端口表5-6静默端口的设置SW1 SW2 R6ospfsilent-interface lo1silent-interface lo2silent-interface lo3R5ripsilent-interface lo1silent-interface lo2silent-interface lo37、链路备份表5-7 修改cost达到链路备份R2 R6interface s0/2/0ospf cost 20008、Stub区域表5-8 Stub区域的设置R2 R6ospfarea 1stub9、RIP 路由汇聚表5-9 RI
17、P 的路由汇聚R5interface e0/1/0rip summary-address 10.2.0.0 22R3interface e0/1/2rip summary-address 10.0.0.0 1310、OSPF区域的路由汇聚表5-10 OSPF 区域1的路由汇聚R2ospfarea 1abr-summary 10.3.0.0 22表5-11 OSPF 区域0的路由汇聚R1 R2ospfarea 0abr-summary 10.1.0.0 22六. 实验调试过程:1、图6-1 :R1路由表条目链路备份前备份后2、Stub 区域后效果Rip 汇聚前Rip汇聚后区域1聚合前区域1 聚合
18、后区域0的路由汇总前区域0路由汇总后Rip 汇总前Rip捆绑后4、图6-5链路捆绑5、图6-6SW1 MSTP 实例0和实例1根桥6、图6-7SW1 MSTP实例2根桥7、图6-8DHCP地址池范围8、图6-9FTP server的搭建七. 实验调试结果:1、图7-1 非网络中心不能登录2、图7-42Console 密码认证3、图7-3 测试分公司的连通性,4、图7-4到两个部门的连通性5、图7-5非网络中心telnet测试6、图7-6部门到外网的连通性八. 实验总结:1、通过实验串通所有学过的知识点,懂得怎样融合知识点到一个项目中;2、根据分析客户的需求进行技术上的分析,然后就可以清晰的实现项目;3、实验运用到了:vlan、telnet、ftp、ppp、acl、nat、dhcp、mstp、rip、ospf、静态路由、链路捆绑技术、路由重发布,静默端口、rip的接入认证、svi、trunk;4、实验中我们做了路由重发布,为了将rip的路由表发布到ospf中里;5、实验过程中进行捆绑时已显示配置成功,但验证过程没有成功,后来通过几番的检查才得以解决;6、做这个实验虽然有点辛苦,但体味到一个组团结的力量,也体味到做项目的一点点艰辛;
copyright@ 2008-2022 冰豆网网站版权所有
经营许可证编号:鄂ICP备2022015515号-1