03-31-2009 10:03 AM - edited 03-04-2019 04:10 AM
I am applying for another BGP AS for another site we are deploying and ARIN asked why we can't use our current AS? Is it possible to use the same AS across multiple sites that are connected to different service providers and have no connections between them?
Solved! Go to Solution.
03-31-2009 10:39 AM
Robert,
It is certainly possible to do that. If you need site 1 to communicate with site 2 and vice versa, you will need to use the command "neighbor allowas-in" on the upstream provider connection, so that both sites can receive the updates from the other. I assumed that each site only has one connection to the upstream provider, correct?
Regards
03-31-2009 10:06 AM
Here is a quick image of what I am trying to do..
-----------
|Corporate|
-----------
AS# 12345
Subnet: 1.1.1.X
-----------
| DC 1 |
-----------
AS# ??NEW?? or 12345?
Subnet: 1.1.2.X
-----------
| DC 2 |
-----------
AS# ??NEW?? or 12345?
Subnet: 1.1.3.X
Again, none of these sites are connected with private links and have dual links to the service provider/hosting facility. The subnets are also being requested from ARIN.
03-31-2009 10:39 AM
Robert,
It is certainly possible to do that. If you need site 1 to communicate with site 2 and vice versa, you will need to use the command "neighbor allowas-in" on the upstream provider connection, so that both sites can receive the updates from the other. I assumed that each site only has one connection to the upstream provider, correct?
Regards
03-31-2009 10:43 AM
Each site has dual connections for HA to the upstream provider(hosting facility) in the future we are looking at getting direct links from carriers but currently its from the hosting provider.
03-31-2009 04:53 PM
Robert,
Another option would be not to use the allowas-in and just rely on a default that would be received from your SP in addition to the full internet routing table that you probably already receive from them.
Regards
03-31-2009 01:55 PM
Hi,
You have One of two Options:
1) Neighbor x.x.x.x as-overide , has to be configured on the provider in order to ur own AS with it AS when BGP updates are recieved.
2) As pointed by Harold, The (Neighbor allow-as in) on ur edge router to permit updates from ur OWN AS and prevent bgp dropping the updates since ur AS in the AS path.
HTH
Mohamed
03-31-2009 02:33 PM
neighbor x.x.x.x allowas-in
03-31-2009 08:20 PM
Thanks guys, I was missing the allowas-in when thinking and it makes sense now.
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