03-17-2015 02:08 PM - edited 03-05-2019 01:02 AM
Hello Dears I want to ask about the following case : If I have router in AS 100 with 2 router neighbors ( Assume they are ISPs ) AS 200 & AS 300 and I have networks 192.168.2.0 - 192.168.7.0 I advertise 192.168.2.0 - 192.168.4.0 with one neighbor AS 200 & 192.168.2.0 - 192.168.4.0 with another AS 300 by using route-map . In my design I use default route ( with LSA and track ) ,the requests from these networks routed via the default route and returned from destination via BGP . what is the method to control advertisement of networks in case the public service of one ISPs goes down and I want to automatically advertise the networks for this down ISP on the other ISP ?
Solved! Go to Solution.
03-18-2015 03:54 AM
Hi,
You can prepend prefixes towards your ISPs. Suppose prefix X is transmitted via ISP-A. In that case you announce prefix X towards ISP-A without any prepending and towards ISP-B with prepending, using your own AS at least more than 2 times. This way when ISP-A goes down global traffic will shift through ISP-B for the prefix X.
Regards / Tahmeed
03-18-2015 03:54 AM
Hi,
You can prepend prefixes towards your ISPs. Suppose prefix X is transmitted via ISP-A. In that case you announce prefix X towards ISP-A without any prepending and towards ISP-B with prepending, using your own AS at least more than 2 times. This way when ISP-A goes down global traffic will shift through ISP-B for the prefix X.
Regards / Tahmeed
03-18-2015 10:44 AM
It is very helpful for my purpose , Thank you very much
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide