BGP advertise multiple paths to the peer. #16812
-
I was looking for a use case where same subnet is getting imported from different vrfs with different community string. and I want both of the routes to be advertized to the peer.
Since 1 route is selected as best, I am only getting route with community 100:200 on the peer device.
Is there any config option to specify to bgp to advertize all routes irrespective of best path? (edited) |
Beta Was this translation helpful? Give feedback.
Answered by
ton31337
Sep 12, 2024
Replies: 1 comment 1 reply
-
Check this flag: https://docs.frrouting.org/en/stable-10.1/bgp.html#clicmd-neighbor-A.B.C.D-X-X-X-X-WORD-addpath-tx-all-paths. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nitinraj92
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check this flag: https://docs.frrouting.org/en/stable-10.1/bgp.html#clicmd-neighbor-A.B.C.D-X-X-X-X-WORD-addpath-tx-all-paths.