Skip to main content

routing question

More
14 years 1 month ago #33949 by sam4sg
routing question was created by sam4sg
Hi,

Here is my typical setup.

PC10 <-> Router11 <-> Router12 <-> Router22 <-> Router21 <-> PC20


PC10 is connected to Router11
Can Ping PC10 from Router11

Router11 and Router12 are running IGRP
Can ping PC10 from Router12

Similarly, from the other end,
PC20 is connected to Router21
Can Ping pc20 from Router21

Router21 and Router22 are running IGRP
Can ping PC20 from Router22

Now,

Router12 and Router22 are running identical OSPF setting:

router ospf 1
log-adjacency-changes
redistribute eigrp 1 metric 66 metric-type 1 subnets
network 200.200.2.0 0.0.0.255 area 0

both router12 and router22 have the similar command.


router 12 and router 22 have these identical IGRP settings:

router eigrp 1
network 200.200.0.0 0.0.0.3
no auto-summary




when I do sh ip route on both routers, I can see all the networks that but when I ping or traeroute, it does not work. It works only from one side., but not from other side.

I tried
redistribute eigrp 1 metric 66 metric-type 1 subnets in one
and redistribute eigrp 1 metric 77 metric-type 1 subnets in another, but still its one sided.


So what am I missing here ?


Thanks,
Sam
More
14 years 1 month ago #33950 by sam4sg
Replied by sam4sg on topic Re: routing question
solved .

got a bit of reading to do.



Thanks again.
Time to create page: 0.140 seconds