Re: BGP AS removal

From: SALD51@aol.com
Date: Sat Apr 05 2003 - 14:27:44 GMT-3


 Not sure how this would work, but you can try it.. have you tried as-path manupulation? From what I can see you want to remove as 1 from the path as R3 see's it. This config may work for what you are looking to do. Try applying this to the config aggregating the 150.50.200.0 network.

 router bgp 3
 neighbor x.x.x.x route-map as-path in
 

 route-map as-path permit 10
 match as-path 1
 route-map as-path permit 20
 match as-path 2

  ip as-path access-list 1 permit _2_ & ! _2_ _1$
  ip as-path access-list 2 permit .*

Sal



This archive was generated by hypermail 2.1.4 : Thu May 01 2003 - 13:35:47 GMT-3