Le Wed, 31 Aug 2011 07:19:15 +0200, Tony Sarendal <t...@polarcap.org> a C)crit :
Hi, > current1# cat /etc/bgpd.conf > AS 65001 > network 10.0.1.0/24 > > current1# bgpctl show rib nei 172.29.1.52 out > flags: * = Valid, > = Selected, I = via IBGP, A = Announced > origin: i = IGP, e = EGP, ? = Incomplete > > flags destination gateway lpref med aspath origin > AI*> 10.0.1.0/24 172.29.1.200 100 0 i So you announce (A) via IBGP (I) the route 10.0.1.0/24, looks good no?. > current2# bgpctl show rib nei 172.29.1.51 in > flags: * = Valid, > = Selected, I = via IBGP, A = Announced > origin: i = IGP, e = EGP, ? = Incomplete > > flags destination gateway lpref med aspath origin > I*> 10.0.1.0/24 172.29.1.51 100 0 i And you receive the route via IBGP (I), looks good too. Where is the problem? Regards.