Hi all, I have 3 routers running OSPF (R1,R2 and R4. Picture R4 as a hub in a hub and spoke diagram). R4 is an ASBR which is connected to another router (R3), and is running EIGRP between itself and R3. On R4, i have configured route redistribution both ways; router eigrp 1 redistribute ospf 1 network 4.4.4.4 0.0.0.0 network 192.168.43.4 0.0.0.0 default-metric 100000 5100 255 1 1500 no auto-summary ! router ospf 1 router-id 4.4.4.4 log-adjacency-changes redistribute eigrp 1 subnets route-map EIGRP_TOO_OSPF network 172.14.0.2 0.0.0.0 area 0 network 172.42.0.4 0.0.0.0 area 0 network 192.168.1.4 0.0.0.0 area 0 On R3, I cannot see any EIGRP routers being redistributed from OSPF. The only EIGRP route I can see if the 4.4.4.4 advertisement. R3#show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set 100.0.0.0/32 is subnetted, 1 subnets C 100.1.1.1 is directly connected, Loopback0 4.0.0.0/24 is subnetted, 1 subnets D 4.4.4.0 [90/156160] via 192.168.43.4, 01:59:40, FastEthernet0/0 192.168.43.0/29 is subnetted, 1 subnets C 192.168.43.0 is directly connected, FastEthernet0/0 10.0.0.0/24 is subnetted, 4 subnets C 10.101.4.0 is directly connected, Loopback4 C 10.101.3.0 is directly connected, Loopback3 C 10.101.2.0 is directly connected, Loopback2 C 10.101.1.0 is directly connected, Loopback1 If I log onto R1 or R2, I can see the EIGRP routes being advertised into the OSPF routing domain; R1#show ip route ospf 4.0.0.0/24 is subnetted, 1 subnets O E2 4.4.4.0 [110/20] via 172.14.0.2, 01:33:09, Serial0/1 192.168.43.0/29 is subnetted, 1 subnets O E2 192.168.43.0 [110/20] via 172.14.0.2, 01:33:09, Serial0/1 172.42.0.0/29 is subnetted, 1 subnets O 172.42.0.0 [110/65] via 172.14.0.2, 02:38:19, Serial0/1 [110/65] via 172.12.0.2, 02:38:19, Serial0/0 10.0.0.0/24 is subnetted, 4 subnets O E2 10.101.4.0 [110/666] via 172.14.0.2, 01:35:09, Serial0/1 O E2 10.101.3.0 [110/20] via 172.14.0.2, 01:33:09, Serial0/1 O E1 10.101.2.0 [110/84] via 172.14.0.2, 00:29:47, Serial0/1 O E2 10.101.1.0 [110/20] via 172.14.0.2, 01:33:09, Serial0/1 I made sure I wasnt missing setting the metrics under EIGRP. Am i missing something here.....? Thanks, DK
... View more