Inject Map

From: Steven Blasiol <steven.blasiol_at_gmail.com>
Date: Sun, 17 Oct 2010 18:12:54 -0400

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
Received on Sun Oct 17 2010 - 18:12:54 ART

This archive was generated by hypermail 2.2.0 : Mon Nov 01 2010 - 06:42:06 ART