BGP question

From: Dishan Gamage (dishanlg@gmail.com)
Date: Tue Apr 10 2007 - 13:52:14 ART


Hi Group

have the following setup

R5 ,R6 , R1 in AS 100 (ibgp full mesh )

R6-R4 direct connection (ebgp)

R4 in AS200

Now, R4 as two prefixes, 14.x.x.x/32 & 15.x.x.x/32

question says to advertise them both in BGP in R4, then configure to
advertise only 15.x.x.x/32 to all other routers, except to R5
which will have both prefixes in its bgp table

I used bgp communities, on R4

route-map NoAdvertise permit 10
 match ip address 11
 set community no-advertise
!
route-map NoAdvertise permit 20

router bgp 444
  neighbor R6 route-map NoAdvertise out
  neighbor R6 send-community

access-list 11 permit 14.x.x.x

But how can i get prefix 14.x.x.x on R5 only ???

tks in advance

Dishan



This archive was generated by hypermail 2.1.4 : Tue May 01 2007 - 08:28:35 ART