85 pts.
 Cisco routing problem
I have a Cisco router (routerA) at a remote site, which connects point-to-point to the HQ site (routerB), and it needs to communicate to another router (routerC) that is connected at the HQ site. From the CLI in routerA I cannot ping routerC, but from a PC located with routerA, I can open a dos prompt and ping to routerC with no problems. If I do a traceroute from routerA to see where the packets are going as it reaches routerC - I get nothing. But if I do a tracert from the PC, it shows the trace all the way to router C. Why am I not getting any results in routerA, but do in the PCs?

Software/Hardware used:
ASKED: June 16, 2009  3:57 AM
UPDATED: June 16, 2009  11:20 PM

Answer Wiki:
The likely cause is that all the LAN networks are known to Router A and C, but not all the WAN networks. So it is also likely that static routing is used, and not dynamic. It is possible that the two WAN links are in the same classful subnet, and if there is a dynamic routing protocol then it is auto summarising. This will stop the WAN network subnets propogating, but not the LANs. We need to see the config to confirm. By default the Cisco router will use the outgoing interface as the source IP address. Try to use an extended ping on Router A. Just type PING and hit return. enter the LAN IP address of router C when asked, and 'y' when asked if extended parameters, then enter the IP address of the LAN interface on router A. Hit return to all the other questions. I suspect this will then work. If you want the original ping to work, then add routes for the WAN IP address subnets, and that should then allow the PING to return. If none of this works then apart from me not looking too clever, you can post the configs here, and we can have another look (it will need all 3 configs, but leave out the password information as it is not relevent.
Last Wiki Answer Submitted:  June 16, 2009  7:32 am  by  BlankReg   12,265 pts.
All Answer Wiki Contributors:  BlankReg   12,265 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

Thank you BlankReg. I will follow your instructions and let you know how it goes. Thanks again.

 85 pts.