Hi,
I'v got an exercise that including ospf with multi area (using virtual-link, because area 2 isn't directly connected to area 0 ) and redistribute between eigrp and ospf.
i have problem with the redistribution. The ASBR is R6. I don't have ping between R7(that is running only eigrp) between all the routers (R1-R5) that are running only ospf- R7 not get the routing of the ospf from R6.
I am new with all the redistribute subject, so i hope someone here can help me with it. I'm adding here picture of the topology and my configuration of all the routers:
[h=1]R1:[/h]
int fa0/0des To_R2ip add 10.0.0.1 255.255.255.252int loopback1ip add 11.11.11.11 255.255.255.255router ospf 1router-id 1.1.1.1network 10.0.0.1 0.0.0.0 area 0network 100.0.0.1 0.0.0.0 area 0
[h=1]R2:[/h]
int fa0/0des To_R1_Area0ip add 10.0.0.2 255.255.255.252int fa0/1des To_R3_Area1ip add 20.0.0.1 255.255.255.252int loopback1ip add 22.22.22.22 255.255.255.255router ospf 1router-id 2.2.2.2network 10.0.0.2 0.0.0.0 area 0network 20.0.0.1 0.0.0.0 area 1area 1 virtual-link 4.4.4.4
[h=1]R3:[/h]
int fa0/0des To_R2ip add 20.0.0.2 255.255.255.252int fa0/1des To_R4ip add 20.0.0.5 255.255.255.252int loopback1ip add 33.33.33.33 255.255.255.255router ospf 1router-id 3.3.3.3network 20.0.0.2 0.0.0.0 area 1network 20.0.0.5 0.0.0.0 area 1
[h=2]R4:[/h]
int fa0/0des To_R3ip add 20.0.0.6 255.255.255.252int fa0/1des To_R5ip add 30.0.0.1 255.255.255.252int loopback1ip add 44.44.44.44 255.255.255.255router ospf 1router-id 4.4.4.4network 20.0.0.6 0.0.0.0 area 1network 30.0.0.1 0.0.0.0 area 2area 1 virtual-link 2.2.2.2
[h=1]R5:[/h]
int fa0/0des To_R4ip add 30.0.0.2 255.255.255.252int fa0/1des To_R6ip add 40.0.0.1 255.255.255.252int loopback1ip add 55.55.55.55 255.255.255.255Router ospf 1router-id 5.5.5.5network 30.0.0.2 0.0.0.0 area 2network 40.0.0.1 0.0.0.0 area 2
[h=1]R6:[/h]
int fa0/0des To_R5ip add 40.0.0.2 255.255.255.252int fa0/1des To_R7ip add 50.0.0.1 255.255.255.252int loopback1ip add 66.66.66.66 255.255.255.255Router ospf 1router-id 6.6.6.6network 40.0.0.2 0.0.0.0 area 2redistribute eigrp 1 subnetsrouter eigrp 1 network 50.0.0.1 0.0.0.0redistribute ospf 1no auto-summary
[h=1]R7:[/h]
int fa0/0des To_R6ip add 50.0.0.2 255.255.255.252int loopback1ip add 77.77.77.77 255.255.255.255router eigrp 1 network 50.0.0.2 0.0.0.0no auto-summary