BGP inject-map

From: Paul Chen (cpjchen@starhub.net.sg)
Date: Sat Feb 07 2004 - 07:10:13 GMT-3


Hi All,
 
 
 
I am trying to use this feature to track the existence of the prefix
6.6.6.0/24 and then create and install a summary route 6.0.0.0/8.

This is not working and I was wondering if anyone
knows what went wrong here.

router bgp 235
bgp inject-map originate exist-map sum copy-attributes

ip prefix-list net6 seq 5 permit 6.6.6.0/24
!
ip prefix-list sum6 seq 5 permit 6.0.0.0/8
!

route-map originate permit 10
set ip address prefix-list sum6
!
route-map sum permit 10
match ip address prefix-list net6
!

Network Next Hop Metric LocPrf Weight Path
*>i6.6.6.0/24 141.37.16.6 0 100 0 (100) i
 
any help appreciated

Thanks.
 
Paul



This archive was generated by hypermail 2.1.4 : Fri Mar 05 2004 - 07:13:47 GMT-3