Spring中的aware接口详情
243
2022-09-27
48-高级路由:BGP 联邦实验(路由/24)
R1(config-router)#neighbor 3.3.3.3 remote-as 65001R1(config-router)#neighbor 3.3.3.3 update-source loopback 0R1(config-router)#neighbor 3.3.3.3 next-hop-self
R1(config-router)#neighbor 14.1.1.4 remote-as 4
R2配置:R2(config)#no router bgp 123R2(config)#router bgp 65002R2(config-router)#bgp router-id 2.2.2.2
R2(config-router)#bgp confederation identifier 123R2(config-router)#bgp confederation peers 65001
R2(config-router)#neighbor 3.3.3.3 remote-as 65001R2(config-router)#neighbor 3.3.3.3 update-source loopback 0R2(config-router)#neighbor 3.3.3.3 ebgp-multihop
R3配置:R3(config)#no router bgp 123R3(config)#router bgp 65001R3(config-router)#bgp router-id 3.3.3.3
R3(config-router)#bgp confederation identifier 123R3(config-router)#bgp confederation peers 65002
R3(config-router)#neighbor 1.1.1.1 remote-as 65001R3(config-router)#neighbor 1.1.1.1 update-source loopback 0
R3(config-router)#neighbor 2.2.2.2 remote-as 65002R3(config-router)#neighbor 2.2.2.2 update-source loopback 0R3(config-router)#neighbor 2.2.2.2 ebgp-multihop 255
四、验证:R2#show ip bgpNetwork Next Hop Metric LocPrf Weight Path*> 4.4.4.0/24 1.1.1.1 0 100 0 (65001) 4 I
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~