cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
2633
Views
12
Helpful
4
Replies

AS-Path Prepending & Connectivity

alistair777
Level 1
Level 1

Hi,

I would like to know from those who have deployed AS-Path prepending configuration in a BGP multihoming scenario.

Does this involve any significant disruption in connectivity or is it seamless like adjusting local preference and then resetting with the bgp soft reset option?

Thanks

2 Accepted Solutions

Accepted Solutions

Hello

I have performed this on quite a few occasions in our DCs and on numerous remote sies that have been multi homed and have never experience any outage that resulted in any intrusive impact.

However like any other change there is a chance of misconfiguration -fat finger syndrome etc.. So I would always suggest implementation to be performed within an agreed date/time with the customer to minminise service impact ( if any) 

red

paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the communityā€™s global network.

Kind Regards
Paul

View solution in original post

Hello,

Prepending is common in BGP and there will not be any significant disruption if the configuration is done correctly. There might be only disruption in current flows.

As for ressetting, new attributes will be advertise to your neighbor if you have configured soft feature.

Please take a look at this sample configuration and also the link below to see ressetting with soft option.

https://supportforums.cisco.com/discussion/12693826/internet-routing-table-storage

router bgp 65536
 address-family ipv4 unicast
  network 172.17.1.0 mask 255.255.255.0
  neighbor 192.168.1.2 remote-as 65538
  neighbor 192.168.1.2 activate
  neighbor 192.168.1.2 route-map PREPEND out
  exit-address-family
 exit
route-map PREPEND permit 10
 set as-path prepend 65536 65536

Hope it helps,

Masoud

View solution in original post

4 Replies 4

Hello

I have performed this on quite a few occasions in our DCs and on numerous remote sies that have been multi homed and have never experience any outage that resulted in any intrusive impact.

However like any other change there is a chance of misconfiguration -fat finger syndrome etc.. So I would always suggest implementation to be performed within an agreed date/time with the customer to minminise service impact ( if any) 

red

paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the communityā€™s global network.

Kind Regards
Paul

Hello

one thing I forgot to mention and worth noting is when you have dual ISP multi-homed links is to make sure your site doesn't become a transit path for either ISP 

This can be negated by using As-path filtering 

ip as-path access-list 10 permit ^$

router bgp xx

neighbour (isp1) x.x.x.x filter-list 10 out

neighbour (isp2) x.x.x.x filter-list 10 out

res

paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the communityā€™s global network.

Kind Regards
Paul

Hello,

Prepending is common in BGP and there will not be any significant disruption if the configuration is done correctly. There might be only disruption in current flows.

As for ressetting, new attributes will be advertise to your neighbor if you have configured soft feature.

Please take a look at this sample configuration and also the link below to see ressetting with soft option.

https://supportforums.cisco.com/discussion/12693826/internet-routing-table-storage

router bgp 65536
 address-family ipv4 unicast
  network 172.17.1.0 mask 255.255.255.0
  neighbor 192.168.1.2 remote-as 65538
  neighbor 192.168.1.2 activate
  neighbor 192.168.1.2 route-map PREPEND out
  exit-address-family
 exit
route-map PREPEND permit 10
 set as-path prepend 65536 65536

Hope it helps,

Masoud

Ganesh Hariharan
VIP Alumni
VIP Alumni

Hello Alstair,

For AS prepend bgp attribute implemenattion , you can have look on the below blog for more information.

AS Prepend Path

Hope it helps..

-GI

Rate Helpful Posts

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