Discussion for BGP

eduinho
2 posts

Hi, thanks for the post.

I have a question regarding BGP updates:

It is possible to examine the route attributes after outbound route-map?

Example:

route-map A and route-map B modify route attributes

This scenario:

ROUTER_A(route-map A out) ============ ROUTER_B(route-map B in)

I would like examine the route attributes after route-map A and before route-map B

¿There is a command to acomplish that?

Thanks in advance and sorry for my english, I am spanish.

Regards

bluepackets
13 posts

Configure "neighbor ip-address soft-reconfiguration inbound" on Router B for neighbor Router A and all BGP routes received from Router A will be stored in memory, in addition to being processed and added to the BGP and route tables. Then you can run "show ip bgp neighbors neighbor-ip-address received-routes" to view all the routes received from Router A.

eduinho
2 posts

Many thanks bluepackets, I tried it other day but I forgot posted here.

In ASR there is other commands too (I think)

When I have free time, I will post other options.

Regards

Viewing 1 - 3 of 3

  • 1