From: Ronnie Royston (RonnieR@xxxxxxxxxxxxxxxxx)
Date: Wed Nov 08 2000 - 17:07:46 GMT-3
Thanks for the response. I had been stuck for too long. After getting some
lunch, and getting away from it I came back and I got connectivity across by
replacing the route map with 'metric 5'. Then I re-added the route map with
something x-tra. I think what happened is this:
Originally, I had:
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
I forgot to put a last instance in the route map permitting other routes. I
added this, now it works.
!
route-map firstONE permit 20
set metric 5
Dumb mistake. Live and learn. Thanks for the feedback.
-----Original Message-----
From: Johnny Dedon [mailto:johnny.dedon@exodus.net]
Sent: Wednesday, November 08, 2000 12:01 PM
To: Ronnie Royston; ccielab@groupstudy.com
Subject: Re: BGP - Can't ping router in external AS
Ronnie,
Can you provide more info? It appears that you do not include any
interfaces on R1 in BGP and then on R2 you don't include 12.0.0.0 in RIP.
R2 can ping R1 because they both have interfaces int 12.0.0.0(no routing
required). I think R3s ping can't get back because R1 does not know how to
get back to R3.
Johnny Dedon
Senior Staff Consultant
Exodus Professional Services
johnny.dedon@exodus.net
www.exodus.net
----- Original Message -----
From: "Ronnie Royston" <RonnieR@globaldatasys.com>
To: <ccielab@groupstudy.com>
Sent: Wednesday, November 08, 2000 11:46 AM
Subject: BGP - Can't ping router in external AS
> 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