Re: BGP synchronization nightmare

From: Ab absima (abasima2002@xxxxxxxxxxx)
Date: Sat Aug 03 2002 - 15:39:58 GMT-3


   
HTH.

have been practicing on similar senerio and the two points you mentioned are
correct. What I found is that when you redistribute bgp into igp so the route
is known through igp, the routes are not included in the routing table as bgp
but as igp. Even if you play around with the AD it remains same. Under 'show
ip bgp' you see the routs without ">".. and it does not show under 'show ip ro
bgp'.. .

My conclusion was that a bgp speaking router with no ebgp link and with synch
enabled would no show a bgp route under 'show ip ro bgp' I am I right.

Thanks

Ab

----- Original Message -----
From: ccie candidate
Sent: Saturday, August 03, 2002 1:47 PM
To: ccielab@groupstudy.com; Tom Larus
Subject: Re: BGP synchronization nightmare

you are mixing between two things , the route itself and the next hop of it .
any router which runs BGP , when it learns a certain route from another peer
in the same AS (learnt through IBGP) , two conditions has to be met for the
router to push this route into the routing table

1-the next hop of the route should be reachable (here where you sometimes need
next-hop self )

2-the route itself should be known through IGP protocol (here where you
sometimes disable synchronization to skip this condition ).

if the synch is disabled , you must get the route into your routing table
through IGP before the BGP will put it in its routing table (again this is
only for routers learnt that route through IBGP not EBGP)

HTH

--

On Sat, 3 Aug 2002 12:51:01 Tom Larus wrote: >I am working on a practice scenario in which we cannot disable >synchronization, and I am finding that I am several "no valid path" errors >in my BGP debug output. I thought that when we have to use synchronization, >we should redistribute BGP into the IGP at the edges of the IGP. That would >not, however, make the next hop of each IGP route match up with the next-hop >of the BGP route. Any advice on this. > >Do we redistribute just at the edge of each IGP, or on each router? > >Am I supposed to put "next-hop-self" on every BGP router? Even then, I >might have to tinker with IGP metrics and ADs to make sure the IGP next-hop >and BGP next-hop agree. > >"No syn" makes everything work fine, but that is not an option.



This archive was generated by hypermail 2.1.4 : Sat Sep 07 2002 - 19:48:15 GMT-3