EIGRP question
Hi guys,
I am trying to lab a scenario in which I have mutual redistribution between OSPF and EIGRP.
R1 is connected to R2 which is connected to R4. R1 is also connected to R3 which is connected to R4. R1, R2 and R3 are running OSPF in area 0, and R2, R3 and R4 are running EIGRP. I am doing mutual redistribution between OSPF and EIGRP on R2 and R3. R3 is advertising worse metric. What I am trying to do is make R3 forward packets to the network between R1 and R2 through R4 (taking a worse path). However, I cannot do it yet. I noticed something strange (for me) at R3:
R3#sh ip eigrp top
IP-EIGRP Topology Table for AS(100)/ID(34.0.0.3)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 12.0.0.0/8, 1 successors, FD is 102656000
via Redistributed (102656000/0)
via 34.0.0.4 (2611456/2585856), FastEthernet0/0
P 13.0.0.0/8, 1 successors, FD is 10272768
via Redistributed (102656000/0)
via 34.0.0.4 (2611456/2585856), FastEthernet0/0
P 24.0.0.0/8, 1 successors, FD is 307200
via 34.0.0.4 (307200/281600), FastEthernet0/0
P 34.0.0.0/8, 1 successors, FD is 281600
via Connected, FastEthernet0/0
R3#
The feasible distance to 12.0.0.0 (the network between R1 and R2) is 102656000, not 2611456. I cannot figure out why this happens. Is there some rule or preference of locally redistributed routes versus routes learned from neighbors?
Any ideas would be very much appeciated! Thank you