[130279] in North American Network Operators' Group
Re: BGP next-hop
daemon@ATHENA.MIT.EDU (Randy Bush)
Thu Sep 30 18:20:24 2010
Date: Fri, 01 Oct 2010 07:20:09 +0900
From: Randy Bush <randy@psg.com>
To: Ingo Flaschberger <if@xip.at>
In-Reply-To: <alpine.LFD.2.00.1009302352060.2012@filebunker.xip.at>
Cc: North American Network Operators Group <nanog@nanog.org>
Errors-To: nanog-bounces+nanog.discuss=bloom-picayune.mit.edu@nanog.org
> last time severall years ago on cisco I used a route-map to rewrite the
> next-hop.
> route-map xx-in permit 10
> set ip next-hop 42.666.77.11
> route-map xx-out permit 10
> set ip next-hop x.x.x.x
>
> neighbor 147.28.0.1 remote-as yyy
> neighbor 147.28.0.1 ebgp-multihop 8
> neighbor 147.28.0.1 route-map xx-in in
> neighbor 147.28.0.1 route-map xx-out out
>
> something like this.
as i showed, i knew how to hack out of the problem. and yes, there are
many ways.
the question is why i am in the corner in the first place.
randy