BGP Inject Map not injecting subnet..

From: ladeegeek@gmail.com
Date: Sun Jan 20 2008 - 14:01:05 ARST


I've been working on this for a few hours and can't seem to get this working. The 204.12.1.0/24 route should be in my bgp table if it has the aggregate 204.12.0.0/16. It is not installing in the table. Any ideas?

router bgp 65532
 bgp inject-map INJECT exist-map SOURCE

ip prefix-list originate seq 5 permit 204.12.1.0/24
!
ip prefix-list source seq 5 permit 132.1.17.7/32
!
ip prefix-list source_route seq 5 permit 204.12.0.0/16

route-map SOURCE permit 10
 match ip address prefix-list source_route
 match ip route-source prefix-list source
!
route-map INJECT permit 10
 set ip address prefix-list originate

SHOW COMMANDS:

R3#sho ip bgp
   Network Next Hop Metric LocPrf Weight Path
*>i204.12.0.0/16 132.1.17.7 0 100 0 65534 i



This archive was generated by hypermail 2.1.4 : Fri Feb 01 2008 - 10:38:00 ARST