Re: BGP route injection

From: Chee Chew Leong (cleong3@csc.com)
Date: Thu Aug 24 2006 - 06:33:42 ART


The example did not mentioned any local bgp generated route. Local
generated route such like using network command or redistributed from
other protocol into BGP. I have no problem to inject more specific route
for prefix received from other bgp neighbor.

Ivan <ivan@iip.net>
Sent by: nobody@groupstudy.com
08/22/2006 04:27 PM
Please respond to
Ivan <ivan@iip.net>

To
ccielab@groupstudy.com, "cheechew" <cheechew@hotmail.com>
cc

Subject
Re: BGP route injection

router bgp 100
bgp inject-map INJECT exist-map EXISTS
!
ip prefix-list AGGREGATE seq 5 permit 10.0.0.0/16
!
ip prefix-list INJECT seq 5 permit 10.0.0.0/24
!
ip prefix-list SOURCE seq 5 permit 150.1.2.2/32
!
!
route-map EXISTS permit 10
 match ip address prefix-list AGGREGATE
 match ip route-source prefix-list SOURCE
!
route-map INJECT permit 10
 set ip address prefix-list INJECT

On Tuesday 22 August 2006 09:37, cheechew wrote:
> Has anyone successful injecting more specific route from local generated
> prefix by using bgp inject-map exist-map?
>
> Possible show how is the config look like.
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html

-- 
Ivan


This archive was generated by hypermail 2.1.4 : Fri Sep 01 2006 - 15:41:58 ART