cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
416
Views
0
Helpful
3
Replies

BGP route -map

Steven Williams
Level 4
Level 4

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?                  

1 Accepted Solution

Accepted Solutions

Vishesh Verma
Level 1
Level 1

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

View solution in original post

3 Replies 3

Vishesh Verma
Level 1
Level 1

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

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 advertised-routes

This is a good document with some case studies of BGP -

http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a00800c95bb.shtml

-Vishesh

Jon Marshall
Hall of Fame
Hall of Fame

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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card