40 pts.
 Ping Issue across three routers
I have a network of three routers.Router A is pinging Router B & Router B is pinging Router C but RouterĀ A is not pinging router C.What can be the problem???

Software/Hardware used:
ASKED: December 29, 2009  11:20 AM
UPDATED: January 5, 2010  8:29 AM

Answer Wiki:
I assume that router A is connected to router B and router router B is connected to router C. If this is the set up then you are able to ping A to B and B to C because they are on the same network. For A to ping C there needs to be a route. This can be done by adding a static route on router A and C or configuring a routing protocol on all routers. Here's a good article that explains how static routes are configured Cisco routers. http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a00800ef7b2.shtml
Last Wiki Answer Submitted:  December 29, 2009  3:33 pm  by  Dave Bateman   240 pts.
All Answer Wiki Contributors:  Dave Bateman   240 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

is there any firewall in between the routers?

if yes there is a need for a static route to be done..

 15,485 pts.

 

Yes Mr A is absolutely right you need to define a Route to your router. eg
on configure terminal >ip route 192.168..x..x 255.x.x.x 192.168.x.x before sunbnetmask will be desired destination address

 370 pts.

 

Sayub,In case these routers are not directly connected, you can make use of protocol like RIP for creating a dynamic route between these routers.

more info about dynamic routing with RIP in the following url

(TechRepublic article)

Editor’s Note: Mrcyber, I’ve corrected the HTML to make the link clickable. Thanks!

 10 pts.

 

Great answers here… Sayub, let us know if these answers have helped you out.

 4,265 pts.

 

Of course, they helped me alot and I have done it through static routing and by running protocol also.

Thanks to all………

 40 pts.