BGP Peering: update-source lo with lo having multiple ip addresses. How source-address is decided? #15304
Closed
dyvignaswaroop8
started this conversation in
General
Replies: 2 comments 1 reply
-
|
Specify an arbitrary IP instead of the interface name. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
BGP currently chooses the ip address with the most common bits for the destination it is sending to. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to comprehend how FRR manages scenarios where "update-source lo" is specified in BGP peering, and the loopback (lo) interface has multiple IP addresses (secondary addresses) configured. In the bgp_update_address() API, it's unclear how the source address is precisely determined in the described situation. Could someone clarify the simplest approach to address this? If a user opts for multiple addresses on the loopback interface and configures "update-source lo" for BGP peering, should we reject the configuration?
Beta Was this translation helpful? Give feedback.
All reactions