route-map OSPF->EIGRP deny 10 match tag 90 route-map OSPF->EIGRP permit 1000 set tag 110 route-map EIGRP->OSPF deny 10 match tag 110 route-map EIGRP->OSPF permit 1000 set tag 90
router eigrp CCIE address-fam ipv4 unicast as 100 topology base redistribute ospf 100 route-map OSPF->EIGRP metric 10000 10 255 1 1500 router ospfv3 address-family ipv4 unicast redistribute eigrp 100 subnets route-map EIGRP->OSPF metric-type 1
Dieg0M wrote: » Read my last blog on routing loops. It should answer most of your questions.