cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3890
Views
0
Helpful
2
Replies

How to configure Multiple AS numbers in single BGP instance

lenins.akm
Level 1
Level 1

HI

Our current set up is two links (Primary and Secondary)  with single ISP, running BGP with private AS number (Two Byte ASN). We have 100 IPs now.

We are taking Provider independant IP SPACE from APNIC (/24 range). Public and 4 Byte AS number.

This IP SPACE will be published (advertisesd) via Two ISPs.)

How will I configure advertising the existing 100 IPs via my new public AS Number. I require these 100 IPs for some times till I complete renumbering all servers and completing DNS entries.

How can I achieve advertising networks from multiple AS numbers, (1 Public and 1 Private).

Thanks.

2 Replies 2

John Blakley
VIP Alumni
VIP Alumni

If you have AS 1 with provider 1 and AS 2 with provider 2, you should be able to do something like this:

router bgp 1

neighb 192.168.1.1 remote 1559

neighbor 192.168.2.2 local-as 2

neighbor 192.168.2.2 remote 2559

The provider at 192.168.2.2 will see you coming from AS 2. This is usually used as a transition only and not recommended for full time use.

HTH,

John

HTH, John *** Please rate all useful posts ***

Thanks a lot John.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card