Re: redistribute bgp into rip problem

From: Ivan (limmti@yahoo.com.sg)
Date: Thu May 15 2003 - 13:34:21 GMT-3


Hi,
 
Did you do a "clear ip bgp *" to reset the bgp connection?
 
Thanks
Ivan

love cisco <love_cisco@hotmail.com> wrote:
R1-----------R2-----------------R3------------R4
Rip Rip/BGP(AS32) BGP(AS32)/EIGRP Eigrp

I want redistribute bgp into rip, but rip router R1 can not see bgp network
192.168.109.0/24 and 135.4.10.0 which is in R2 routing table. Any idea?

Here is the config in R2

R2#
interface Serial1.1 multipoint
ip address 192.168.1.6 255.255.255.0
no arp frame-relay
frame-relay map ip 192.168.1.5 555 broadcast
frame-relay map ip 192.168.1.6 555
no frame-relay inverse-arp
!
router rip
version 2
redistribute bgp 32 metric 1
network 192.168.1.0
no auto-summary
!
router bgp 32
no synchronization
bgp redistribute-internal
redistribute rip
neighbor 192.168.69.9 remote-as 32
no auto-summary

R2#sh ip bgp
BGP table version is 5, local router ID is 192.168.6.6
Status codes: s suppressed, d damped, h history, * valid, > best, i -
internal
Origin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path
*>i135.4.10.0/24 192.168.109.10 2297856 100 0 ?
*> 192.168.1.0 0.0.0.0 0 32768 ?
*> 192.168.5.0 192.168.1.5 1 32768 ?
*>i192.168.109.0 192.168.69.9 0 100 0 ?
R2#sh ip route

B 192.168.109.0/24 [200/0] via 192.168.69.9, 03:06:41
R 192.168.5.0/24 [120/1] via 192.168.1.5, 00:00:23, Serial1.1
C 192.168.6.0/24 is directly connected, Loopback0
C 192.168.1.0/24 is directly connected, Serial1.1
C 192.168.69.0/24 is directly connected, Serial0.1
C 192.168.2.0/24 is directly connected, Serial1.2
135.4.0.0/24 is subnetted, 1 subnets
B 135.4.10.0 [200/2297856] via 192.168.109.10, 03:05:41
R2#

Configuration in R1

R1#
interface Serial1.1 multipoint
ip address 192.168.1.5 255.255.255.0
no arp frame-relay
frame-relay map ip 192.168.1.5 555
frame-relay map ip 192.168.1.6 555 broadcast
no frame-relay inverse-arp
!
router rip
version 2
network 192.168.1.0
no auto-summary

R1#sh ip route

C 192.168.5.0/24 is directly connected, Loopback0
R 192.168.6.0/24 [120/1] via 192.168.1.6, 00:00:10, Serial1.1
C 192.168.1.0/24 is directly connected, Serial1.1
R 192.168.69.0/24 [120/1] via 192.168.1.6, 00:00:10, Serial1.1
C 192.168.2.0/24 is directly connected, Serial1.2
R1#



This archive was generated by hypermail 2.1.4 : Mon Jun 02 2003 - 15:13:43 GMT-3