[33767] in North American Network Operators' Group
Re: Tricky BGP into IGP Question
daemon@ATHENA.MIT.EDU (Anne Marcel)
Tue Jan 23 19:35:18 2001
Date: Wed, 24 Jan 2001 01:33:00 +0100 (CET)
From: Anne Marcel <marcel@our.domaintje.com>
To: NANOG <nanog@merit.edu>
In-Reply-To: <DA5C4C272E1CD311B5A90000F8043438CE90EC@SHASTA>
Message-ID: <Pine.NEB.3.96.1010124011750.63160A-100000@our.domaintje.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Errors-To: owner-nanog-outgoing@merit.edu
Hi,
First thing. Stay away from redistributing BGP into your IGP if you can
help it.
Second thing. What are the routing relationships between the routers in
the picture below. Who talks to who using what protocol(s). To what
routing domain do the various routers belong.
- marcel
On Tue, 23 Jan 2001, Tim Wolfe wrote:
>
>
> What is the preferred way to get transit customers routing information into
> your IGP so that BGP will announce the route to it's neighbors.
>
> 1===2a===2b====3
> |
> 4
>
> 1 is the customer, announcing to 2a, who propogates 1's route to 2b and to
> 4. 2b will not announce the route to 3 as it doesn't have a route in it's
> routing table for 1's route. I was thinking about redistributing bgp into
> my igp using a route-map based on as-path filter, but that seems somewhat
> kludgy. What are you all doing to accomplish this or am I just missing
> something here?