-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
bgpd: addpath seems not work #17421
Comments
Are you complaining about the visibility issue that without |
i can only see one path (the best one) in the receiver side. I would expect both paths cloud be advertised, and received in the receiver side. is this a supported functionality? |
Please show the configs (both sides). Also |
thanks for reply. attached the mentioned config and logs. the sender side is a Linux server, while the receiver is a real router device from Juniper. |
Could you disable ( |
did it but still the same. i think the eBGP is working properly since both 10.209.73.245 and 10.209.73.246 from eBGP neighbors are in local route table. but only the best one could be advertised to the iBGP router (Juniper). |
Please show |
BGP neighbor is 10.207.8.2, remote AS 1102, local AS 1102, internal link For address family: IPv4 Unicast Connections established 1; dropped 0 |
Juniper does not advertise AddPath capability that's why you don't see those routes to be advertised. Check Juniper's side. |
OK thanks. btw, i used to think "IPv4 Unicast: RX advertised" means it has the capability, what should be show here if Juniper has this capability ? |
Should be |
oh .. got it, really thanks ! |
tried configure the capability in Juniper side and it works now. :) |
Description
I've configured the bgpd to support addPath by adding "maximum-paths", "addpath-tx-all-paths " and "bgp bestpath as-path multipath-relax", but bgpd still advertised only one best selected path (10.xxx.xxx.245) to iBGP neighbor. May i know is there any other configurations should be added so that both 10.xxx.xxx.245 and 10.xxx.xxx.246 could be advertised for the same network 10.xxx.xxx.10/32?
show ip bgp neighbors 10.xxx.xxx.2 advertised-routes detail
show ip bgp neighbors 10.xxx.xxx.2 advertised-routes
Here is my BGPD configuration:
Version
How to reproduce
using addPath configures to advertise multi-path for same network
Expected behavior
both 10.xxx.xxx.245 and 10.xxx.xxx.246 could be advertised
Actual behavior
only 10.xxx.xxx.245 is advertised
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: