Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > bgp redistribution into Eigrp

Reply
Thread Tools

bgp redistribution into Eigrp

 
 
ciscokid
Guest
Posts: n/a
 
      11-22-2004
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 67898
redistribute connected
redistribute static
redistribute bgp 67898 route-map BGP-EIGRP-Redist
!
!
route-map BGP-EIGRP-Redist permit 1
match ip address Any
set metric 6500 1 255 1 1500
!

Now, the only routes I have in my BGP table (on this router) are the two
routes that I want to redistribute, hence the use of 'any' in the route map.
These routes are 206.x.x.x/17 and 152.y.y.y/16 respectively.

However, when I do a 'show ip eigrp top 206.x.x.x/17', it returns "%
IP-EIGRP (AS 6789: 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 (therefore the 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.

Any assistance HIGHLY appreciated!!!

-Ciscokid


 
Reply With Quote
 
 
 
 
Helmut Ulrich
Guest
Posts: n/a
 
      11-23-2004



> 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 67898
> redistribute connected
> redistribute static
> redistribute bgp 67898 route-map BGP-EIGRP-Redist
> !
> !
> route-map BGP-EIGRP-Redist permit 1
> match ip address Any


Any in this case does not mean that any ip traffic is matched. Any in
this case means that there is an access list with the name Any. This
access list then defines the traffic which should be matched.

> set metric 6500 1 255 1 1500
> !
>
> Now, the only routes I have in my BGP table (on this router) are the two
> routes that I want to redistribute, hence the use of 'any' in the route map.
> These routes are 206.x.x.x/17 and 152.y.y.y/16 respectively.
>
> However, when I do a 'show ip eigrp top 206.x.x.x/17', it returns "%
> IP-EIGRP (AS 6789: 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 (therefore the 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.
>
> Any assistance HIGHLY appreciated!!!
>
> -Ciscokid
>
>


 
Reply With Quote
 
 
 
 
daricha74 daricha74 is offline
Junior Member
Join Date: Jun 2012
Posts: 1
 
      06-25-2012
what are your BGP statements? It is best to tell your IGP protocols the exact networks it needs to see to permit and advertise.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie route redistribution eigrp into bgp question Sean.Evershed@gmail.com Cisco 3 06-25-2009 10:18 AM
configuring route redistribution from eigrp into isis ciscohelp Cisco 0 09-05-2006 05:41 AM
Redistribution into EIGRP problem Rob Cisco 14 12-21-2004 03:49 AM
route redistribution RIP and EIGRP slipstream_242 Cisco 1 07-15-2004 11:21 PM
Redistribution between IS-IS, EIGRP & OSPF Sam Soh Cisco 5 08-15-2003 02:03 AM



Advertisments