RE: Local preference issue

From: David Heaton (David.Heaton@citec.com.au)
Date: Mon Jan 19 2004 - 00:44:27 GMT-3


local preference is local to your AS

you can set its value with a route map

don't forget to have a 2nd route map statement
with no match statements

this is done to stop the 1st route map 's
match statements applying to all routes,
not just the ones you want to match:

route-map Remote_setpref permit 20
 description Used to increase Local Preference remote Lans
 match ip address Remote-LANs
 set local-preference 150
!
route-map Remote_setpref permit 30
 description DO NOT DELETE - Used to allow other updates to be accepted

then, neighbor x route-map it in BGP

Cheers
David

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
wang stone
Sent: Friday, 16 January 2004 7:41 PM
To: ccielab@groupstudy.com; bdennis@internetworkexpert.com
Subject: Local preference issue

Hi group

    When I aggregate BGP route lear from EBGP peer with AS-SET , the
route
will form a default Local preference 100 int bgp table. Why it did so,
and
can I change this valus?

Regards!



This archive was generated by hypermail 2.1.4 : Mon Feb 02 2004 - 09:07:47 GMT-3