Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: NANOG: users

best practives multi-homed BGP 2 physical locations

 

 

NANOG users RSS feed   Index | Next | Previous | View Threaded


source_route at yahoo

Jun 14, 2012, 1:04 PM

Post #1 of 6 (771 views)
Permalink
best practives multi-homed BGP 2 physical locations

 Is there any best practices documentation on how to run BGP multihoming accross two phyiscally seperated sites.


gietzen at gmail

Jun 14, 2012, 2:01 PM

Post #2 of 6 (771 views)
Permalink
Re: best practives multi-homed BGP 2 physical locations [In reply to]

I found the following helpful, presented by Philip Smith at NANOG 41

http://www.nanog.org/meetings/nanog41/presentations/BGPMultihoming.pdf


Chad


On Thu, Jun 14, 2012 at 4:04 PM, Philip Lavine <source_route [at] yahoo> wrote:
>  Is there any best practices documentation on how to run BGP multihoming accross two phyiscally seperated sites.


source_route at yahoo

Jun 14, 2012, 2:40 PM

Post #3 of 6 (767 views)
Permalink
Re: best practives multi-homed BGP 2 physical locations [In reply to]

Does this include Multi Site + Multi Homed



________________________________
From: Chad Gietzen <gietzen [at] gmail>
To: Philip Lavine <source_route [at] yahoo>
Cc: "nanog [at] nanog" <nanog [at] nanog>
Sent: Thursday, June 14, 2012 2:01 PM
Subject: Re: best practives multi-homed BGP 2 physical locations

I found the following helpful, presented by Philip Smith at NANOG 41

http://www.nanog.org/meetings/nanog41/presentations/BGPMultihoming.pdf


Chad


On Thu, Jun 14, 2012 at 4:04 PM, Philip Lavine <source_route [at] yahoo> wrote:
>  Is there any best practices documentation on how to run BGP multihoming accross two phyiscally seperated sites.


source_route at yahoo

Jun 14, 2012, 3:33 PM

Post #4 of 6 (763 views)
Permalink
Re: best practives multi-homed BGP 2 physical locations [In reply to]

Easy part:
I need to provide my users acces to the internet from my HQ site via a local Internet connection or via a colo. 
 
Hard part:
I also need to provide incoming access to hosted apps (HTTP, FTP, SMTP) from either location, so if the colo internet connection goes down the traffic can re-route to the HQ server farm and visa versa.
I am in the process of purchasing an AS and ip space. Is it advisable to use the same IP space at both locations and run iBGP over a dedicated L2 connection between the sites.
 
P
 

________________________________
From: Mick O'Rourke <mkorourke [at] gmail>
To: Philip Lavine <source_route [at] yahoo>
Cc: "nanog [at] nanog" <nanog [at] nanog>
Sent: Thursday, June 14, 2012 2:48 PM
Subject: Re: best practives multi-homed BGP 2 physical locations


As in
- use of multi or single AS?
- private, vpn or other dci?
- etc
What's the purpose of the site? Or what end result are you trying to achieve?

On Jun 15, 2012 6:04 AM, "Philip Lavine" <source_route [at] yahoo> wrote:

 Is there any best practices documentation on how to run BGP multihoming accross two phyiscally seperated sites.
>


randy_94108 at yahoo

Jun 14, 2012, 6:22 PM

Post #5 of 6 (764 views)
Permalink
Re: best practives multi-homed BGP 2 physical locations [In reply to]

so, say you end up with a /24 and your ASN

split up your /24 into hq-/25 and colo-/25

from colo:
1) announce /24 as a standard adv
2) announce colo-/25 with *no-export* community set

from hq:
1) announce /24 as a standard adv
2) announce hq-/25 with *no-export* community set

Run iBGP over a dedicated link b/w colo and hq (I don't like allow-as in! but it is another option)

./Randy



--- On Thu, 6/14/12, Philip Lavine <source_route [at] yahoo> wrote:

> From: Philip Lavine <source_route [at] yahoo>
> Subject: Re: best practives multi-homed BGP 2 physical locations
> To: "Mick O'Rourke" <mkorourke [at] gmail>
> Cc: "nanog [at] nanog" <nanog [at] nanog>
> Date: Thursday, June 14, 2012, 3:33 PM
> Easy part:
> I need to provide my users acces to the internet from my HQ
> site via a local Internet connection or via a colo. 
>  
> Hard part:
> I also need to provide incoming access to hosted apps
> (HTTP, FTP, SMTP) from either location, so if the colo
> internet connection goes down the traffic can re-route to
> the HQ server farm and visa versa.
> I am in the process of purchasing an AS and ip space. Is it
> advisable to use the same IP space at both locations and run
> iBGP over a dedicated L2 connection between the sites.
>  
> P
>  
>
> ________________________________
> From: Mick O'Rourke <mkorourke [at] gmail>
> To: Philip Lavine <source_route [at] yahoo>
>
> Cc: "nanog [at] nanog"
> <nanog [at] nanog>
>
> Sent: Thursday, June 14, 2012 2:48 PM
> Subject: Re: best practives multi-homed BGP 2 physical
> locations
>  
>
> As in
> - use of multi or single AS?
> - private, vpn or other dci?
> - etc
> What's the purpose of the site? Or what end result are you
> trying to achieve?
>
> On Jun 15, 2012 6:04 AM, "Philip Lavine" <source_route [at] yahoo>
> wrote:
>
>  Is there any best practices documentation on how to run
> BGP multihoming accross two phyiscally seperated sites.
> >
>


davidpeahi at gmail

Jun 14, 2012, 6:40 PM

Post #6 of 6 (769 views)
Permalink
Re: best practives multi-homed BGP 2 physical locations [In reply to]

I'm fortunate to have a /16, and advertise 2 /18s from the primary, and 4
/17s from the backup collo, /16 from both with AS Prepend on backup /16,
and depend on BGP longest prefix route selection to create symmetric
Internet routing back to my locations. I run IBGP between geographically
diverse locations internally, over an L2 VLAN extended over a GiGE dot1q
trunk. Internet-facing load-balancers select the best server from
distributed server farms spread across the 2 sites.
I think this is a fairly standard configuration.



On Thu, Jun 14, 2012 at 3:33 PM, Philip Lavine <source_route [at] yahoo>wrote:

> Easy part:
> I need to provide my users acces to the internet from my HQ site via a
> local Internet connection or via a colo.
>
> Hard part:
> I also need to provide incoming access to hosted apps (HTTP, FTP, SMTP)
> from either location, so if the colo internet connection goes down the
> traffic can re-route to the HQ server farm and visa versa.
> I am in the process of purchasing an AS and ip space. Is it advisable to
> use the same IP space at both locations and run iBGP over a dedicated L2
> connection between the sites.
>
> P
>
>
> ________________________________
> From: Mick O'Rourke <mkorourke [at] gmail>
> To: Philip Lavine <source_route [at] yahoo>
> Cc: "nanog [at] nanog" <nanog [at] nanog>
> Sent: Thursday, June 14, 2012 2:48 PM
> Subject: Re: best practives multi-homed BGP 2 physical locations
>
>
> As in
> - use of multi or single AS?
> - private, vpn or other dci?
> - etc
> What's the purpose of the site? Or what end result are you trying to
> achieve?
>
> On Jun 15, 2012 6:04 AM, "Philip Lavine" <source_route [at] yahoo> wrote:
>
> Is there any best practices documentation on how to run BGP multihoming
> accross two phyiscally seperated sites.
> >
>

NANOG users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.