Re: BGP question

From: jaime.salazar@xxxxxxxxxx
Date: Tue Jan 04 2000 - 20:29:30 GMT-3


   

That's what I did. I'll show you in this configs. But still does not work

These are the configs I should be able to see a default route when I see
192.127.4.0. The default route should appear on R1

diagram

injector-------R4--------R3------R2-------R1

injector

router bgp 254
 network 192.127.1.0
 network 192.127.4.0
 network 192.127.2.0
 neighbor 150.200.1.1 remote-as 1

R4

router bgp 1
 no synchronization
 neighbor 135.1.40.1 remote-as 1001
 neighbor 150.200.1.254 remote-as 254
 neighbor 150.200.1.254 default-originate route-map ruta
.
.
route-map ruta permit 10
 match ip address 10
.
.
access-list 10 permit 192.127.4.0 0.0.0.255

R3

router bgp 1001
 no synchronization
 neighbor 135.1.4.1 remote-as 1001
 neighbor 135.1.4.3 remote-as 1001
 neighbor 135.1.40.2 remote-as 1

R2

router bgp 1001
 no synchronization
 aggregate-address 192.127.4.0 255.255.255.0 summary-only
 neighbor 135.1.2.17 remote-as 3001
 neighbor 135.1.2.18 remote-as 2001
 neighbor 135.1.2.18 default-originate
 neighbor 135.1.4.2 remote-as 1001
 neighbor 135.1.4.3 remote-as 1001
 neighbor 135.1.4.3 next-hop-self

R1

router bgp 2001
 no synchronization
 neighbor 135.1.2.19 remote-as 1001



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:22:43 GMT-3