Multi AS configure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2015 04:42 AM
Hello All
Please confirm can we configure multi AS on cisco 2811 Router How can it possible
- Labels:
-
Storage Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2015 01:58 PM
Assuming we are talking about BGP here, use the local-as feature.
http://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/13761-39.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2016 11:16 PM
Hello Mr. P. dath,
As you didn't understand my exact requirement Currently i have two AS like, AS-10385,48174 and So Pleas confirm how we can configure both as AS-10385,48174
Please find the attached network diagrma and suggest for the same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2016 11:18 PM
You can use the local-as feature I posted the link to above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2016 12:04 AM
Hello Mr. P. dath,
As you suggested in above link according to this we can configure only one AS on Cisco 2811 Router.
But we want to configure both AS on cisco 2811 Router.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2016 12:18 AM
Let me present a more comprehensive example.
First choose one AS to be your primary.
router bgp 10385
Now add some neighbour lines to present yourself as a different AS when taking to the other ISP.
neighbour x.x.x.x local-as 48174
This is the only way to make a single router appear to look like two (or more) different AS systems.
