05-31-2012 04:50 PM - edited 03-04-2019 04:32 PM
Hello expert guys
I was wondering if you know some techniche were a bgp route reflector can make local decisions ( chossing prefixes based on attributes) and not affecting his route reflector clients due to that desision, I'm using IOS 12.4(5) and I would like to know if this can be possible on this version. Thanks in advance
Sent from Cisco Technical Support iPhone App
05-31-2012 11:14 PM
Local preference is a locally significant attribute. What specifically are you trying to do? You can always reset attributes as you advertise them to clients.
Sent from Cisco Technical Support iPad App
06-01-2012 07:08 AM
Sorry, weight is locally significant, local pref is for the local AS
Sent from Cisco Technical Support iPad App
06-01-2012 08:12 AM
Hello Hector,
a route reflector server propagates only the BGP best path, you cannot have a device that makes a different choice for itself and propagates a different path to clients.
If you manipulate BGP attributes to prefer one BGP route over another the first will be propagated to all client and all non clients.
There are some tricks that can be used with VPNv4 prefixes to avoid best path selection at route reflector server ( that is to use different route distinguisher on colocated PE nodes for the same multihomed VRF site) and have it to propagate all different advertisements.
Hope to help
Giuseppe
06-01-2012 01:41 PM
Thanks Giussepe
In fact i am looking for a solution when i modify the best path on route reflector, in this case using bgp bestpath aspath ignore on server and this not modify the clients decision I think this is not possible as you comment, can you share any doc about your solution with rd? Thanks in advance
Sent from Cisco Technical Support iPad App
06-06-2012 03:39 AM
Hi,
Whatever Giussepe said is a valid option of having differenet RD (which eventually makes a single prefix to two unique VPNV4 prefixes).
BGP "Add-Paths attribute" is a new feature where BGP speaker can advertise multiple prefixes (without choosing the best one and advertise) to its clients and non-clients. It adds a "Path Identifier" for every prefix and advertise it and the local edge router can make a decision. Its a work in progress in IETF.
Guissepe - I would like to know if I have two RR clusters with each cluster having different route selected and the edge routers peering with this two different RR clusters. In that case, the edge routers can have both entries in its BGP table and can choose the route accordingly?
thanks
Arun
06-06-2012 07:51 AM
Hello Arun,
>> I would like to know if I have two RR clusters with each cluster having different route selected and the edge routers peering with this two different RR clusters. In that case, the edge routers can have both entries in its BGP table and can choose the route accordingly?
Yes, at that point the edge routers could receive from each cluster a different BGP advertisement and could install both routes if they are different (different BGP next-hop ) if configured appropriately
Hope to help
Giuseppe
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide