This message was posted by a user wishing to remain anonymous
Hi all,
I need to know why my config is not working, and if you can advice me to make it correct.
We are receiving two default routes from ISP-A and from ISP-B. The current ISP-A is preferred based on local-preference.<o:p></o:p>
<o:p> </o:p>
I need to keep this priority, for all the traffic through ISP-A, but i want to use ISP-B as well for one destination Subnet. So default route 0.0.0.0/0 from ISP-A is injected as a primary to my Site (higher Local-Prefence).<o:p></o:p>
For this purpose I have done the configuration as below, but is not working.<o:p></o:p>
x.x.x.x is the destination_Test_IP Range that i can use for test.<o:p></o:p>
<o:p> </o:p>
#set policy-options policy-statement ml_to_retn_condev_allow term 10 from route-filter x.x.x.x exact<o:p></o:p>
#set policy-options policy-statement ml_to_retn_condev_allow term 10 then accept<o:p></o:p>
#set policy-options policy-statement ml_to_retn_condev_deny term 10 from route-filter x.x.x.x exact<o:p></o:p>
#set policy-options policy-statement ml_to_retn_condev_deny term 10 then reject<o:p></o:p>
import this statemnt in BGP<o:p></o:p>
#set protocols bgp group Upstream neighbor 10.0.1.2 import ml_to_retn_condev_allow<o:p></o:p>
#set protocols bgp group Upstream neighbor 10.0.2.2 import ml_to_retn_condev_deny<o:p></o:p>
<o:p> </o:p>
Now, is this possible technically and if yes, can you give us an hand regard to this by advising with the config?