|
<- Previous Message | Next Message -> Thread Index [isp-bgp] Re: Intro and forcing certain traffic via one link.
On Wed, 2 Jul 2003 mb@....au wrote:
:Hi Haesu,
:
:Quoting Haesu <haesu@...>:
:
:> Why are you setting next hop on your outbound advertisement to the peering
:> neighbor itself?
:
:I am attempting to force certain /24's to only go via our new open pipe link.
:
:> Also you CANNOT set next-hop to something other than yourself during normal
:> BGP session. Setting nexthop only works over eBGP multihop session.
:
:Ok - So I should have something like:
:
:!
:route-map unlimited-traffic permit 10
: match ip address prefix-list unlimited-traffic-prefixes
: set ip next-hop 203.63.121.149 <-- Our router
:!
:
:Or is this not the way to achieve my goal?
The route-map is fine, but you're confusing your bgp config with policy
routing. Get rid of the neighbor/route-map statement, and apply this map
to the interface from which your acl'd subnets are sourced:
interface [blah]
ip policy route-map unlimited-prefixes
cheers,
brian
------------------------ANNOUNCEMENT---------------------------------
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
** 802.11 Planet **
The business of hot spots. Wireless ISP business plans.
Wireless network certifications. High-gain antenna design.
Site survey techniques.
June 25 - 27, Boston, MA
http://www.jupiterevents.com//80211/spring03
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Thread Index |