BGP - Can't ping router in external AS

From: Ronnie Royston (RonnieR@xxxxxxxxxxxxxxxxx)
Date: Wed Nov 08 2000 - 14:46:20 GMT-3


   
I have 3 routers. Each has a couple of variably subnetted loopback int's.
I cannot ping from R3 to R1's Lo0 int (12.255.255.17/28) even though the
summary route to there shows up from BGP in his route table. R2 can ping
the 12.255.255.17 address. I have 'ip classless' on all routers. Can
somebody please give me a clue? Here's the relevant configs:

R3:

router bgp 300
 network 11.0.0.0 mask 0.255.255.255 !**the Lo int's**
 neighbor 22.255.255.17 remote-as 100

R2:

router rip
 redistribute bgp 100 route-map firstONE
 network 10.0.0.0 !**the Lo int's**
 network 33.0.0.0
 no auto-summary
!
router bgp 100
 network 10.0.0.0 mask 0.255.255.255
 network 12.0.0.0 mask 0.255.255.255
 redistribute rip metric 5
 neighbor 22.255.255.18 remote-as 300
 no auto-summary
!
ip classless
no logging console
access-list 1 permit 11.0.0.0 0.255.255.255
access-list 100 permit icmp any any
route-map firstONE permit 10
 match ip address 1
 set metric 2

R1:

router rip
 network 12.0.0.0 !** the Lo int's**
 network 33.0.0.0

Thanks!



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