cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3226
Views
0
Helpful
16
Replies

BGP route Manipulation

Hello Guys,

 

Here is the design and the objective:-

 

We have R1,R2 and R3 all connected via a core switch and from R3-R1 there is iBGP and from R3 to R2 there is iBGP too, now from LAN side the traffic goes to R3 always via VRRP. R2 and R1 both have an eBGP to a backbone MPLS.

For simplicity lets say R1 and R2 only knows a total of 4 subnets learnt and they will advertise that into iBGP, now when traffic go to R3 we need to make R1 primary and R2 secondary,the challenge is:- We need to have one of those 4 subnets to be preferred from R2 instead of R1 , so when R3 wants to go to that subney , it uses backup instead of primary.

 

Any thoughts?

If you have can you share the config.

I tried using local pref for that specific prefix on backup router to be higher than primary router for R3 but it ended up changing all the prefixes advertised from backup to R3 being all higher :S

Can someone help ? Thanks

Best Regards,
Dawoud
CCNP NSE4 CEH
16 Replies 16

Hi Paul,

Issue solved when I replaced the prefix-list with an ACL, any explanation ?

Best Regards,
Dawoud
CCNP NSE4 CEH

Hello
Your route-map doesn’t seem to be matching the prefix-list.

Example:
route-map xx
match ip address <acl> = access-list
or
match ip address prefix-list <prefix list> =prefix-list

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul