BGP routes received from two Peers, but not able to route all traffic to received routes
-
Hi All
I have two WAN gateways, 1 is from ISP and I have BGP session with them, I announce my /24 ip pool to them and receive default route 0.0.0.0/0 from them. In neighbor I have give weight 1 for this ISP
Second WAN i receive some 35,000 routes from a peer group. Neighbor I have given weight of 10
Now the issue is I am not able to send all the traffic to IPs received from Second Wan, only some traffic flows to the second wan and majority goes through the default route received from 1st WAN with default route.
Please assist what needs to changed that all the traffic destined for the IPs received from the 2nd wan goes through it and not through the default routes.
Sorry for my english and If I am not able to explain the problem completly. -
This got resolved with the prefix list filter incorrectly configured. Added allow all on prefix filter on inbound list filter and now traffic flows through the BGP routes.
An additional concern is, we receive default route i.e. 0.0.0.0/0 from the ISP and some prefixes from another peer group. I have given weight of 1 to ISP neighbor and weight of 10 to peer group. Still majority of the traffic to the routes available from the peer group flows through the default routes. Please suggest, if any further changes required on this.
Thanks