+ -
当前位置:首页 → 问答吧 → 求助 关于bgp的问题

求助 关于bgp的问题

时间:2010-10-27

来源:互联网

网络拓扑是这样的   lo 1----R1--------------R2---------------------R3--lo 1
                                              s1/1        s1/0   s1/1              s1/0

网络的配置如下:
r1 配置:
int lo 1
ip add 1.1.1.1 255.255.255.0
int s1/1
ip add 12.12.12.1 255.255.255.0
router bgp 100
neighbor 12.12.12.2 remote-as 200
net 1.1.1.0 mask 255.255.255.0

r2
int s1/0
ip add 12.12.12.2 255.255.255.0
int s1/1
ip add 23.23.23.2 255.255.255.0
router bgp 200
neighbor 12.12.12.1 remote-as 100
neighbor 23.23.23.3 remote-as 300

r3
int s1/0
ip add 23.23.23.2 255.255.255.0
int lo 1
ip add 3.3.3.3 255.255.255.0
router bgp 300
neighbor 23.23.23.2 remote-as 200
net 3.3.3.0 mask 255.255.255.0

现在的问题是,启用bgp后,路由器上面显示neighbor是一件Up了,但路由器不能学习到其他路由器上面的路由?期待高手帮忙指点一下,谢谢!

作者: hany   发布时间: 2010-10-27

你只把LO口地址NETWORK出去了,把其它地址也发布出去就好了

作者: dfzyhwl   发布时间: 2010-10-27

恩,试过了,是可以了,谢谢楼上的朋友!

作者: hany   发布时间: 2010-10-27