Manipulating Administrative Distance (AD) value on EIGRP and OSPF - GNS3

Running Config click here do redistribution between OSPF area 0 and EIGRP 1 on R3 R3 will become an ASBR R3(config)#router os 1 R3(config-router)#redistribute eigrp 1 subnets R3(config-router)#redistribute connected subnets R3(config)#router ei 1 R3(config-router)#redistribute ospf 1 metric 100 1 255 1 1500 analyze R2 routing table R2>sh ip rou Gateway of last resort is not set 2.0.0.0/32 is subnetted, 1 subnets C 2.2.2.2 is directly connected, Loopback0 33.0.0.0/8 is variably subnetted, 2 subnets, 2 masks O 33.1.1.1/32 [110/2] via 10.1.1.3, 00:05:07, FastEthernet0/1 D EX 33.1.1.0/24 [170/25602816] via 172.16.1.3, 00:02:20, FastEthernet0/0 3.0.0.0/32 is subnetted, 1 subnets O 3.3.3.3 [110/2] via 10.1.1.3, 00:05:07, FastEthernet0/1 ...