欢迎来到天天文库
浏览记录
ID:38568519
大小:1019.00 KB
页数:40页
时间:2019-06-15
《MPLSVPN典型配置案例》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、MPLSVPN典型配置案例日期:杭州华三通信技术有限公司版权所有,未经授权不得使用与传播MPLS基本配置-静态建立LSP组网需求RouterA、RouterB和RouterC均支持MPLS,运行OSPF作为MPLS骨干网上的IGP。在RouterA和RouterC之间建立双向静态LSP,并检测LSP的有效性和可达性。(1)配置各接口的IP地址配置各接口的IP地址和掩码,包括Loopback接口,具体配置过程略。(2)配置OSPF,以保证各路由器之间路由可达#配置RouterA。syste
2、m-view[RouterA]ospf[RouterA-ospf-1]area0[RouterA-ospf-1-area-0.0.0.0]network1.1.1.90.0.0.0[RouterA-ospf-1-area-0.0.0.0]network10.1.1.00.0.0.255[RouterA-ospf-1-area-0.0.0.0]quit[RouterA-ospf-1]quit#配置RouterB。system-view[RouterB]ospf[RouterB-ospf-1
3、]area0[RouterB-ospf-1-area-0.0.0.0]network2.2.2.90.0.0.0[RouterB-ospf-1-area-0.0.0.0]network10.1.1.00.0.0.255[RouterB-ospf-1-area-0.0.0.0]network20.1.1.00.0.0.255[RouterB-ospf-1-area-0.0.0.0]quit[RouterB-ospf-1]quit#配置RouterC。system-view[RouterC]
4、ospf[RouterC-ospf-1]area0[RouterC-ospf-1-area-0.0.0.0]network3.3.3.90.0.0.0[RouterC-ospf-1-area-0.0.0.0]network20.1.1.00.0.0.255[RouterC-ospf-1-area-0.0.0.0]quit[RouterC-ospf-1]quit#配置完成后,在各路由器上执行displayiprouting-table命令,可以看到相互之间都学到了到对方的主机路由。以RouterA为例:[R
5、outerA]displayiprouting-tableRoutingTables:PublicDestinations:9Routes:9Destination/MaskProtoPreCostNextHopInterface1.1.1.9/32Direct00127.0.0.1InLoop02.2.2.9/32OSPF10156210.1.1.2S2/03.3.3.9/32OSPF10312410.1.1.2S2/010.1.1.0/24Direct0010.1.1.1S2/010.1.1.1/32
6、Direct00127.0.0.1InLoop010.1.1.2/32Direct0010.1.1.2S2/020.1.1.0/24OSPF10312410.1.1.2S2/0127.0.0.0/8Direct00127.0.0.1InLoop0127.0.0.1/32Direct00127.0.0.1InLoop0(3)使能MPLS功能#配置RouterA。[RouterA]mplslsr-id1.1.1.9[RouterA]mpls[RouterA-mpls]quit[RouterA]interfac
7、eserial2/0[RouterA-Serial2/0]mpls[RouterA-Serial2/0]quit#配置RouterB。[RouterB]mplslsr-id2.2.2.9[RouterB]mpls[RouterB-mpls]quit[RouterB]interfaceserial2/0[RouterB-Serial2/0]mpls[RouterB-Serial2/0]quit[RouterB]interfaceserial2/1[RouterB-Serial2/1]mpls[RouterB
8、-Serial2/1]quit#配置RouterC。[RouterC]mplslsr-id3.3.3.9[RouterC]mpls[RouterC-mpls]quit[RouterC]interfaceserial2/0[RouterC-Serial2/0]mpls[RouterC-Serial2/0]quit(4)创建从RouterA到RouterC的静态LSP#配置IngressRouterA。[RouterA]stati
此文档下载收益归作者所有