|
<- Previous Message | Next Message -> Thread Index [isp-bgp] Re: BGP metric weight issue
Try using a route-map to adjust the MED's and localprefs as you want them:
!
route-map set-weight-lpref permit 10
set local-preference 100
set metric 100
!
Then apply this as an inbound route-map to your bgp neighbors... Note that
localpref is an all or nothing proposition (if you localpref one providers
routes higher than anothers, their routes will be preferred). In your case,
you might just need to change the metric to accomplish what you're trying to
do (without messing with localpref)
--
William R. Charnock
Director of Core Technology
Allegiance Telecom, Inc
----- Original Message -----
From: "Peter David" <PDavid@...>
To: <isp-bgp@isp-bgp.com>
Cc: "George Sepeda" <GeorgeS@...>
Sent: Monday, January 06, 2003 2:40 PM
Subject: [isp-bgp] BGP metric weight issue
>
> I am trying to figure out how to force route ip address 208.57.25.1 to our
> LA EBGP gateway which is Genuity.
> But Genuity is forcing us to route it IGRP wise to our NY EBGP gateway.
>
> Problem:
> When trace the address 208.57.25.1 which is located in Aneheim CA, the
> average is 85ms since it is being force to NY and Back to CA.
> The Metric weight in LA for Genuity is 1390
> The metric weight in NY for Genuity is 0
>
> Hence, It is being forced to go to NY and insteadt of LA
>
>
> Question:
> Is there a way to force 208.57.25.1 to go thru LA's EBGP Peer instead of
> NY's EBGP peer without having to change the reomte peer config?
>
> Any help is much Appreciated.....
> Thank you.
>
>
>
Thread Index |