实验拓扑
实验需求
1.r1上有两个换汇分别为192.168.1.0/24和192.168.2.0/24只允许学到汇总和1.0
2.r7上有两个还回172.16.1.0/24和172.16.2.0/24要求全部宣告,但是只有2.0可以通过
3.全网可达
实验思路
配置IP地址
BGP配置
实验步骤
配置IP地址
BGP配置
在R2的配置
[r2]bgp 100
[r2-bgp]peer 1.1.1.1 as-number 100
[r2-bgp]peer 1.1.1.1 connect-interface l0
[r2-bgp]peer 23.1.1.2 as-number 101
优化线路
配置R3
[r3]bgp 101
[r3-bgp]import-route ospf 1
[r3-bgp]peer 5.5.5.5 next-hop-local
配置R5
[r5]bgp 101
[r5-bgp]peer 3.3.3.3 next-hop-local
在R2、R6上配置,使仅通过2.0网段
以R2为例
[r2]bgp 100
[r2-bgp]network 192.168.1.0 24
[r2-bgp]network 192.168.2.0 24
[r2-bgp]aggregate 192.168.0.0 22
[r2-bgp]q
[r2]ip ip-prefix xx permit 192.168.1.0 24
[r2]route-policy yy permit node 10
Info: New Sequence of this List.
[r2-route-policy]if-match ip-prefix xx
[r2-route-policy]q
[r2]bgp 100
[r2-bgp]aggregate 192.168.1.0 22 detail-suppressed suppress-policy yy