欢迎来到天天文库
浏览记录
ID:19902789
大小:976.50 KB
页数:30页
时间:2018-10-07
《第15章 bgp典型配置案例》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、BGP典型配置案例日期:杭州华三通信技术有限公司版权所有,未经授权不得使用与传播组网需求所有路由器均运行BGP协议,RouterA和RouterB之间建立EBGP连接,RouterB和RouterC之间建立IBGP连接。要求RouterC能够访问RouterA直连的8.1.1.0/24网段。BGP基本配置(1)配置各接口的IP地址(略)(2)配置IBGP连接l为了防止端口状态不稳定引起路由震荡,本举例使用Loopback接口来创建IBGP对等体。l使用Loopback接口创建IBGP对等体时,因为Loopback接口不是两对等体实际连接的接口,所以,必须使用peerconnect-inte
2、rface命令将Loopback接口配置为BGP连接的源接口。l在AS65009内部,使用OSPF协议,保证RouterB到RouterC的Loopback接口路由可达,RouterB到RouterC的Loopback接口路由可达。#配置RouterB。system-view[RouterB]bgp65009[RouterB-bgp]router-id2.2.2.2[RouterB-bgp]peer3.3.3.3as-number65009[RouterB-bgp]peer3.3.3.3connect-interfaceloopback0[RouterB-bgp]quit
3、[RouterB]ospf1[RouterB-ospf-1]area0[RouterB-ospf-1-area-0.0.0.0]network2.2.2.232[RouterB-ospf-1-area-0.0.0.0]network9.1.1.124[RouterB-ospf-1-area-0.0.0.0]quit[RouterB-ospf-1]quit#配置RouterC。system-view[RouterC]bgp65009[RouterC-bgp]router-id3.3.3.3[RouterC-bgp]peer2.2.2.2as-number65009[Rout
4、erC-bgp]peer2.2.2.2connect-interfaceloopback0[RouterC-bgp]quit[RouterC]ospf1[RouterC-ospf-1]area0[RouterC-ospf-1-area-0.0.0.0]network3.3.3.332[RouterC-ospf-1-area-0.0.0.0]network9.1.1.024[RouterC-ospf-1-area-0.0.0.0]quit[RouterC-ospf-1]quit[RouterC]displaybgppeerBGPlocalrouterID:3.3.3.3LocalASnumb
5、er:65009Totalnumberofpeers:1Peersinestablishedstate:1PeerASMsgRcvdMsgSentOutQPrefRcvUp/DownState2.2.2.2650097100000:06:09Established以上显示信息表明RouterB和RouterC之间的IBGP连接已经建立。3)配置EBGP连接lEBGP邻居关系的两台路由器(通常属于两个不同运营商),处于不同的AS域,对端的Loopback接口一般路由不可达,所以一般使用直连地址建立BGP邻居。l因为要求RouterC能够访问RouterA直连的8.1.1.0/24网段,所以,
6、建立EBGP连接后,需要将8.1.1.0/24网段路由通告到BGP路由表中。#配置RouterA。system-view[RouterA]bgp65008[RouterA-bgp]router-id1.1.1.1[RouterA-bgp]peer3.1.1.1as-number65009[RouterA-bgp]network8.1.1.124[RouterA-bgp]quit#配置RouterB。[RouterB]bgp65009[RouterB-bgp]peer3.1.1.2as-number65008[RouterB-bgp]quit#查看RouterB的BGP对等
7、体的连接状态。[RouterB]displaybgppeerBGPlocalrouterID:2.2.2.2LocalASnumber:65009Totalnumberofpeers:2Peersinestablishedstate:2PeerASMsgRcvdMsgSentOutQPrefRcvUp/DownState3.3.3.36500912100300:09:16Established3.1.1.26500833
此文档下载收益归作者所有