I’ve having a little trouble getting bgp to advertise my route. I’m not entirely sure whether the issue is on my end or if my provider is filtering me incorrectly. Before I call them, I wanted to make sure that I have things set up properly.
I have a single /22 that I’m trying to advertise to my upstream provider (Qwest). I’m using version 2.9.42. Here’s my configuration:
Should this occomplish my goal of advertising 66.29.172.0/22 to Qwest? Does anyone see anything wrong with this set up? (BTW, I am connected to the remote end and I am receiving routes from them.) Thanks in advance.
what does /routing bgp advertisements print
report?
do you have 66.29.172.0/22 route showed in your routing table (/ip route print)?
Also, try to set routing bgp nexthop-choice to force-self
Bye,
Ricky
I think he’s announcing ok, if it was filtered the prefix wouldn’t appear in the announcements.. @ubb: can you ask your upstream to send you a list of what receives from you?
Bye
Ricky
I’ll try to get in contact with my upstream. I’ve looked at their web based looking glass (http://stat.qwest.net/looking_glass.html) and I can see that my advertisements aren’t showing up there. I guess I’ll see what they say when I get a hold of them.
So it looks like Qwest was filtering my BGP Advertisements incorrectly. Once they changed the filters, I was able to see my advertisement on their looking glass. I’m still having problems and I don’t know if it’s on my end or if I should call them back. When I run /routing bgp advertisements print it gives me the following:
Why would it say that the origin is “incomplete”. Would this have anything to do with the fact that when I look it up in the looking glass, it says “Not advertised to any peer”? Thanks for the help so far!
I just wanted to follow up with everyone. Things are working just like they should. In the end, I figured out that I have everything correct in the beginning but my upstream was filtering my announcements incorrectly.
Because the announcement is either generated by a static route or a connected route, not by a “network” announcement, and it’s not IGP or EGP.
It is normal, and not affecting anything, a part from the best route choice.
Would this have anything to do with the fact that when I look it up in the looking glass, it says “Not advertised to any peer”? Thanks for the help so far!
No.. once the bgp session is up and you can see you route in the announced prefixes, 99% you have everything set up fine, and there is still work to do in the upstream filters (or the upstream upstreams filter).
Remmber it’s not just your upstream that has to modify his filtering rules, but also his upstreams too.
It is normal for this process to take up to a couple of days.
Bye,
Ricky