Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to support two local ip add same bgp-routes #2795

Open
zhouguoyang777 opened this issue Apr 17, 2024 · 3 comments
Open

how to support two local ip add same bgp-routes #2795

zhouguoyang777 opened this issue Apr 17, 2024 · 3 comments

Comments

@zhouguoyang777
Copy link

my system has two port, and each has one local ip, and the two port need to send same bgp-routes, but only one port can worked

@fujita
Copy link
Member

fujita commented Apr 17, 2024

@zhouguoyang777
Copy link
Author

local-address-list? https://github.com/osrg/gobgp/blob/master/docs/sources/configuration.md

local-address-list is ok, but no way to send same route, and only later route can worked

like this:

local-address-list = ["100.98.37.14","100.98.37.16"]
[[bgp-routes]]
afi-safi = "ipv4-unicast"
nlri = "10.249.189.208/28"
nexthop = "100.98.37.14"

[[bgp-routes]]
afi-safi = "ipv4-unicast"
nlri = "10.249.189.208/28"
nexthop = "100.98.37.16"

docker exec -it ebgp gobgp global rib
*> 10.249.189.208/28 100.98.37.16 00:00:04 [{Origin: i}]

@fujita
Copy link
Member

fujita commented Apr 17, 2024

[[bgp-routes]]
?
GoBGP doesn't support such.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants