We have 2 providers for our network, one that requires multihop, and another that doesn’t. The one that does not require multihop is taking priority over the other one. In the routing table with only the multihop provider I am seeing all the route propogating with unknown listed for the interface. When I connect the other provider, I show its interface name listed there. Due to this, it appears that all of our traffic is going out the secondary link and not the primary. We have made sure that both of these are Tier 2 providers so the routes should be somewhat diverse.
You need the routing-test package to use those bgp features I believe. the ‘/routing filter’ and ‘/routing bgp peer’ should provide this functionality.
friends I am needing to use the technology BGP, ja I tried to make loadbalaced with the ECMP but the MSN and other things are falling direct, can help me please, I have 4 wan
I tried the routing-test package (2.9.8, btw) and I was unable to make any announcements. I got it set up to the best of my knowledge and didn’t get anything out of it. Any more information you could share to help out?
propogating with unknown listed for the interface.
You have to ensure next-hop reachability first.
You can do this either with an IGP such as ospf or via static routes.
In other words you have to be able to “ping” the ip of the bgp neighbor before you can pass traffic to him.
You don’t need the routing-test package in order to do what you are trying to do. I also woudn’t advise you to put it (routing-test) in a production environment because it’s in a very early beta stage.