Hi everyone,
I'm having a nightmare with this task even after using the same solution from the workbook answer I still can't get R6 to ping SW1 loopback 21.21.21.21 and when I do I trace I get a loop caused by R4? why do I learn the route from R6 on R4 ? even after I changed the AD to 200 for OSPF routes as per the solution but still it is shown as EIGRP 170 ?
R4#sh ip route 21.21.21.21 255.255.255.255
Routing entry for 21.21.21.21/32
Known via "eigrp 5", distance 170, metric 1536000, type external
Redistributing via eigrp 5, ospf 1
Advertised by ospf 1 subnets
Last update from 156.1.146.6 on Ethernet0/1.146, 00:03:03 ago
Routing Descriptor Blocks:
* 156.1.146.6, from 156.1.146.6, 00:03:03 ago, via Ethernet0/1.146
Route metric is 1536000, traffic share count is 1
Total delay is 2000 microseconds, minimum bandwidth is 10000 Kbit
Reliability 255/255, minimum MTU 1500 bytes
Loading 1/255, Hops 1
R6#sh ip route 21.21.21.21 255.255.255.255
Routing entry for 21.21.21.21/32
Known via "ospf 1", distance 200, metric 20, type extern 2, forward metric 10
Redistributing via eigrp 5, ospf 2
Advertised by eigrp 5
ospf 2 subnets
Last update from 156.1.46.4 on Ethernet0/1.46, 00:03:54 ago
Routing Descriptor Blocks:
* 156.1.46.4, from 4.4.4.4, 00:03:54 ago, via Ethernet0/1.46
Route metric is 20, traffic share count is 1
*************
R6#sh run | sec router|route-map
router eigrp AS_5
!
address-family ipv4 unicast autonomous-system 5
!
topology base
default-metric 100000 100 255 1 1500
redistribute ospf 1
redistribute ospf 2
redistribute connected route-map CONNECTED_TO_EIGRP
exit-af-topology
network 156.1.146.6 0.0.0.0
exit-address-family
router ospf 1
area 0 authentication message-digest
redistribute connected subnets route-map CONNECTED_TO_OSPF1
redistribute eigrp 5 subnets
redistribute ospf 2 subnets
network 156.1.46.6 0.0.0.0 area 0
network 156.1.56.6 0.0.0.0 area 0
neighbor 156.1.46.4
distance 200 4.4.4.4 0.0.0.0 SW1_Networks
router ospf 2
redistribute connected subnets route-map CONNECTED_TO_OSPF2
redistribute eigrp 5 subnets
redistribute ospf 1 subnets
network 156.1.68.6 0.0.0.0 area 52
route-map CONNECTED_TO_EIGRP permit 10
match interface Loopback0 Ethernet0/1.46 Ethernet0/1.68 Ethernet0/1.56
route-map CONNECTED_TO_OSPF2 permit 10
match interface Loopback0 Ethernet0/1.56 Ethernet0/1.46 Ethernet0/1.146
route-map CONNECTED_TO_OSPF1 permit 10
match interface Loopback0 Ethernet0/1.146 Ethernet0/1.68
***********
R4#sh run | sec router|route-map
router eigrp AS_5
!
address-family ipv4 unicast autonomous-system 5
!
topology base
default-metric 100000 100 255 1 1500
redistribute ospf 1
redistribute connected route-map CONNECTED_TO_EIGRP
exit-af-topology
network 156.1.24.4 0.0.0.0
network 156.1.146.4 0.0.0.0
exit-address-family
router ospf 1
area 0 authentication message-digest
redistribute connected subnets route-map CONNECTED_TO_OSPF
redistribute eigrp 5 subnets
network 156.1.46.4 0.0.0.0 area 0
neighbor 156.1.46.6
distance 200 6.6.6.6 0.0.0.0 SW1_Networks
route-map CONNECTED_TO_EIGRP permit 10
match interface Loopback0 Ethernet0/1.46
route-map CONNECTED_TO_OSPF permit 10
match interface Loopback0 Ethernet0/1.24 Ethernet0/1.146
Any Ideas ?