Question:
There a few design considerations WS-C3750X-24S-S Price I was
hoping I could get some insight from the community on.. Before I start, the
ultimate goal for us to use BOTH Internet connections in an active/active
configuration - utilizing both pipes..
Disclaimer: I
have gathered this design from a lot of other posts that have somewhat of a
similiar topology with ASA-->3750-->router pair-->CPE--internet..
Please keep an open mind if you think im on the wrong track..
Please see the
attached design topology.
Questions
related to design:
What kind of routes
should I get from each carrier? I have been told that partial/partial routes
plus a default route form each carrier is the way to go. Also, I've heard
mention that full routes from both carriers are preferred. My ASR1001's can
support ~500k routes. I know the global table is approximately ~337k routes. My
goal is to use both pipes and use the best outbound path per carrier.
We will be
leasing our /24 space from SONIC. I plan on running OSPF on the DC-Edge-SW1 in
conjunction with iBGP - so I can default originate two equal cost routes back
to my ASA. My confusion is when the traffic hits DC-Edge-SW1, there will be
default equal-cost iBGP routes to both ASR1001's (DC-Edge-RT1 &
DC-Edge-RT2). If the switch does not have the BGP table, it will just load-share
across both ASR's. When the traffic hits the ASR's, will they know which
carrier has the best path and route accordingly?
Should the iBGP
connection between both routers be directly connected ? Or will it suffice
through the L3 3750 connection? Also, with the limitations on the routes for
the ASR1001 at ~500k. If we end up getting full routes from carriers and create
a iBGP neighborship between both routers, will this exceed the route
limitations on this platform?
On both routes,
I will have the network statement 'network 12.231.69.0 mask 255.255.255.0.'
This is a leased network from SONIC, and we NAT everything on our ASA to
12.231.69.10. My question is, will this be a problem broadcasting this network
from our AS to both carriers AS?
Refer to bgp-design.jpg
- is it a requirement that I use our leased public subnet 12.231.69.0/24 for
the interfaces from ASA5510 -> 3750 -> ASR1001?
Thank's in
advance for any assistance/insight you can provide as this is the most advanced
topology I have worked with.
Answer:
There is one
problem with using 2 x /30's between your edge routers and the 3750 -> ASA,
when your iBGP session advertises routes to the other peer they will be
blackholed / unreachable.
For example say
DC-Edge-RT1 (12.231.69.2) advertises a
route for 208.67.0.0/16 to DC-Edge-RT2 via iBGP, DC-Edge-RT2 will know that
208.67.0.0/16 is via 12.231.69.2. To forward a packet to 208.67.0.0 DC-Edge-RT2
will lookup the route to 12.231.69.2 and will find a route via OSPF which is
via the 3750.
DC-Edge-RT2
will then spit out a packet destined for 208.67.0.0/16 out the interface to the
downstream 3750, this is where the problem occurs, the 3750 doesn't have a clue
how to get to 208.67.0.0/16 because unlike the BGP routers it doesn't have the
full table. Well it would use the default routes but you have two of those so
that's undesirable.
A solution
could be (same one I used):
Setup a HSRP
group between your two edge routers so they share a virtual address say:
12.231.69.2/29, give RT1 12.231.69.3 for it's physical address and RT2
12.231.69.4 for it's physical address. Then create a Vlan on your 3750 with a
Layer 3 SVI with an IP of 12.231.69.5.
Just need one
default route then: 0.0.0 .0 0.0.0.0
12.231.69.2
iBGP will still
do some amount of load-sharing depending on the information in the various BGP
tables...
If and when you
get this up and running you can view the BGP path (and thus your AS Number)
from the following LG:
http://lg.he.net/
Do a bgp route
query for your prefix, will show the AS number and AS-PATH
Any questions,
holla!
Oh, just a
thought, if there's no requirement for your 3750 to be Layer 3, then you could
just create the same HSRP group but put both your Edge routers & your ASA
in the same Layer 2 VLAN with no SVI and then set your HSRP group as the
Default Gateway for your ASA's WS-C3750X-12S-S WAN interface.....
没有评论:
发表评论