How to configure Redistribution between EIGRP and RIP

Hello Laz,

I have 3 routers R1,R2 and R3.
R2 has 2 vrfs. vrf1 and vrf2.

R1<------------->R2<---------->R3
Interface on R2, which is connected with R1, is in vrf1.
Interface on R2, which is connected with R3, is in vrf2.

And R2 has the following eigrp configuration.

router eigrp 10
 !
 address-family ipv4 vrf vrf1 autonomous-system 1
  redistribute eigrp 2 metric 1000000 100 0 1 1500
  network 100.70.80.0 0.0.0.255
 exit-address-family
 !
 address-family ipv4 vrf vrf2 autonomous-system 2
  network 100.80.90.0 0.0.0.255
 exit-address-family

I am expecting routes of AS-2 in AS-1 because of redistribution. But I do not see any redistributed routes in AS-1. Is it not the expected behavior ?

Thanks,
Sachin