欢迎来到天天文库
浏览记录
ID:20414149
大小:53.50 KB
页数:4页
时间:2018-10-09
《ospf多区域配置实验报告》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、实验名称:OSPF多区域的配置实验目的:(1):掌握OSPF多区域基本配置方法(2):实现全网互通性(3):通过更改优先级实现路由器对不同路径的选择实验拓扑图:10002024PC-PTPC1实验步骤:(1):设置IP地址R0:Router(config)#hostnameR0RO(config)#interfacefO/1RO(config-if)#ipaddress10.0.2.254255.255.255.0R0(config-if)#ipaddress10.0.2.254255.255.255.0R2:Router(config)#hos
2、tnameR2R2(config)#interfacefO/OR2(config-if)#ipaddress20.0.0.254255.255.255.0R3:Router(config)#hostnameR3R3(config)#interfacesl/1R3(config-if)#ipaddress40.0.0.2255.255.255.0R3(config-if)#noshutdown(2):进入ospf及区域的划分R0:Router(config-if)#exitRouter(config)#routerospf100Router(con
3、fig-router)#router-id1.1.1.1Router(config-router)#network10.0.1.10.0.0.255area0Router(config-router)#network10.0.2.10.0.0.255area0Router(config-router)#network30.0.0.10.0.0.255area0R2Router(config)#routerospf%Incompletecommand.Router(config)#routerospf200Router(config-router)
4、#router-id2.2.2.2Router(config-router)#network30.0.0.20.0.0.255area000:23:21:%OSPF-5-ADJCHG:Process200,Nbrl.l.l.lonSeriall/1fromLOADINGtoFULL,LoadingDoneRouter(config-router)#network20.0.1.2540.0.0.255area1Router(config-router)#network40.0.0.10.0.0.255area1R3:Router(config)#r
5、outerospf300Router(config-router)#router-id3.3.33Router(config-router)#network40.0.0.20.0.0.255area100:27:56:%OSPF-5-ADJCHG:Process300,Nbr2.2.2.2onSeriall/1fromLOADINGtoFULL,LoadingDoneRouter(config-router)#network50.0.1.2540.0.0.255area2实验结果:在PCO上pingPC2:PC〉ping50.0.1.1Pingi
6、ng50.0.1.1with32bytesofdata:Replyfrom10.0.1.254:Destinationhostunreachable.Replyfrom10.0.1.254:Destinationhostunreachable.Replyfrom10.0.1.254:Destinationhostunreachable.Replyfrom10.0.1.254:Destinationhostunreachable.Pingstatisticsfor50.0.1.1:Packets:Sent=4,Received=0,Lost=4(1
7、00%loss)个人总结:(1):可实现全网互通同时还能通过更改优先级和开销值更改路径。(2):每个网络都有自己的区域降低了每个路由器的压力。
此文档下载收益归作者所有