Ok, I see what you mean. You're saying that we could use BGP attributes like MED, Local_Pref to adjust the priorities from the 2 ISP's to our DMZ subnet, right ? But I can't use BGP coz at the edge of my network are 2 ASA firewalls that are configured in active/active failover mode. Now, Active/active failover strips the ASA from capabilities of dynamic routing protocol and VPN, so cant use BGP.
The ISP at the moment has static routes to our DMZ. First priority is via Link 2 and second priority is via Link 1, there is no BGP.
I mean I understand that this is a perfect scenario of BGP when we're multihoming and we can use BGP attributes but we are using PIX firewall in active/active failover mode that sort of becomes a major barrier in this case ( I mean it doesn't even let you implement BGP in active/active failover mode) ..
Main Topics
Browse All Topics





by: harbor235Posted on 2009-10-23 at 06:16:33ID: 25644030
Dual homing utilizing two seperate edge devices is the correct way to go, this design eliminates
single points of failure. Keep in mind you must configure iBGP between the edge devices and potetially you should use an IGP like OSPF if you are not already.
I assume your BGP advertisements to your ISPs include the DMZ subnet, it should be part of a supernet? Is it ? So either ISP receives your advertisement via the supernet, they route traffic to your edge, once at your edge traffic will be routed to the DMZ based upon a more specific route found in your routing table via BGP or IGP.
example:
BGP advertisement to ISP may be 10.10.0.0/16 -
however, the dmz subnet may be 10.10.10.0/24 - and thsi more specific route is in your IGP or BGP tables, understand?
harbor235 ;}