[c-nsp] BGP --> EIGRP redistribution

Gerald Krause gk at pop-interactive.de
Mon Nov 22 17:34:44 EST 2004


Insert a "default-metric" statement into the eigrp-router:

!
router eigrp 1234
   ...
   default-metric x x x x x
!

Tim Devries wrote:
> Hi,
> 
> I've recently attempted redistribution of two networks learned from bgp into
> 
> my igp (EIGRP) using a route map.
> 
> Basic configuration looks like this:
> 
> !
> router eigrp xxxyy
>  redistribute connected
>  redistribute static
>  redistribute bgp xxxyy route-map BGP-EIGRP-Redist
> !
> !
> route-map BGP-EIGRP-Redist permit 1
>  match ip address prefix-list GlobalNetworks
>  set metric 6500 1 255 1 1500
> !
> 
> ip prefix-list GlobalNetworks seq 1 permit 206.x.x.x/17
> ip prefix-list GlobalNetworks seq 2 permit 152.x.x.x/16
> 
> 
> When I do a 'show ip eigrp top 206.x.x.x/17', it returns "% 
> IP-EIGRP (AS xxxyy): Route not in topology table".
> 
> On this router the bgp routes are learned via iBGP, however I have tried to 
> redistribute these two routes into EIGRP on other routers in my AS that 
> learn these routes directly from the peer (routes are tagged 
> external) and I've had no luck there either.
> 
> Is there something I am missing?  I feel like I have tried every 
> configuration from here to sundry, but nothing will redistribute from BGP 
> into EIGRP.  The connected and static networks redistribute without issue.
> 
> Thanks in advance,
> 
> Tim
> _______________________________________________
> 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/
> 


-- 
Gerald


More information about the cisco-nsp mailing list