cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1891
Views
0
Helpful
15
Replies

mutual redistribution between rip and eigrp

jason.suplita
Level 1
Level 1

I have been working with this example from the link http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008009487e.shtml on example 2 but every time I configure it the rip router learns of all the eigrp routes but the routers just running eigrp don't learn of the rip routes. Am I doing something wrong? This is the configuration I am using. Also, there is a diagram of the setup attached at the bottom. Thanks

R2:

router eigrp 7

network 181.16.0.0

redistribute rip route-map rip_to_eigrp metric 1 1 1 1 1

!--- Redistributes RIP routes that are

!--- permitted by the route-map rip_to_eigrp

router rip

version 2

network 178.1.0.0

redistribute eigrp 7 route-map eigrp_to_rip metric 2

!--- Redistributes EIGRP routes and set the tags

!--- according to the eigrp_to_rip route-map

route-map rip_to_eigrp deny 10

match tag 88

!--- Route-map statement to deny any routes that have a tag of "88"

!--- from being redistributed into EIGRP

!--- Notice the routes tagged with "88" should be the EIGRP

!--- routes that are redistributed into RIPv2

route-map rip_to_eigrp permit 20

set tag 77

!--- Route-map statement to set the tag

!--- on RIPv2 routes redistributed into EIGRP to "77"

route-map eigrp_to_rip deny 10

match tag 77

!--- Route-map statement to deny any routes that have a

!--- tag of "77" from being redistributed into RIPv2

!--- Notice the routes tagged with "77" should be the RIPv2

!--- routes that are redistributed into EIGRP

route-map eigrp_to_rip permit 20

set tag 88

!--- Route-map statement to set the tag on EIGRP

!--- routes redistributed into RIPv2 to "88"

R5:

router eigrp 7

network 181.16.0.0

redistribute rip route-map rip_to_eigrp metric 1 1 1 1 1

!--- Redistributes RIPv2 routes that are permitted

!--- by the route-map rip_to_eigrp

router rip

version 2

network 178.1.0.0

redistribute eigrp 7 route-map eigrp_to_rip metric 2

!--- Redistributes EIGRP routes and sets the tags

!--- according to the eigrp_to_rip route-map

route-map rip_to_eigrp deny 10

match tag 88

!--- Route-map statement to deny any routes that have a tag

!--- of "88" from being redistributed into EIGRP

!--- Notice the routes tagged with "88" should be the EIGRP routes

!--- that are redistributed into RIPv2

route-map rip_to_eigrp permit 20

set tag 77

!--- Route-map statement to set the tag on rip routes

!--- redistributed into EIGRP to "77"

route-map eigrp_to_rip deny 10

match tag 77

!--- Route-map statement to deny any routes that have a tag

!--- of "77" from being redistributed into RIPv2

!--- Notice the routes tagged with "77" should be the RIPv2 routes

!--- that are redistributed into EIGRP

route-map eigrp_to_rip permit 20

set tag 88

!--- Route-map statement to set the tag on EIGRP routes

!--- redistributed into RIPv2 to "88"

15 Replies 15

The software crash happened on the 2501 router, which is router R4 and it is redistributing rip and eigrp. It has an ios image file of c2500-i-l.121-2.bin (this was the router that is crashing when I delete the route-map eigrp2rip deny 10)

The other router that was crashing was the 4700 router with an image file of c4500-is-mz.122-2.T.bin

Once again, from my knowledge it only crashes when I have had debugging ip eigrp notifications on.

Thanks.

Jason suplita

Review Cisco Networking for a $25 gift card