BGP基础配置

1.先配IP,环回,如上图

2.AS 200区域启动ospf协议

AR2:

[r2]ospf 1 router-id 2.2.2.2

[r2-ospf-1]area 0
[r2-ospf-1-area-0.0.0.0]network 23.0.0.2 0.0.0.0 

[r2-ospf-1-area-0.0.0.0]network 2.2.2.2 0.0.0.0

AR3:

[r3]ospf 1 router-id 3.3.3.3

[r3-ospf-1]area 0
[r3-ospf-1-area-0.0.0.0]network 23.0.0.3 0.0.0.0 

[r3-ospf-1-area-0.0.0.0]network 3.3.3.3 0.0.0.0

[r3-ospf-1-area-0.0.0.0]network 34.0.0.3 0.0.0.0

AR4:

[r4]ospf 1 router-id 4.4.4.4

[r4-ospf-1]area 0

[r4-ospf-1-area-0.0.0.0]network 4.4.4.4 0.0.0.0

[r4-ospf-1-area-0.0.0.0]network 34.0.0.4 0.0.0.0

3.配置EBGP 

AS 100和AS 200,直连建邻

[r1]bgp 100

[r1-bgp]router-id 1.1.1.1
[r1-bgp]peer 12.0.0.2 as-number 200

[r2]bgp 200

[r2-bgp]router-id 2.2.2.2
[r2-bgp]peer 12.0.0.1 as-number 100

AS 200和AS 300,使用环回接口建邻

[r4]bgp 200

[r4-bgp]router-id 4.4.4.4

[r4-bgp]peer 5.5.5.5 as-number 300 

[r4-bgp]peer 5.5.5.5 connect-interface LoopBack0 

[r4-bgp]peer 5.5.5.5 ebgp-max-hop 2 

[r4]ip route-static 5.5.5.5 32 45.0.0.5 

[r5]bgp 300

[r5-bgp]router-id 5.5.5.5

[r5-bgp]peer 4.4.4.4 as-number 200

[r5-bgp]peer 4.4.4.4 connect-interface LoopBack0 

[r5-bgp]peer 4.4.4.4 ebgp-max-hop 2 
[r5]ip route-static 4.4.4.4 32 45.0.0.4

4.配置IBGP  

[r2]bgp 200

[r2-bgp]peer 3.3.3.3 as-number 200 --使用环回接口与r3建邻

[r2-bgp]peer 4.4.4.4 as-number 200 --使用环回接口与r4建邻

[r2-bgp][r2-bgp]peer 3.3.3.3 connect-interface LoopBack 0

[r2-bgp][r2-bgp]peer 4.4.4.4 connect-interface LoopBack 0

[r3]bgp 200

[r3-bgp]peer 2.2.2.2 as-number 200 --使用环回接口与r3建邻

[r3-bgp]peer 4.4.4.4 as-number 200 --使用环回接口与r4建邻

[r3-bgp][r2-bgp]peer 2.2.2.2 connect-interface LoopBack 0

[r3-bgp][r2-bgp]peer 4.4.4.4 connect-interface LoopBack 0

[r4]bgp 200

[r4-bgp]peer 2.2.2.2 as-number 200 --使用环回接口与r3建邻

[r4-bgp]peer 3.3.3.3 as-number 200 --使用环回接口与r4建邻

[r4-bgp][r2-bgp]peer 2.2.2.2 connect-interface LoopBack 0

[r4-bgp][r2-bgp]peer 3.3.3.3 connect-interface LoopBack 0

 5.宣告路由 

[r1]bgp 100

[r1-bgp]network 1.1.1.1 32  ----目标网络号和掩码信息,两个参数必须与全局路由表中的内容相同。

[r5]bgp 300

[r5-bgp]network 192.168.1.0 24

[r2 -bgp]peer 3.3.3.3 next-hop-local --修改下一跳为当地的路由器

[r2 -bgp]peer 4.4.4.4 next-hop-local

[r3-bgp]peer 4.4.4.4 next-hop-local

[r4 -bgp]peer 3.3.3.3 next-hop-local --修改下一跳为当地的路由器

[r4 -bgp]peer 2.2.2.2 next-hop-loca

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值