08-02-2014 06:23 AM - edited 03-04-2019 11:28 PM
Solved! Go to Solution.
08-11-2014 08:41 AM
I do not have an understanding of your topology or of the relationship between ISP 1 and ISP 2 and therefore can not be sure how well my suggestion will work. But here is what I frequently use when I want to be sure that routes learned from ISP 1 do not get advertised to ISP 2.
ip as-path access-list 10 permit ^$
router bgp 123
neighbor 1.2.3.4 filter-list 10 out
HTH
Rick
08-04-2014 06:25 AM
Hi,
To assist you better, can you come a bit clear about the issue and the topology?
Thanks,
Lal
08-11-2014 05:42 AM
In General , if u share the best routing filter to isolate ISP1 and ISP2 it will be helpfull
because it needs multiple scenario where one link and multiple links at spoke side.
The problem is ISP1 is in mesh topology , so when the ISP1 is down it is showing alternate route via ISP2 .. we need to avoid the same.
08-11-2014 06:52 AM
i heard some distribution list to do the same .. kindly help me on this ...
08-11-2014 08:41 AM
I do not have an understanding of your topology or of the relationship between ISP 1 and ISP 2 and therefore can not be sure how well my suggestion will work. But here is what I frequently use when I want to be sure that routes learned from ISP 1 do not get advertised to ISP 2.
ip as-path access-list 10 permit ^$
router bgp 123
neighbor 1.2.3.4 filter-list 10 out
HTH
Rick
08-13-2014 03:27 AM
thanks
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