hcip第十天bgp实验

要求:所有环回互通
在这里插入图片描述
规划ip地址在这里插入图片描述
配置ip地址
[r1]int l0
[r1-LoopBack0]ip add 1.1.1.1 24
[r1-LoopBack0]int g0/0/0
[r1-GigabitEthernet0/0/0]ip add 12.1.1.1 24

[r2]int l0
[r2-LoopBack0]ip add 2.2.2.2 24
[r2-LoopBack0]int g0/0/1
[r2-GigabitEthernet0/0/1]ip add 12.1.1.2 24
[r2-GigabitEthernet0/0/1]int g0/0/0
[r2-GigabitEthernet0/0/0]ip add 23.1.1.1 24

[r3]int l0
[r3-LoopBack0]ip add 3.3.3.3 24
[r3-LoopBack0]int g0/0/1
[r3-GigabitEthernet0/0/1]ip add 23.1.1.2 24
[r3-GigabitEthernet0/0/1]int g0/0/0
[r3-GigabitEthernet0/0/0]ip add 34.1.1.1 24

[r4]int l0
[r4-LoopBack0]ip add 4.4.4.4 24
[r4-LoopBack0]int g0/0/1
[r4-GigabitEthernet0/0/1]ip add 34.1.1.2 24
[r4-GigabitEthernet0/0/1]int g0/0/0
[r4-GigabitEthernet0/0/0]ip add 45.1.1.1 24

[r5]int l0
[r5-LoopBack0]ip add 5.5.5.5 24
[r5-LoopBack0]int g0/0/1
[r5-GigabitEthernet0/0/1]ip add 45.1.1.2 24

开启bgp
[r1]bgp 1
[r1-bgp]router-id 1.1.1.1
[r1-bgp]peer 12.1.1.2 as-number 2

[r2]bgp 2
[r2-bgp]router-id 2.2.2.2
[r2-bgp]peer 12.1.1.1 as-number 1
[r2-bgp]peer 23.1.1.2 as-number 2

[r3]bgp 2
[r3-bgp]router-id 3.3.3.3
[r3-bgp]peer 23.1.1.1 as-number 2
[r3-bgp]peer 34.1.1.2 as-number 2

[r4]bgp 2
[r4-bgp]router-id 4.4.4.4
[r4-bgp]peer 34.1.1.1 as-number 2
[r4-bgp]peer 45.1.1.2 as-number 3

[r5]bgp 3
[r5-bgp]router-id 5.5.5.5
[r5-bgp]peer 45.1.1.1 as-number 2

配置静态路由
[r1]ip route-static 2.2.2.0 24 12.1.1.2
[r1]ip route-static 3.3.3.0 24 12.1.1.2
[r1]ip route-static 4.4.4.0 24 12.1.1.2
[r1]ip route-static 5.5.5.0 24 12.1.1.2

[r2]ip route-static 1.1.1.0 24 12.1.1.1
[r2]ip route-static 3.3.3.0 24 23.1.1.2
[r2]ip route-static 4.4.4.0 24 23.1.1.2
[r2]ip route-static 5.5.5.0 24 23.1.1.2

[r3]ip route-static 1.1.1.0 24 23.1.1.1
[r3]ip route-static 2.2.2.0 24 23.1.1.1
[r3]ip route-static 4.4.4.0 24 34.1.1.2
[r3]ip route-static 5.5.5.0 24 34.1.1.2

[r4]ip route-static 1.1.1.0 24 34.1.1.1
[r4]ip route-static 2.2.2.0 24 34.1.1.1
[r4]ip route-static 3.3.3.0 24 34.1.1.1
[r4]ip route-static 5.5.5.0 24 45.1.1.2

[r5]ip route-static 1.1.1.0 24 45.1.1.1
[r5]ip route-static 2.2.2.0 24 45.1.1.1
[r5]ip route-static 3.3.3.0 24 45.1.1.1
[r5]ip route-static 4.4.4.4 24 45.1.1.1

宣告
[r1-bgp]network 1.1.1.0 24
[r2-bgp]network 2.2.2.0 24
[r3-bgp]network 3.3.3.0 24
[r4-bgp]network 4.4.4.0 24
[r5-bgp]network 5.5.5.0 24

在这里插入图片描述
成功

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值