[c-nsp] BGP -> EIGRP
Brant I. Stevens
branto at branto.com
Wed Oct 11 12:18:19 EDT 2006
What about redistribute internal?
On 10/11/06 11:53 AM, "Collins, Richard (Com US)" <rich.collins at siemens.com>
wrote:
>
> It looks like you are missing a default-metric under router eigrp 1
>
> Try for example "default-metric 1500 10 255 1 1500"
>
> -Rich
>
>> Date: Wed, 11 Oct 2006 10:17:23 -0500
>> From: "Peder @ NetworkOblivion" <peder at networkoblivion.com>
>> Subject: [c-nsp] BGP -> EIGRP
>> To: Cisco-NSP Mailing List <cisco-nsp at puck.nether.net>
>> Message-ID: <452D0B03.7020803 at networkoblivion.com>
>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>>
>> We've got a private IP (MPLS) network with SBC and we are trying to
>> redistribute the BGP routes that the border routers learn into our IGP
>> which is EIGRP. I've tried lots of different settings and I cannot get
>
>> them distributed. EIGRP goes into BGP fine and I see the routes on the
>
>> BGP routers, but I can't get BGP to go into EIGRP. Below is my config
>> (after about 50 changes to try and get it working). Any ideas?
>>
>> interface FastEthernet0/0
>> ip address 192.168.30.1 255.255.255.0
>>
>> router eigrp 1
>> redistribute bgp 65002 route-map TEST
>> network 192.168.30.0
>> no auto-summary
>>
>> router bgp 65002
>> no synchronization
>> bgp log-neighbor-changes
>> network 192.168.30.0
>> redistribute eigrp 1
>> neighbor 10.10.10.30 remote-as 7018
>> no auto-summary
>>
>> route-map TEST permit 1
>> match ip address 100
>>
>> access-list 100 permit ip any any
>>
>>
>
> _______________________________________________
> cisco-nsp mailing list cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
More information about the cisco-nsp
mailing list