02-08-2014 05:50 PM - edited 03-04-2019 10:17 PM
If I create a route-map that blocks routes being advertised to a neighbor (outbound routes), will I still see those routes in the local routers show ip bgp table?
Solved! Go to Solution.
02-08-2014 06:13 PM
Yes, a route-map applied to a BGP neighbor only filters the advertisements. You would still see those routes in local router's BGP table.
-Vishesh
02-08-2014 06:13 PM
Yes, a route-map applied to a BGP neighbor only filters the advertisements. You would still see those routes in local router's BGP table.
-Vishesh
02-08-2014 06:15 PM
If you want to see the local routes use show ip bgp
If you want to see what is advertised to the neighbor use show ip bgp neighbor
This is a good document with some case studies of BGP -
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a00800c95bb.shtml
-Vishesh
02-10-2014 02:31 AM
Steven
As Vishesh says you will still see them. This is because BGP has already run through the best path selection on all the routes it has received from BGP peers an placed them in the BGP table. So your route map is simply filtering what is then advertised to other BGP routers but they are still in the BGP table.
Jon
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