RE: BGP Inject

From: Edwards, Andrew M (andrew.m.edwards@boeing.com)
Date: Fri Jun 25 2004 - 21:43:47 GMT-3


Do show ip bgp inject

You shoul also note that the inject map is another way of adding a more specific route than the aggregate. For example, you must aggregate routes without sending any specifics to the Rx router.... But on Rx you want to see one specific route that is part of the aggregate. You cannot use suppress and unsuppress maps to perform this.

You would then use and inject map.

That's at least how I understand it...

HTH,
andy

-----Original Message-----
From: Peng Zheng [mailto:zpnist@yahoo.com]
Sent: Friday, June 25, 2004 1:03 PM
To: ccielab@groupstudy.com
Subject: BGP Inject

Hi,

I'm trying to get BGP inject to work.

Here is my config:

router bgp 100
bgp inject-map VLAN7 exist-map EXIST

ip prefix-list AGGRE seq 5 permit 167.3.0.0/20
ip prefix-list SW2 seq 5 permit 167.3.58.8/32
!
ip prefix-list VLAN7 seq 5 permit 167.3.7.0/24
!
access-list 1 permit any
!
route-map VLAN7 permit 10
 set ip address prefix-list VLAN7
!
route-map EXIST permit 10
 match ip address prefix-list AGGRE
 match ip route-source prefix-list SW2

with sh ip bgp:

I get:

*>i167.3.0.0/20 167.3.58.8 0 100
   0 65078 i

But I can not get the inject route.
Do I miss anything?

Thanks.

                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail



This archive was generated by hypermail 2.1.4 : Sat Jul 03 2004 - 19:40:50 GMT-3