欢迎来到天天文库
浏览记录
ID:47030814
大小:173.65 KB
页数:18页
时间:2019-07-01
《H3C BGP配置》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、1.14 BGP典型配置举例1.14.1 BGP基本配置1. 组网需求如图1-15所示,所有路由器均运行BGP协议。要求RouterA和RouterB之间建立EBGP连接,RouterB和RouterC之间建立IBGP连接,使得RouterC能够访问RouterA直连的8.1.1.0/24网段。2. 组网图图1-15 BGP基本配置组网图 3. 配置步骤(1) 配置各接口的IP地址(略)(2) 配置IBGP连接· 为了防止端口状态不稳定引起路由震荡,本举例使用Loopback接口来创建IBGP对等体。·
2、 使用Loopback接口创建IBGP对等体时,因为Loopback接口不是两对等体实际连接的接口,所以,必须使用peerconnect-interface命令将Loopback接口配置为BGP连接的源接口。· 在AS65009内部,使用OSPF协议,保证RouterB到RouterC的Loopback接口路由可达。# 配置RouterB。system-view[RouterB]bgp65009[RouterB-bgp]router-id2.2.2.2[RouterB-bgp]peer3.3.3.3as-nu
3、mber65009[RouterB-bgp]peer3.3.3.3connect-interfaceloopback0[RouterB-bgp]quit[RouterB]ospf1[RouterB-ospf-1]area0[RouterB-ospf-1-area-0.0.0.0]network2.2.2.20.0.0.0[RouterB-ospf-1-area-0.0.0.0]network9.1.1.10.0.0.255[RouterB-ospf-1-area-0.0.0.0]quit[RouterB-ospf-1]quit# 配置R
4、outerC。system-view[RouterC]bgp65009[RouterC-bgp]router-id3.3.3.3[RouterC-bgp]peer2.2.2.2as-number65009[RouterC-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.30.0.0.0[RouterC
5、-ospf-1-area-0.0.0.0]network9.1.1.00.0.0.255[RouterC-ospf-1-area-0.0.0.0]quit[RouterC-ospf-1]quit[RouterC]displaybgppeer BGPlocalrouterID:3.3.3.3 LocalASnumber:65009 Totalnumberofpeers:1 Peersinestablishedstate:1 Peer AS MsgRcvd MsgSent
6、OutQPrefRcvUp/Down State 2.2.2.2 65009 7 10 0 000:06:09Established以上显示信息表明RouterB和RouterC之间的IBGP连接已经建立。(3) 配置EBGP连接· EBGP邻居关系的两台路由器(通常属于两个不同运营商),处于不同的AS域,对端的Loopback接口一般路由不可达,所以一般使用直连地址建立BGP邻居。· 因为要求RouterC能够访问RouterA直连的8.1.1.0/
7、24网段,所以,建立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-number6
8、5008[RouterB-bgp]quit# 查看RouterB的BGP对等体的连接状态。[RouterB]displaybgppeer BGPlocalrouterID:2.2.2.2 LocalASn
此文档下载收益归作者所有