you need the *match ip route-source* in your route-map EXISTS*
*
http://www.cisco.com/en/US/docs/ios/iproute_bgp/configuration/guide/irg_basic
_net_ps6441_TSD_Products_Configuration_Guide_Chapter.html#wp1055919
Specifies the match conditions for redistributing the source of the route.
In this example, the prefix list named ROUTE_SOURCE is used to redistribute
the source of the route.
*Note *The route source is the neighbor address that is configured with the
*neighbor remote-as* command. The tracked prefix must come from this
neighbor in order for conditional route injection to occur.
-- Garry L. Baker "There is no 'patch' for stupidity." - www.sqlsecurity.com On Sun, Oct 17, 2010 at 5:12 PM, Steven Blasiol <steven.blasiol_at_gmail.com>wrote: > Experts, > > I am having some problems with an inject map and would appreciate some > help: > > router bgp 23 > no synchronization > bgp log-neighbor-changes > bgp inject-map INJECT exist-map EXISTS copy-attributes > network 24.234.32.0 mask 255.255.255.0 > aggregate-address 24.0.0.0 255.0.0.0 summary-only > redistribute ospf 1 route-map OSPF > neighbor 155.60.1.1 remote-as 10 > neighbor 155.60.1.1 ebgp-multihop 255 > neighbor 155.60.1.1 update-source Loopback0 > neighbor 155.60.1.1 weight 3000 > neighbor 155.60.3.3 remote-as 23 > neighbor 155.60.3.3 update-source Loopback0 > neighbor 155.60.3.3 next-hop-self > neighbor 155.60.3.3 route-map LOCALPREF in > no auto-summary > ! > ip prefix-list EXISTS seq 5 permit 33.33.33.0/24 > ! > ip prefix-list INJECT seq 5 permit 33.33.33.33/32 > ! > route-map EXISTS permit 10 > match ip address prefix-list EXISTS > ! > route-map INJECT permit 10 > set ip address prefix-list INJECT > > When I look at routers that are peered to this router I can see > 33.33.33.0/24 (33.33.33.33 is a loopback on this router) but I do not see > the 33.33.33.33/32 > > Thanks > > > > > > -- > Steven M. Blasiol > > > Blogs and organic groups at http://www.ccie.net > > _______________________________________________________________________ > Subscription information may be found at: > http://www.groupstudy.com/list/CCIELab.html Blogs and organic groups at http://www.ccie.netReceived on Sun Oct 17 2010 - 18:14:58 ART
This archive was generated by hypermail 2.2.0 : Mon Nov 01 2010 - 06:42:06 ART