BGP综合实验

一、实验拓扑

二、实验需求

1、AS1中存在两个环回,一个地址为192.168.1.0/24,该地址不能在任何协议中宣告,

   As3中存在两个环回,一个地址为192.168.2.0/24,该地址不能在任何协议中宣告,最终要求这两个环回可以ping通;

2、整个AS2的IP地址为172.16.0.0/16,请合理划分;并且其内部配置osPF协议

3、R1-R8的建邻环回用x.x.x.x/32表示;R2-R7上除了建邻环回,每个设备再划分一个业务网段;

4、AS间的骨干链路IP地址随意定制;

5、使用BGP协议让整个网络所有设备的环回可以互相访问;

三、实验思路

1、配置对应划分的IP地址

172.16.1.0/16

向后借8为到172.16.1.0/24

R2172.16.2.0/24

R3172.16.3.0/24

R4:172.16.4.0/24

R5:172.16..5.0/24

R6:172.16.6.0/24

R7:172.16.7.0/24

172.16.1.0/24将网段划分为掩码为30的网段,如图取以下个网段

172.16.1.0/30

172.16.1.4/30

172.16.1.8/30

172.16.1.12/30

172.16.1.16/30

172.16.1.20/30

172.16.1.24/30     

2、在AS2中配置ospf协议,实现内网通

3、BGP建邻配置,AS 2内部建立BGP联盟,联盟AS为 AS 2,包含2个子AS为 AS 64512和AS 64513。R1和R2建立EBGP邻居,R2和R5建立EBGP邻居,R7和R8建立EBGP邻居,子AS内部建立IBGP全连接

4、减少路由条目

5、实现、AS1中存在两个环回,一个地址为192.168.1.0/24,该地址不能在任何协议中宣告,As3中存在两个环回,一个地址为192.168.2.0/24,该地址不能在任何协议中宣告,最终要求这两个环回可以ping通

四、实验步骤

1、配置对应划分的IP地址

R1:

R2:

R3:

R4:

R5:

R6:

R7:

R8:

2、在AS2中配置ospf协议

R2:

R3:

R4:

R5:

R6:

R7:

测试(R2的路由表):

3、BGP建邻配置,AS 2内部建立BGP联盟,联盟AS为 AS 2,包含2个子AS为 AS 64512和AS 64513。R1和R2建立EBGP邻居,R2和R5建立EBGP邻居,R7和R8建立EBGP邻居,子AS内部建立IBGP全连接

步骤1:R1上使用直连接口地址配置与R2的EBGP邻居,AS编号为真实AS

步骤 2:R2上创建BGP进程运行在 AS 64512中,联盟ID为2,与R1和R5建立EBGP邻居,与R3、R4建立IBGP邻居,联盟内邻居AS为AS 64513

[R2]bgp 64512

[R2-bgp]confederation id  2

[R2-bgp]confederation peer-as  64513

[R2-bgp]peer 12.1.1.1 as 1

[R2-bgp]peer 172.16.1.22 as 64513

[R2-bgp]peer 172.16.1.22 next-hop-local

[R2-bgp]peer 172.16.0.3 as 64512

[R2-bgp]peer 172.16.0.3 connect-interface l0

[R2-bgp]peer 172.16.0.3 next-hop-local

[R2-bgp]peer 172.16.0.4 as 64512

[R2-bgp]peer 172.16.0.4 connect-interface  l0

[R2-bgp]peer 172.16.0.4 next-hop-local

步骤3:R3创建BGP进程运行在AS 64512中,联盟ID为2,与R2、R4建立IBGP邻居

[R3]bgp 64512

[R3-bgp]confederation  id  2

[R3-bgp]peer 172.16.0.2 as 64512

[R3-bgp]peer 172.16.0.2  connect-interface  l0

[R3-bgp]peer 172.16.0.4  as 64512

[R3-bgp]peer 172.16.0.4 connect-interface  l0

步骤4: R4创建BGP进程运行在AS 64512中,联盟ID为2,与R2、R3建立IBGP邻居

[R4]bgp 64512

[R4-bgp]confederation id  2

[R4-bgp]peer 172.16.0.2  as 64512

[R4-bgp]peer 172.16.0.2 connect-interface l0

[R4-bgp]peer 172.16.0.3  as 64512

[R4-bgp]peer 172.16.0.3 connect-interface l0

步骤5:R5、R6、R7的配置与上述类似,对照拓扑进行配置

[R5]bgp 64513

[R5-bgp]confederation id 2

[R5-bgp]confederation peer-as  64512

[R5-bgp]peer 172.16.1.21 as 64512

[R5-bgp]peer 172.16.1.21 next-hop-local

[R5-bgp]peer 172.16.0.6  as 64513

[R5-bgp]peer 172.16.0.6 connect-interface  l0

[R5-bgp]peer 172.16.0.6 next-hop-local

[R5-bgp]peer 172.16.0.7  as 64513

[R5-bgp]peer 172.16.0.7  connect-interface l0

[R5-bgp]peer 172.16.0.7  next-hop-local

[R6]bgp 64513

[R6-bgp]confederation id  2

[R6-bgp]peer 172.16.0.5  as 64513

[R6-bgp]peer 172.16.0.5 connect-interface l0

[R6-bgp]peer 172.16.0.5 next-hop-local

[R6-bgp]peer 172.16.0.7 as 64513

[R6-bgp]peer 172.16.0.7  connect-interface l0

[R6-bgp]peer 172.16.0.7 next-hop-local

[R7]bgp 64513

[R7-bgp]confederation id  2

[R7-bgp]peer 172.16.0.5  as 64513

[R7-bgp]peer 172.16.0.5  connect-interface l0

[R7-bgp]peer 172.16.0.5 next-hop-local

[R7-bgp]peer 172.16.0.6 as 64513

[R7-bgp]peer 172.16.0.6 connect-interface l0

[R7-bgp]peer 172.16.0.6  next-hop-local

[R7-bgp]peer 34.1.1.2 as 3

[R7-bgp]peer 34.1.1.2 next-hop-local

步骤6:R6的配置与R1类似,对照拓扑进行配置

[R8]bgp 3

[R8-bgp]peer 34.1.1.1 as 2

[R8-bgp]

R2:建邻表

R1、R8分别宣告L0地址,并查看BGP路由表:

 

  

测试:

4、手工汇总、防环

[R2]bgp 64512

[R2-bgp]aggregate 172.16.0.0 16

[R2]ip route-static 172.16.0.0 16 NULL  0

[R7]bgp 64513

[R7-bgp]aggregate 172.16.0.0 16

[R7]ip route-static 172.16.0.0 16 NULL  0

测试:

 

5、R1、R8上的固定环回可互通

  [R1]ip route-static 192.168.2.0 24 172.16.1.26

[R8]ip route-static 192.168.1.0 24 172.16.1.25

测试:

 

五、实验总结

      此次实验在 AS1 和 AS3 中,虽各有一个环回地址不能在任何协议中宣告,但通过 BGP 协议最终实现了这两个特殊环回的 Ping 通。AS2 的 IP 地址基于 172.16.0.0/16 进行了合理划分,并在内部成功配置 OSPF 协议。R1 - R8 采用 /32 的建邻环回,R2 - R7 还额外划分了业务网段。在 AS 间,骨干链路的 IP 地址按需定制。通过 BGP 协议,使得整个网络中所有设备的环回能够互相访问,达成了实验的关键目标。展示了 BGP 协议在跨自治系统通信中的重要作用,以及 OSPF 协议在区域内的路由管理能力。同时,合理的 IP 地址规划和子网划分保障了网络的高效运行和可扩展性。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值