cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
392
Views
5
Helpful
2
Replies

Route-map to change BGP attributes for Specific route

cdegroat82
Level 1
Level 1

Hello,

 

I'm trying to build a route-map that would take a route learned via BGP from an upstream peer, apply a local preference change to just this route, and leave all other routes unchanged.  I've tried a few options in my lab, however it seems to change the route I'm matching via ACL and dropping all other routes I'm assuming due to the implicit deny.  I figured then a prefix list would work but that doesn't seem to be the case either.  Any ideas?  

 

-Chris

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Chris,

this is a case for using an empty last block in the route-map

route-map CHANGEONE permit 10

match ...

set ...

route-map CHANGEONE permit 20

 

! emply final clause just to permit all the other routes

 

Hope to help

Giuseppe

 

 

 

 

View solution in original post

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Chris,

this is a case for using an empty last block in the route-map

route-map CHANGEONE permit 10

match ...

set ...

route-map CHANGEONE permit 20

 

! emply final clause just to permit all the other routes

 

Hope to help

Giuseppe

 

 

 

 

cdegroat82
Level 1
Level 1

Thank you very much!

Review Cisco Networking products for a $25 gift card