[c-nsp] BGP -> EIGRP
Collins, Richard (Com US)
rich.collins at siemens.com
Wed Oct 11 11:53:48 EDT 2006
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
>
>
More information about the cisco-nsp
mailing list