-
Notifications
You must be signed in to change notification settings - Fork 1.3k
received-routes and advertised-routes commands showing the same addresses #10673
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
Comments
Do you have |
I have disabled
Now I see the local address
|
I have even done it differently like the below config by adding a static route to
but i still see received-addresses are re-advertised to bgp peer:
|
@wshamroukh this is a normal BGP behavior, receiving side will filter properly incoming routes as it sees them as own AS and discards (not processed further). You can filter out outgoing prefixes by using lots of techniques: distribute-lists, as-path lists, prefix-lists. Another one trick would be using a separate subgroup for updates. You can try enabling |
@frrbot autoclose in 1 week. |
This issue will be automatically closed in the specified period unless there is further activity. |
Put "x" in "[ ]" if you already tried following:
[x ] Did you check if this is a duplicate issue?
[x ] Did you test it on the latest FRRouting/frr master branch?
I am using FRR for testing purposes to establish a vpn connection with bgp routing to Azure VPN Gateway. When the VPN connection is established, I have noticed both the received-routes and advertised-routes are the same and they are all the addresses from azure side (advertised-routes). Here is my config:
And here is the output of bgp table:
Here is the received-routes from the azure side - which is correct:
Here is the output for the advertised-routes which are the ones from the azure side. I would expect to see the one i advertised from the frr router side
172.16.0.0/16
when I check the check the bgp table for the
172.16.0.0/16
i get there is no best path and it is invalid as per the following output:Am I missing something in the configuration here?
The text was updated successfully, but these errors were encountered: